Shades of Blue Diamond #562877
Tints of Blue Diamond #562877
RGB
CMYK
RGB Variations
Color information
#562877 (or 0x562877) is known color: Blue Diamond. HEX triplet: 56, 28 and 77. RGB value is (86,40,119). Sum of RGB (Red+Green+Blue) = 86+40+119=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #562877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562877 is #A9D788. Grayscale: #3E3E3E. Windows color (decimal): -11130761 or 7809110. OLE color: 7809110.
HSL color Cylindrical-coordinate representation of color #562877: hue angle of 274.94º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #562877 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 40 | 119 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.53 |
| HSL | 274.94º | 0.5% | 0.31% | - |
| HSV(B) | 274.94º | 0.66% | 0.47% | - |
| XYZ | 7.93 | 4.83 | 17.97 | - |
| YUV | 62.76 | 159.74 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 119 | 0.28 | 0.66 | 0 | 0.53 | 274.94 | 0.5 | 0.31 |
| Hex | 56 | 28 | 77 | 1C | 42 | 0 | 35 | 113 | 32 | 1F |
| Octal | 126 | 50 | 167 | 34 | 102 | 0 | 65 | 423 | 62 | 37 |
| Binary | 1010110 | 101000 | 1110111 | 11100 | 1000010 | 0 | 110101 | 100010011 | 110010 | 11111 |
Color Harmonies of #562877
Complementary color
Monochromatic Colors of #562877
Black with #562877
Text Example
Text Example
White with #562877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562877; }
p { color: rgb(86,40,119); }
H1.HeaderClassName
{
color: #562877;
}
.AnyTagClassName
{
color: #562877;
}
</style>
background-color css
<style>
a { background-color: #562877; }
a { background-color: rgb(86,40,119); }
div.DivClassName
{
background-color: #562877;
}
.BgClassName
{
background-color: #562877;
}
</style>
border-color css
<style>
span { border-color: #562877; }
span { border-color: rgb(86,40,119); }
td.TdClassName
{
border-color: #562877;
}
.TagClassName
{
border-color: #562877;
}
</style>