Shades of Comet #565A77
Tints of Comet #565A77
RGB
CMYK
RGB Variations
Color information
#565A77 (or 0x565A77) is known color: Comet. HEX triplet: 56, 5A and 77. RGB value is (86,90,119). Sum of RGB (Red+Green+Blue) = 86+90+119=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #565A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A77 is #A9A588. Grayscale: #5B5B5B. Windows color (decimal): -11117961 or 7821910. OLE color: 7821910.
HSL color Cylindrical-coordinate representation of color #565A77: hue angle of 232.73º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #565A77 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 90 | 119 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.53 |
| HSL | 232.73º | 0.16% | 0.4% | - |
| HSV(B) | 232.73º | 0.28% | 0.47% | - |
| XYZ | 10.82 | 10.62 | 18.93 | - |
| YUV | 92.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 119 | 0.28 | 0.24 | 0 | 0.53 | 232.73 | 0.16 | 0.4 |
| Hex | 56 | 5A | 77 | 1C | 18 | 0 | 35 | E9 | 10 | 28 |
| Octal | 126 | 132 | 167 | 34 | 30 | 0 | 65 | 351 | 20 | 50 |
| Binary | 1010110 | 1011010 | 1110111 | 11100 | 11000 | 0 | 110101 | 11101001 | 10000 | 101000 |
Color Harmonies of #565A77
Complementary color
Monochromatic Colors of #565A77
Black with #565A77
Text Example
Text Example
White with #565A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565A77; }
p { color: rgb(86,90,119); }
H1.HeaderClassName
{
color: #565A77;
}
.AnyTagClassName
{
color: #565A77;
}
</style>
background-color css
<style>
a { background-color: #565A77; }
a { background-color: rgb(86,90,119); }
div.DivClassName
{
background-color: #565A77;
}
.BgClassName
{
background-color: #565A77;
}
</style>
border-color css
<style>
span { border-color: #565A77; }
span { border-color: rgb(86,90,119); }
td.TdClassName
{
border-color: #565A77;
}
.TagClassName
{
border-color: #565A77;
}
</style>