Hex | 572d6a |
RGB | 87 , 44 , 105 |
RGB % | 36.9, 18.6, 44.5 |
HSL | 281.3, 40.4, 29.6 |
HSV | 281.3, 57.5, 41.6 |
CMYK | 45.7,146.7,0,149 |
XYZ | 0.075, 0.049, 0.142 |
xyY | 0.281, 0.186, 0.049 |
CIE-LAB | 0.266, 0.307, -0.28 |
CIE-LUV | 0.266, 0.148, -0.38 |
CIE-HCL | 317.594, 0.415, 0.266 |
Binary | 01010111,00101100,01101001 |
#572d6a HTML/CSS Color Name is Blue Diamond / Pantone 269 C / Violet.
In a RGB color space, #572d6a color RGB value is (Red:87,Green:44,Blue:105). it is composed of 36.9% red, 18.6% green and 44.5% blue. The process color (four color CMYK) of #572d6a color hex is 45.7,146.7,0,149. HSL of color #572d6a hue: 281.3 , saturation: 40.4 and the lightness value of 572d6a is 29.6. Mainly color is Violet. Reverse color is: #a8d396.
The color codes conversion takes 1.527249 milliseconds.
.bgcolor {background-color:#572d6a; .textcolor {color:#572d6a; } .bordercolor {border:3px solid #572d6a; }
<p style="color:#572d6a">Text here</p>
<p style="background-color:#572d6a;">Content here</p>
<div style="border:1px solid #572d6a;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #572d6a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #572d6a; -webkit-box-shadow: 1px 1px 3px 2px #572d6a; box-shadow: 1px 1px 3px 2px #572d6a; }
<p style="text-shadow: 4px 4px 2px #572d6a">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #572d6a; -webkit-box-shadow: 1px 1px 3px 2px #572d6a; box-shadow: 1px 1px 3px 2px #572d6a;">
Content here</div>