Shades of Comet #555878
Tints of Comet #555878
RGB
CMYK
RGB Variations
Color information
#555878 (or 0x555878) is known color: Comet. HEX triplet: 55, 58 and 78. RGB value is (85,88,120). Sum of RGB (Red+Green+Blue) = 85+88+120=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #555878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555878 is #AAA787. Grayscale: #5A5A5A. Windows color (decimal): -11184008 or 7886933. OLE color: 7886933.
HSL color Cylindrical-coordinate representation of color #555878: hue angle of 234.86º 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 #555878 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 88 | 120 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.53 |
| HSL | 234.86º | 0.17% | 0.4% | - |
| HSV(B) | 234.86º | 0.29% | 0.47% | - |
| XYZ | 10.63 | 10.27 | 19.19 | - |
| YUV | 90.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 120 | 0.29 | 0.27 | 0 | 0.53 | 234.86 | 0.17 | 0.4 |
| Hex | 55 | 58 | 78 | 1D | 1B | 0 | 35 | EB | 11 | 28 |
| Octal | 125 | 130 | 170 | 35 | 33 | 0 | 65 | 353 | 21 | 50 |
| Binary | 1010101 | 1011000 | 1111000 | 11101 | 11011 | 0 | 110101 | 11101011 | 10001 | 101000 |
Color Harmonies of #555878
Complementary color
Monochromatic Colors of #555878
Black with #555878
Text Example
Text Example
White with #555878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555878; }
p { color: rgb(85,88,120); }
H1.HeaderClassName
{
color: #555878;
}
.AnyTagClassName
{
color: #555878;
}
</style>
background-color css
<style>
a { background-color: #555878; }
a { background-color: rgb(85,88,120); }
div.DivClassName
{
background-color: #555878;
}
.BgClassName
{
background-color: #555878;
}
</style>
border-color css
<style>
span { border-color: #555878; }
span { border-color: rgb(85,88,120); }
td.TdClassName
{
border-color: #555878;
}
.TagClassName
{
border-color: #555878;
}
</style>