Shades of Blue Diamond #562370
Tints of Blue Diamond #562370
RGB
CMYK
RGB Variations
Color information
#562370 (or 0x562370) is known color: Blue Diamond. HEX triplet: 56, 23 and 70. RGB value is (86,35,112). Sum of RGB (Red+Green+Blue) = 86+35+112=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #562370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562370 is #A9DC8F. Grayscale: #3A3A3A. Windows color (decimal): -11132048 or 7349078. OLE color: 7349078.
HSL color Cylindrical-coordinate representation of color #562370: 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.69%. Process color model (Four color, CMYK) of #562370 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 35 | 112 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.56 |
| HSL | 279.74º | 0.52% | 0.29% | - |
| HSV(B) | 279.74º | 0.69% | 0.44% | - |
| XYZ | 7.36 | 4.35 | 15.78 | - |
| YUV | 59.03 | 157.9 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 35 | 112 | 0.23 | 0.69 | 0 | 0.56 | 279.74 | 0.52 | 0.29 |
| Hex | 56 | 23 | 70 | 17 | 45 | 0 | 38 | 118 | 34 | 1D |
| Octal | 126 | 43 | 160 | 27 | 105 | 0 | 70 | 430 | 64 | 35 |
| Binary | 1010110 | 100011 | 1110000 | 10111 | 1000101 | 0 | 111000 | 100011000 | 110100 | 11101 |
Color Harmonies of #562370
Complementary color
Monochromatic Colors of #562370
Black with #562370
Text Example
Text Example
White with #562370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562370; }
p { color: rgb(86,35,112); }
H1.HeaderClassName
{
color: #562370;
}
.AnyTagClassName
{
color: #562370;
}
</style>
background-color css
<style>
a { background-color: #562370; }
a { background-color: rgb(86,35,112); }
div.DivClassName
{
background-color: #562370;
}
.BgClassName
{
background-color: #562370;
}
</style>
border-color css
<style>
span { border-color: #562370; }
span { border-color: rgb(86,35,112); }
td.TdClassName
{
border-color: #562370;
}
.TagClassName
{
border-color: #562370;
}
</style>