Shades of Blue Diamond #562173
Tints of Blue Diamond #562173
RGB
CMYK
RGB Variations
Color information
#562173 (or 0x562173) is known color: Blue Diamond. HEX triplet: 56, 21 and 73. RGB value is (86,33,115). Sum of RGB (Red+Green+Blue) = 86+33+115=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #562173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562173 is #A9DE8C. Grayscale: #393939. Windows color (decimal): -11132557 or 7545174. OLE color: 7545174.
HSL color Cylindrical-coordinate representation of color #562173: hue angle of 278.78º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #562173 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 33 | 115 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.55 |
| HSL | 278.78º | 0.55% | 0.29% | - |
| HSV(B) | 278.78º | 0.71% | 0.45% | - |
| XYZ | 7.48 | 4.3 | 16.66 | - |
| YUV | 58.2 | 160.06 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 33 | 115 | 0.25 | 0.71 | 0 | 0.55 | 278.78 | 0.55 | 0.29 |
| Hex | 56 | 21 | 73 | 19 | 47 | 0 | 37 | 117 | 37 | 1D |
| Octal | 126 | 41 | 163 | 31 | 107 | 0 | 67 | 427 | 67 | 35 |
| Binary | 1010110 | 100001 | 1110011 | 11001 | 1000111 | 0 | 110111 | 100010111 | 110111 | 11101 |
Color Harmonies of #562173
Complementary color
Monochromatic Colors of #562173
Black with #562173
Text Example
Text Example
White with #562173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562173; }
p { color: rgb(86,33,115); }
H1.HeaderClassName
{
color: #562173;
}
.AnyTagClassName
{
color: #562173;
}
</style>
background-color css
<style>
a { background-color: #562173; }
a { background-color: rgb(86,33,115); }
div.DivClassName
{
background-color: #562173;
}
.BgClassName
{
background-color: #562173;
}
</style>
border-color css
<style>
span { border-color: #562173; }
span { border-color: rgb(86,33,115); }
td.TdClassName
{
border-color: #562173;
}
.TagClassName
{
border-color: #562173;
}
</style>