Shades of Comet #565977
Tints of Comet #565977
RGB
CMYK
RGB Variations
Color information
#565977 (or 0x565977) is known color: Comet. HEX triplet: 56, 59 and 77. RGB value is (86,89,119). Sum of RGB (Red+Green+Blue) = 86+89+119=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #565977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565977 is #A9A688. Grayscale: #5B5B5B. Windows color (decimal): -11118217 or 7821654. OLE color: 7821654.
HSL color Cylindrical-coordinate representation of color #565977: hue angle of 234.55º 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 #565977 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 89 | 119 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.53 |
| HSL | 234.55º | 0.16% | 0.4% | - |
| HSV(B) | 234.55º | 0.28% | 0.47% | - |
| XYZ | 10.74 | 10.46 | 18.9 | - |
| YUV | 91.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 89 | 119 | 0.28 | 0.25 | 0 | 0.53 | 234.55 | 0.16 | 0.4 |
| Hex | 56 | 59 | 77 | 1C | 19 | 0 | 35 | EB | 10 | 28 |
| Octal | 126 | 131 | 167 | 34 | 31 | 0 | 65 | 353 | 20 | 50 |
| Binary | 1010110 | 1011001 | 1110111 | 11100 | 11001 | 0 | 110101 | 11101011 | 10000 | 101000 |
Color Harmonies of #565977
Complementary color
Monochromatic Colors of #565977
Black with #565977
Text Example
Text Example
White with #565977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565977; }
p { color: rgb(86,89,119); }
H1.HeaderClassName
{
color: #565977;
}
.AnyTagClassName
{
color: #565977;
}
</style>
background-color css
<style>
a { background-color: #565977; }
a { background-color: rgb(86,89,119); }
div.DivClassName
{
background-color: #565977;
}
.BgClassName
{
background-color: #565977;
}
</style>
border-color css
<style>
span { border-color: #565977; }
span { border-color: rgb(86,89,119); }
td.TdClassName
{
border-color: #565977;
}
.TagClassName
{
border-color: #565977;
}
</style>