Shades of Blue Diamond #562872
Tints of Blue Diamond #562872
RGB
CMYK
RGB Variations
Color information
#562872 (or 0x562872) is known color: Blue Diamond. HEX triplet: 56, 28 and 72. RGB value is (86,40,114). Sum of RGB (Red+Green+Blue) = 86+40+114=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #562872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562872 is #A9D78D. Grayscale: #3D3D3D. Windows color (decimal): -11130766 or 7481430. OLE color: 7481430.
HSL color Cylindrical-coordinate representation of color #562872: hue angle of 277.3º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #562872 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 40 | 114 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.55 |
| HSL | 277.3º | 0.48% | 0.3% | - |
| HSV(B) | 277.3º | 0.65% | 0.45% | - |
| XYZ | 7.63 | 4.71 | 16.43 | - |
| YUV | 62.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 114 | 0.25 | 0.65 | 0 | 0.55 | 277.3 | 0.48 | 0.3 |
| Hex | 56 | 28 | 72 | 19 | 41 | 0 | 37 | 115 | 30 | 1E |
| Octal | 126 | 50 | 162 | 31 | 101 | 0 | 67 | 425 | 60 | 36 |
| Binary | 1010110 | 101000 | 1110010 | 11001 | 1000001 | 0 | 110111 | 100010101 | 110000 | 11110 |
Color Harmonies of #562872
Complementary color
Monochromatic Colors of #562872
Black with #562872
Text Example
Text Example
White with #562872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562872; }
p { color: rgb(86,40,114); }
H1.HeaderClassName
{
color: #562872;
}
.AnyTagClassName
{
color: #562872;
}
</style>
background-color css
<style>
a { background-color: #562872; }
a { background-color: rgb(86,40,114); }
div.DivClassName
{
background-color: #562872;
}
.BgClassName
{
background-color: #562872;
}
</style>
border-color css
<style>
span { border-color: #562872; }
span { border-color: rgb(86,40,114); }
td.TdClassName
{
border-color: #562872;
}
.TagClassName
{
border-color: #562872;
}
</style>