Shades of Comet #555770
Tints of Comet #555770
RGB
CMYK
RGB Variations
Color information
#555770 (or 0x555770) is known color: Comet. HEX triplet: 55, 57 and 70. RGB value is (85,87,112). Sum of RGB (Red+Green+Blue) = 85+87+112=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 112 - color contains mainly: blue. Hex color #555770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555770 is #AAA88F. Grayscale: #595959. Windows color (decimal): -11184272 or 7362389. OLE color: 7362389.
HSL color Cylindrical-coordinate representation of color #555770: hue angle of 235.56º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #555770 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 87 | 112 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.56 |
| HSL | 235.56º | 0.14% | 0.39% | - |
| HSV(B) | 235.56º | 0.24% | 0.44% | - |
| XYZ | 10.08 | 9.92 | 16.71 | - |
| YUV | 89.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 112 | 0.24 | 0.22 | 0 | 0.56 | 235.56 | 0.14 | 0.39 |
| Hex | 55 | 57 | 70 | 18 | 16 | 0 | 38 | EC | E | 27 |
| Octal | 125 | 127 | 160 | 30 | 26 | 0 | 70 | 354 | 16 | 47 |
| Binary | 1010101 | 1010111 | 1110000 | 11000 | 10110 | 0 | 111000 | 11101100 | 1110 | 100111 |
Color Harmonies of #555770
Complementary color
Monochromatic Colors of #555770
Black with #555770
Text Example
Text Example
White with #555770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555770; }
p { color: rgb(85,87,112); }
H1.HeaderClassName
{
color: #555770;
}
.AnyTagClassName
{
color: #555770;
}
</style>
background-color css
<style>
a { background-color: #555770; }
a { background-color: rgb(85,87,112); }
div.DivClassName
{
background-color: #555770;
}
.BgClassName
{
background-color: #555770;
}
</style>
border-color css
<style>
span { border-color: #555770; }
span { border-color: rgb(85,87,112); }
td.TdClassName
{
border-color: #555770;
}
.TagClassName
{
border-color: #555770;
}
</style>