Shades of Blue Diamond #562073
Tints of Blue Diamond #562073
RGB
CMYK
RGB Variations
Color information
#562073 (or 0x562073) is known color: Blue Diamond. HEX triplet: 56, 20 and 73. RGB value is (86,32,115). Sum of RGB (Red+Green+Blue) = 86+32+115=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #562073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562073 is #A9DF8C. Grayscale: #393939. Windows color (decimal): -11132813 or 7544918. OLE color: 7544918.
HSL color Cylindrical-coordinate representation of color #562073: hue angle of 279.04º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #562073 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 32 | 115 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.55 |
| HSL | 279.04º | 0.56% | 0.29% | - |
| HSV(B) | 279.04º | 0.72% | 0.45% | - |
| XYZ | 7.45 | 4.25 | 16.65 | - |
| YUV | 57.61 | 160.39 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 32 | 115 | 0.25 | 0.72 | 0 | 0.55 | 279.04 | 0.56 | 0.29 |
| Hex | 56 | 20 | 73 | 19 | 48 | 0 | 37 | 117 | 38 | 1D |
| Octal | 126 | 40 | 163 | 31 | 110 | 0 | 67 | 427 | 70 | 35 |
| Binary | 1010110 | 100000 | 1110011 | 11001 | 1001000 | 0 | 110111 | 100010111 | 111000 | 11101 |
Color Harmonies of #562073
Complementary color
Monochromatic Colors of #562073
Black with #562073
Text Example
Text Example
White with #562073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562073; }
p { color: rgb(86,32,115); }
H1.HeaderClassName
{
color: #562073;
}
.AnyTagClassName
{
color: #562073;
}
</style>
background-color css
<style>
a { background-color: #562073; }
a { background-color: rgb(86,32,115); }
div.DivClassName
{
background-color: #562073;
}
.BgClassName
{
background-color: #562073;
}
</style>
border-color css
<style>
span { border-color: #562073; }
span { border-color: rgb(86,32,115); }
td.TdClassName
{
border-color: #562073;
}
.TagClassName
{
border-color: #562073;
}
</style>