#56447d color RGB value is (5, 100, 71).
#56447d hex color red value is 5, green value is 100, and blue value is 71.
Cylindrical-coordinate representations (HSL) of color #56447d
hue: 161.68,
saturation: 0.9 and lightness: 0.21.
The process color (four-color CMYK) of #56447d color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #56447d is #ff9999. Color #56447d contains mainly RED.
| Color spaces of #56447d | Value |
|---|---|
| RGB | 86, 68, 125 |
| HSL | 0.72, 0.3, 0.38 |
| HSV | 259°, 46°, 49° |
| XYZ | 9.61, 7.59, 20.36 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1010110 | 1000100 | 1111101 |
| Octal | 126 | 104 | 175 |
| Decimal | 86 | 68 | 125 |
| Hex | 56 | 44 | 7D |
Shades of #56447d
Tints of #56447d
.mybgColor {background-color: #56447d;}
.myforeColor {color: #56447d;}
.myborderColor {border:3px solid #56447d;}
<p style="color:#56447d">Text here</p>
This sample text is styled with the font color #56447d. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#56447d">Div content here</div>
<div style="border:3px solid #56447d">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(86, 68, 125, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #56447d; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #56447d;
-webkit-box-shadow: 1px 1px 3px #56447d;
box-shadow: 1px 1px 3px #56447d; }
<p style="text-shadow: 4px 4px 2px rgba(86, 68, 125, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #56447d;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #56447d;
-webkit-box-shadow: 1px 1px 3px #56447d;
box-shadow: 1px 1px 3px #56447d;">Div content here</div>
