Toolman

56rem to px

56rem = 896px

At the browser default root font size of 16 px. Change it and this number changes — see below.

How it is calculated

One rem is 16px, so:

56rem × 16 = 896px

Reversing it, 896px × 0.0625 returns 56rem.

56rem at other root font sizes

rem is measured against the root element, so the answer above holds only while that is 16 px. A visitor who has raised their browser's default — the accessibility setting rem exists to respect — is reading your page at one of the larger rows.

Root font size56rem equals
14 px784px
16 px (default)896px
18 px1008px
20 px1120px
24 px1344px

Nearby values

rempx
28rem448px
32rem512px
36rem576px
40rem640px
48rem768px
56rem896px
64rem1024px
72rem1152px
80rem1280px

Frequently asked questions

What is 56rem in px?

896px at the default 16 px root font size.

How is 56rem converted to px?

Multiply by 16: 56 × 16 = 896. To go back, multiply 896 by 0.0625.

Is 896px always the answer?

No. rem is relative to the root element, so 56rem is 896px only while that is 16 px. The table above gives the value at the sizes you are most likely to meet.

The full REM to PX converter → · All CSS unit converters