Shades of Blue Diamond #572471
Tints of Blue Diamond #572471
RGB
CMYK
RGB Variations
Color information
#572471 (or 0x572471) is known color: Blue Diamond. HEX triplet: 57, 24 and 71. RGB value is (87,36,113). Sum of RGB (Red+Green+Blue) = 87+36+113=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #572471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572471 is #A8DB8E. Grayscale: #3B3B3B. Windows color (decimal): -11066255 or 7414871. OLE color: 7414871.
HSL color Cylindrical-coordinate representation of color #572471: hue angle of 279.74º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #572471 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 36 | 113 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.56 |
| HSL | 279.74º | 0.52% | 0.29% | - |
| HSV(B) | 279.74º | 0.68% | 0.44% | - |
| XYZ | 7.54 | 4.48 | 16.09 | - |
| YUV | 60.03 | 157.9 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 36 | 113 | 0.23 | 0.68 | 0 | 0.56 | 279.74 | 0.52 | 0.29 |
| Hex | 57 | 24 | 71 | 17 | 44 | 0 | 38 | 118 | 34 | 1D |
| Octal | 127 | 44 | 161 | 27 | 104 | 0 | 70 | 430 | 64 | 35 |
| Binary | 1010111 | 100100 | 1110001 | 10111 | 1000100 | 0 | 111000 | 100011000 | 110100 | 11101 |
Color Harmonies of #572471
Complementary color
Monochromatic Colors of #572471
Black with #572471
Text Example
Text Example
White with #572471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572471; }
p { color: rgb(87,36,113); }
H1.HeaderClassName
{
color: #572471;
}
.AnyTagClassName
{
color: #572471;
}
</style>
background-color css
<style>
a { background-color: #572471; }
a { background-color: rgb(87,36,113); }
div.DivClassName
{
background-color: #572471;
}
.BgClassName
{
background-color: #572471;
}
</style>
border-color css
<style>
span { border-color: #572471; }
span { border-color: rgb(87,36,113); }
td.TdClassName
{
border-color: #572471;
}
.TagClassName
{
border-color: #572471;
}
</style>