Shades of Comet #555577
Tints of Comet #555577
RGB
CMYK
RGB Variations
Color information
#555577 (or 0x555577) is known color: Comet. HEX triplet: 55, 55 and 77. RGB value is (85,85,119). Sum of RGB (Red+Green+Blue) = 85+85+119=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: blue. Hex color #555577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555577 is #AAAA88. Grayscale: #585858. Windows color (decimal): -11184777 or 7820629. OLE color: 7820629.
HSL color Cylindrical-coordinate representation of color #555577: hue angle of 240º 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 #555577 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 85 | 119 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.53 |
| HSL | 240º | 0.17% | 0.4% | - |
| HSV(B) | 240º | 0.29% | 0.47% | - |
| XYZ | 10.32 | 9.76 | 18.79 | - |
| YUV | 88.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 119 | 0.29 | 0.29 | 0 | 0.53 | 240 | 0.17 | 0.4 |
| Hex | 55 | 55 | 77 | 1D | 1D | 0 | 35 | F0 | 11 | 28 |
| Octal | 125 | 125 | 167 | 35 | 35 | 0 | 65 | 360 | 21 | 50 |
| Binary | 1010101 | 1010101 | 1110111 | 11101 | 11101 | 0 | 110101 | 11110000 | 10001 | 101000 |
Color Harmonies of #555577
Complementary color
Monochromatic Colors of #555577
Black with #555577
Text Example
Text Example
White with #555577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555577; }
p { color: rgb(85,85,119); }
H1.HeaderClassName
{
color: #555577;
}
.AnyTagClassName
{
color: #555577;
}
</style>
background-color css
<style>
a { background-color: #555577; }
a { background-color: rgb(85,85,119); }
div.DivClassName
{
background-color: #555577;
}
.BgClassName
{
background-color: #555577;
}
</style>
border-color css
<style>
span { border-color: #555577; }
span { border-color: rgb(85,85,119); }
td.TdClassName
{
border-color: #555577;
}
.TagClassName
{
border-color: #555577;
}
</style>