Shades of Comet #555677
Tints of Comet #555677
RGB
CMYK
RGB Variations
Color information
#555677 (or 0x555677) is known color: Comet. HEX triplet: 55, 56 and 77. RGB value is (85,86,119). Sum of RGB (Red+Green+Blue) = 85+86+119=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: blue. Hex color #555677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555677 is #AAA988. Grayscale: #595959. Windows color (decimal): -11184521 or 7820885. OLE color: 7820885.
HSL color Cylindrical-coordinate representation of color #555677: hue angle of 238.24º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #555677 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 86 | 119 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.53 |
| HSL | 238.24º | 0.17% | 0.4% | - |
| HSV(B) | 238.24º | 0.29% | 0.47% | - |
| XYZ | 10.4 | 9.92 | 18.82 | - |
| YUV | 89.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 119 | 0.29 | 0.28 | 0 | 0.53 | 238.24 | 0.17 | 0.4 |
| Hex | 55 | 56 | 77 | 1D | 1C | 0 | 35 | EE | 11 | 28 |
| Octal | 125 | 126 | 167 | 35 | 34 | 0 | 65 | 356 | 21 | 50 |
| Binary | 1010101 | 1010110 | 1110111 | 11101 | 11100 | 0 | 110101 | 11101110 | 10001 | 101000 |
Color Harmonies of #555677
Complementary color
Monochromatic Colors of #555677
Black with #555677
Text Example
Text Example
White with #555677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555677; }
p { color: rgb(85,86,119); }
H1.HeaderClassName
{
color: #555677;
}
.AnyTagClassName
{
color: #555677;
}
</style>
background-color css
<style>
a { background-color: #555677; }
a { background-color: rgb(85,86,119); }
div.DivClassName
{
background-color: #555677;
}
.BgClassName
{
background-color: #555677;
}
</style>
border-color css
<style>
span { border-color: #555677; }
span { border-color: rgb(85,86,119); }
td.TdClassName
{
border-color: #555677;
}
.TagClassName
{
border-color: #555677;
}
</style>