Shades of Blue Diamond #562777
Tints of Blue Diamond #562777
RGB
CMYK
RGB Variations
Color information
#562777 (or 0x562777) is known color: Blue Diamond. HEX triplet: 56, 27 and 77. RGB value is (86,39,119). Sum of RGB (Red+Green+Blue) = 86+39+119=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #562777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562777 is #A9D888. Grayscale: #3D3D3D. Windows color (decimal): -11131017 or 7808854. OLE color: 7808854.
HSL color Cylindrical-coordinate representation of color #562777: hue angle of 275.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #562777 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 39 | 119 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.53 |
| HSL | 275.25º | 0.51% | 0.31% | - |
| HSV(B) | 275.25º | 0.67% | 0.47% | - |
| XYZ | 7.89 | 4.76 | 17.96 | - |
| YUV | 62.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 119 | 0.28 | 0.67 | 0 | 0.53 | 275.25 | 0.51 | 0.31 |
| Hex | 56 | 27 | 77 | 1C | 43 | 0 | 35 | 113 | 33 | 1F |
| Octal | 126 | 47 | 167 | 34 | 103 | 0 | 65 | 423 | 63 | 37 |
| Binary | 1010110 | 100111 | 1110111 | 11100 | 1000011 | 0 | 110101 | 100010011 | 110011 | 11111 |
Color Harmonies of #562777
Complementary color
Monochromatic Colors of #562777
Black with #562777
Text Example
Text Example
White with #562777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562777; }
p { color: rgb(86,39,119); }
H1.HeaderClassName
{
color: #562777;
}
.AnyTagClassName
{
color: #562777;
}
</style>
background-color css
<style>
a { background-color: #562777; }
a { background-color: rgb(86,39,119); }
div.DivClassName
{
background-color: #562777;
}
.BgClassName
{
background-color: #562777;
}
</style>
border-color css
<style>
span { border-color: #562777; }
span { border-color: rgb(86,39,119); }
td.TdClassName
{
border-color: #562777;
}
.TagClassName
{
border-color: #562777;
}
</style>