#572d56 color RGB value is (5, 114, 213).
#572d56 hex color red value is 5, green value is 114, and blue value is 213.
Cylindrical-coordinate representations (HSL) of color #572d56
hue: 208.56,
saturation: 0.95 and lightness: 0.43.
The process color (four-color CMYK) of #572d56 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #572d56 is #ff9999. Color #572d56 contains mainly RED.
| Color spaces of #572d56 | Value |
|---|---|
| RGB | 87, 45, 86 |
| HSL | 0.84, 0.32, 0.26 |
| HSV | 301°, 48°, 34° |
| XYZ | 6.55, 4.58, 9.34 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1010111 | 101101 | 1010110 |
| Octal | 127 | 55 | 126 |
| Decimal | 87 | 45 | 86 |
| Hex | 57 | 2D | 56 |
Shades of #572d56
Tints of #572d56
.mybgColor {background-color: #572d56;}
.myforeColor {color: #572d56;}
.myborderColor {border:3px solid #572d56;}
<p style="color:#572d56">Text here</p>
This sample text is styled with the font color #572d56. 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:#572d56">Div content here</div>
<div style="border:3px solid #572d56">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(87, 45, 86, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #572d56; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #572d56;
-webkit-box-shadow: 1px 1px 3px #572d56;
box-shadow: 1px 1px 3px #572d56; }
<p style="text-shadow: 4px 4px 2px rgba(87, 45, 86, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #572d56;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #572d56;
-webkit-box-shadow: 1px 1px 3px #572d56;
box-shadow: 1px 1px 3px #572d56;">Div content here</div>
