Shades of Blue Diamond #562977
Tints of Blue Diamond #562977
RGB
CMYK
RGB Variations
Color information
#562977 (or 0x562977) is known color: Blue Diamond. HEX triplet: 56, 29 and 77. RGB value is (86,41,119). Sum of RGB (Red+Green+Blue) = 86+41+119=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #562977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562977 is #A9D688. Grayscale: #3F3F3F. Windows color (decimal): -11130505 or 7809366. OLE color: 7809366.
HSL color Cylindrical-coordinate representation of color #562977: hue angle of 274.62º degrees, saturation: 0.49, 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 #562977 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 41 | 119 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.53 |
| HSL | 274.62º | 0.49% | 0.31% | - |
| HSV(B) | 274.62º | 0.66% | 0.47% | - |
| XYZ | 7.96 | 4.9 | 17.98 | - |
| YUV | 63.35 | 159.41 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 119 | 0.28 | 0.66 | 0 | 0.53 | 274.62 | 0.49 | 0.31 |
| Hex | 56 | 29 | 77 | 1C | 42 | 0 | 35 | 113 | 31 | 1F |
| Octal | 126 | 51 | 167 | 34 | 102 | 0 | 65 | 423 | 61 | 37 |
| Binary | 1010110 | 101001 | 1110111 | 11100 | 1000010 | 0 | 110101 | 100010011 | 110001 | 11111 |
Color Harmonies of #562977
Complementary color
Monochromatic Colors of #562977
Black with #562977
Text Example
Text Example
White with #562977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562977; }
p { color: rgb(86,41,119); }
H1.HeaderClassName
{
color: #562977;
}
.AnyTagClassName
{
color: #562977;
}
</style>
background-color css
<style>
a { background-color: #562977; }
a { background-color: rgb(86,41,119); }
div.DivClassName
{
background-color: #562977;
}
.BgClassName
{
background-color: #562977;
}
</style>
border-color css
<style>
span { border-color: #562977; }
span { border-color: rgb(86,41,119); }
td.TdClassName
{
border-color: #562977;
}
.TagClassName
{
border-color: #562977;
}
</style>