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 size | 56rem equals |
|---|---|
| 14 px | 784px |
| 16 px (default) | 896px |
| 18 px | 1008px |
| 20 px | 1120px |
| 24 px | 1344px |
Nearby values
| rem | px |
|---|---|
| 28rem | 448px |
| 32rem | 512px |
| 36rem | 576px |
| 40rem | 640px |
| 48rem | 768px |
| 56rem | 896px |
| 64rem | 1024px |
| 72rem | 1152px |
| 80rem | 1280px |
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.