Shades of Comet #555477
Tints of Comet #555477
RGB
CMYK
RGB Variations
Color information
#555477 (or 0x555477) is known color: Comet. HEX triplet: 55, 54 and 77. RGB value is (85,84,119). Sum of RGB (Red+Green+Blue) = 85+84+119=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #555477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555477 is #AAAB88. Grayscale: #585858. Windows color (decimal): -11185033 or 7820373. OLE color: 7820373.
HSL color Cylindrical-coordinate representation of color #555477: hue angle of 241.71º 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 #555477 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 84 | 119 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.53 |
| HSL | 241.71º | 0.17% | 0.4% | - |
| HSV(B) | 241.71º | 0.29% | 0.47% | - |
| XYZ | 10.25 | 9.6 | 18.77 | - |
| YUV | 88.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 119 | 0.29 | 0.29 | 0 | 0.53 | 241.71 | 0.17 | 0.4 |
| Hex | 55 | 54 | 77 | 1D | 1D | 0 | 35 | F2 | 11 | 28 |
| Octal | 125 | 124 | 167 | 35 | 35 | 0 | 65 | 362 | 21 | 50 |
| Binary | 1010101 | 1010100 | 1110111 | 11101 | 11101 | 0 | 110101 | 11110010 | 10001 | 101000 |
Color Harmonies of #555477
Complementary color
Monochromatic Colors of #555477
Black with #555477
Text Example
Text Example
White with #555477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555477; }
p { color: rgb(85,84,119); }
H1.HeaderClassName
{
color: #555477;
}
.AnyTagClassName
{
color: #555477;
}
</style>
background-color css
<style>
a { background-color: #555477; }
a { background-color: rgb(85,84,119); }
div.DivClassName
{
background-color: #555477;
}
.BgClassName
{
background-color: #555477;
}
</style>
border-color css
<style>
span { border-color: #555477; }
span { border-color: rgb(85,84,119); }
td.TdClassName
{
border-color: #555477;
}
.TagClassName
{
border-color: #555477;
}
</style>