Shades of Blue Diamond #562170
Tints of Blue Diamond #562170
RGB
CMYK
RGB Variations
Color information
#562170 (or 0x562170) is known color: Blue Diamond. HEX triplet: 56, 21 and 70. RGB value is (86,33,112). Sum of RGB (Red+Green+Blue) = 86+33+112=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #562170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562170 is #A9DE8F. Grayscale: #393939. Windows color (decimal): -11132560 or 7348566. OLE color: 7348566.
HSL color Cylindrical-coordinate representation of color #562170: hue angle of 280.25º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #562170 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 33 | 112 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.56 |
| HSL | 280.25º | 0.54% | 0.28% | - |
| HSV(B) | 280.25º | 0.71% | 0.44% | - |
| XYZ | 7.31 | 4.24 | 15.76 | - |
| YUV | 57.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 33 | 112 | 0.23 | 0.71 | 0 | 0.56 | 280.25 | 0.54 | 0.28 |
| Hex | 56 | 21 | 70 | 17 | 47 | 0 | 38 | 118 | 36 | 1C |
| Octal | 126 | 41 | 160 | 27 | 107 | 0 | 70 | 430 | 66 | 34 |
| Binary | 1010110 | 100001 | 1110000 | 10111 | 1000111 | 0 | 111000 | 100011000 | 110110 | 11100 |
Color Harmonies of #562170
Complementary color
Monochromatic Colors of #562170
Black with #562170
Text Example
Text Example
White with #562170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562170; }
p { color: rgb(86,33,112); }
H1.HeaderClassName
{
color: #562170;
}
.AnyTagClassName
{
color: #562170;
}
</style>
background-color css
<style>
a { background-color: #562170; }
a { background-color: rgb(86,33,112); }
div.DivClassName
{
background-color: #562170;
}
.BgClassName
{
background-color: #562170;
}
</style>
border-color css
<style>
span { border-color: #562170; }
span { border-color: rgb(86,33,112); }
td.TdClassName
{
border-color: #562170;
}
.TagClassName
{
border-color: #562170;
}
</style>