Shades of Comet #565777
Tints of Comet #565777
RGB
CMYK
RGB Variations
Color information
#565777 (or 0x565777) is known color: Comet. HEX triplet: 56, 57 and 77. RGB value is (86,87,119). Sum of RGB (Red+Green+Blue) = 86+87+119=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #565777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565777 is #A9A888. Grayscale: #5A5A5A. Windows color (decimal): -11118729 or 7821142. OLE color: 7821142.
HSL color Cylindrical-coordinate representation of color #565777: hue angle of 238.18º 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 #565777 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 87 | 119 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.53 |
| HSL | 238.18º | 0.16% | 0.4% | - |
| HSV(B) | 238.18º | 0.28% | 0.47% | - |
| XYZ | 10.58 | 10.13 | 18.85 | - |
| YUV | 90.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 119 | 0.28 | 0.27 | 0 | 0.53 | 238.18 | 0.16 | 0.4 |
| Hex | 56 | 57 | 77 | 1C | 1B | 0 | 35 | EE | 10 | 28 |
| Octal | 126 | 127 | 167 | 34 | 33 | 0 | 65 | 356 | 20 | 50 |
| Binary | 1010110 | 1010111 | 1110111 | 11100 | 11011 | 0 | 110101 | 11101110 | 10000 | 101000 |
Color Harmonies of #565777
Complementary color
Monochromatic Colors of #565777
Black with #565777
Text Example
Text Example
White with #565777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565777; }
p { color: rgb(86,87,119); }
H1.HeaderClassName
{
color: #565777;
}
.AnyTagClassName
{
color: #565777;
}
</style>
background-color css
<style>
a { background-color: #565777; }
a { background-color: rgb(86,87,119); }
div.DivClassName
{
background-color: #565777;
}
.BgClassName
{
background-color: #565777;
}
</style>
border-color css
<style>
span { border-color: #565777; }
span { border-color: rgb(86,87,119); }
td.TdClassName
{
border-color: #565777;
}
.TagClassName
{
border-color: #565777;
}
</style>