Shades of Blue Diamond #562070
Tints of Blue Diamond #562070
RGB
CMYK
RGB Variations
Color information
#562070 (or 0x562070) is known color: Blue Diamond. HEX triplet: 56, 20 and 70. RGB value is (86,32,112). Sum of RGB (Red+Green+Blue) = 86+32+112=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #562070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562070 is #A9DF8F. Grayscale: #393939. Windows color (decimal): -11132816 or 7348310. OLE color: 7348310.
HSL color Cylindrical-coordinate representation of color #562070: hue angle of 280.5º degrees, saturation: 0.56, 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 #562070 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 32 | 112 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.56 |
| HSL | 280.5º | 0.56% | 0.28% | - |
| HSV(B) | 280.5º | 0.71% | 0.44% | - |
| XYZ | 7.28 | 4.18 | 15.75 | - |
| YUV | 57.27 | 158.89 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 32 | 112 | 0.23 | 0.71 | 0 | 0.56 | 280.5 | 0.56 | 0.28 |
| Hex | 56 | 20 | 70 | 17 | 47 | 0 | 38 | 118 | 38 | 1C |
| Octal | 126 | 40 | 160 | 27 | 107 | 0 | 70 | 430 | 70 | 34 |
| Binary | 1010110 | 100000 | 1110000 | 10111 | 1000111 | 0 | 111000 | 100011000 | 111000 | 11100 |
Color Harmonies of #562070
Complementary color
Monochromatic Colors of #562070
Black with #562070
Text Example
Text Example
White with #562070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562070; }
p { color: rgb(86,32,112); }
H1.HeaderClassName
{
color: #562070;
}
.AnyTagClassName
{
color: #562070;
}
</style>
background-color css
<style>
a { background-color: #562070; }
a { background-color: rgb(86,32,112); }
div.DivClassName
{
background-color: #562070;
}
.BgClassName
{
background-color: #562070;
}
</style>
border-color css
<style>
span { border-color: #562070; }
span { border-color: rgb(86,32,112); }
td.TdClassName
{
border-color: #562070;
}
.TagClassName
{
border-color: #562070;
}
</style>