Shades of Comet #555773
Tints of Comet #555773
RGB
CMYK
RGB Variations
Color information
#555773 (or 0x555773) is known color: Comet. HEX triplet: 55, 57 and 73. RGB value is (85,87,115). Sum of RGB (Red+Green+Blue) = 85+87+115=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #555773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555773 is #AAA88C. Grayscale: #595959. Windows color (decimal): -11184269 or 7558997. OLE color: 7558997.
HSL color Cylindrical-coordinate representation of color #555773: hue angle of 236º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #555773 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 87 | 115 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.55 |
| HSL | 236º | 0.15% | 0.39% | - |
| HSV(B) | 236º | 0.26% | 0.45% | - |
| XYZ | 10.25 | 9.99 | 17.61 | - |
| YUV | 89.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 115 | 0.26 | 0.24 | 0 | 0.55 | 236 | 0.15 | 0.39 |
| Hex | 55 | 57 | 73 | 1A | 18 | 0 | 37 | EC | F | 27 |
| Octal | 125 | 127 | 163 | 32 | 30 | 0 | 67 | 354 | 17 | 47 |
| Binary | 1010101 | 1010111 | 1110011 | 11010 | 11000 | 0 | 110111 | 11101100 | 1111 | 100111 |
Color Harmonies of #555773
Complementary color
Monochromatic Colors of #555773
Black with #555773
Text Example
Text Example
White with #555773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555773; }
p { color: rgb(85,87,115); }
H1.HeaderClassName
{
color: #555773;
}
.AnyTagClassName
{
color: #555773;
}
</style>
background-color css
<style>
a { background-color: #555773; }
a { background-color: rgb(85,87,115); }
div.DivClassName
{
background-color: #555773;
}
.BgClassName
{
background-color: #555773;
}
</style>
border-color css
<style>
span { border-color: #555773; }
span { border-color: rgb(85,87,115); }
td.TdClassName
{
border-color: #555773;
}
.TagClassName
{
border-color: #555773;
}
</style>