Shades of Blue Diamond #562376
Tints of Blue Diamond #562376
RGB
CMYK
RGB Variations
Color information
#562376 (or 0x562376) is known color: Blue Diamond. HEX triplet: 56, 23 and 76. RGB value is (86,35,118). Sum of RGB (Red+Green+Blue) = 86+35+118=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #562376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562376 is #A9DC89. Grayscale: #3B3B3B. Windows color (decimal): -11132042 or 7742294. OLE color: 7742294.
HSL color Cylindrical-coordinate representation of color #562376: hue angle of 276.87º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #562376 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 35 | 118 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.54 |
| HSL | 276.87º | 0.54% | 0.3% | - |
| HSV(B) | 276.87º | 0.7% | 0.46% | - |
| XYZ | 7.71 | 4.49 | 17.6 | - |
| YUV | 59.71 | 160.9 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 35 | 118 | 0.27 | 0.70 | 0 | 0.54 | 276.87 | 0.54 | 0.3 |
| Hex | 56 | 23 | 76 | 1B | 46 | 0 | 36 | 115 | 36 | 1E |
| Octal | 126 | 43 | 166 | 33 | 106 | 0 | 66 | 425 | 66 | 36 |
| Binary | 1010110 | 100011 | 1110110 | 11011 | 1000110 | 0 | 110110 | 100010101 | 110110 | 11110 |
Color Harmonies of #562376
Complementary color
Monochromatic Colors of #562376
Black with #562376
Text Example
Text Example
White with #562376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562376; }
p { color: rgb(86,35,118); }
H1.HeaderClassName
{
color: #562376;
}
.AnyTagClassName
{
color: #562376;
}
</style>
background-color css
<style>
a { background-color: #562376; }
a { background-color: rgb(86,35,118); }
div.DivClassName
{
background-color: #562376;
}
.BgClassName
{
background-color: #562376;
}
</style>
border-color css
<style>
span { border-color: #562376; }
span { border-color: rgb(86,35,118); }
td.TdClassName
{
border-color: #562376;
}
.TagClassName
{
border-color: #562376;
}
</style>