Shades of Blue Diamond #562372
Tints of Blue Diamond #562372
RGB
CMYK
RGB Variations
Color information
#562372 (or 0x562372) is known color: Blue Diamond. HEX triplet: 56, 23 and 72. RGB value is (86,35,114). Sum of RGB (Red+Green+Blue) = 86+35+114=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #562372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562372 is #A9DC8D. Grayscale: #3A3A3A. Windows color (decimal): -11132046 or 7480150. OLE color: 7480150.
HSL color Cylindrical-coordinate representation of color #562372: hue angle of 278.73º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #562372 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 35 | 114 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.55 |
| HSL | 278.73º | 0.53% | 0.29% | - |
| HSV(B) | 278.73º | 0.69% | 0.45% | - |
| XYZ | 7.48 | 4.4 | 16.37 | - |
| YUV | 59.26 | 158.9 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 35 | 114 | 0.25 | 0.69 | 0 | 0.55 | 278.73 | 0.53 | 0.29 |
| Hex | 56 | 23 | 72 | 19 | 45 | 0 | 37 | 117 | 35 | 1D |
| Octal | 126 | 43 | 162 | 31 | 105 | 0 | 67 | 427 | 65 | 35 |
| Binary | 1010110 | 100011 | 1110010 | 11001 | 1000101 | 0 | 110111 | 100010111 | 110101 | 11101 |
Color Harmonies of #562372
Complementary color
Monochromatic Colors of #562372
Black with #562372
Text Example
Text Example
White with #562372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562372; }
p { color: rgb(86,35,114); }
H1.HeaderClassName
{
color: #562372;
}
.AnyTagClassName
{
color: #562372;
}
</style>
background-color css
<style>
a { background-color: #562372; }
a { background-color: rgb(86,35,114); }
div.DivClassName
{
background-color: #562372;
}
.BgClassName
{
background-color: #562372;
}
</style>
border-color css
<style>
span { border-color: #562372; }
span { border-color: rgb(86,35,114); }
td.TdClassName
{
border-color: #562372;
}
.TagClassName
{
border-color: #562372;
}
</style>