color details

Color Details
#572d56 Color Hex

#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
Color spaces of #572d56Value
RGB87, 45, 86
HSL0.84, 0.32, 0.26
HSV301°, 48°, 34°
XYZ6.55, 4.58, 9.34
Base Numbers
Base Red Green Blue
Binary 1010111 101101 1010110
Octal 127 55 126
Decimal 87 45 86
Hex 57 2D 56

RGB Percentages for Color #572d56

39.91%
20.64%
39.45%

CMYK Percentages of the Color #572d56

48.28%
1.15%
65.88%
CSS Codes for Color #572d56
.mybgColor {background-color: #572d56;}
.myforeColor {color: #572d56;}
.myborderColor {border:3px solid #572d56;}
Text Font Color #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,

Background Color #572d56

<div style="background-color:#572d56">Div content here</div>

The background color of this div is #572d56
Border Color #572d56

<div style="border:3px solid #572d56">Div here</div>

The border color of this div is #572d56
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87, 45, 86, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #572d56;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #572d56

Scroll to Top