Shades of Comet #555A78
Tints of Comet #555A78
RGB
CMYK
RGB Variations
Color information
#555A78 (or 0x555A78) is known color: Comet. HEX triplet: 55, 5A and 78. RGB value is (85,90,120). Sum of RGB (Red+Green+Blue) = 85+90+120=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #555A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A78 is #AAA587. Grayscale: #5B5B5B. Windows color (decimal): -11183496 or 7887445. OLE color: 7887445.
HSL color Cylindrical-coordinate representation of color #555A78: hue angle of 231.43º 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 #555A78 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 90 | 120 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.53 |
| HSL | 231.43º | 0.17% | 0.4% | - |
| HSV(B) | 231.43º | 0.29% | 0.47% | - |
| XYZ | 10.79 | 10.6 | 19.25 | - |
| YUV | 91.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 120 | 0.29 | 0.25 | 0 | 0.53 | 231.43 | 0.17 | 0.4 |
| Hex | 55 | 5A | 78 | 1D | 19 | 0 | 35 | E7 | 11 | 28 |
| Octal | 125 | 132 | 170 | 35 | 31 | 0 | 65 | 347 | 21 | 50 |
| Binary | 1010101 | 1011010 | 1111000 | 11101 | 11001 | 0 | 110101 | 11100111 | 10001 | 101000 |
Color Harmonies of #555A78
Complementary color
Monochromatic Colors of #555A78
Black with #555A78
Text Example
Text Example
White with #555A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A78; }
p { color: rgb(85,90,120); }
H1.HeaderClassName
{
color: #555A78;
}
.AnyTagClassName
{
color: #555A78;
}
</style>
background-color css
<style>
a { background-color: #555A78; }
a { background-color: rgb(85,90,120); }
div.DivClassName
{
background-color: #555A78;
}
.BgClassName
{
background-color: #555A78;
}
</style>
border-color css
<style>
span { border-color: #555A78; }
span { border-color: rgb(85,90,120); }
td.TdClassName
{
border-color: #555A78;
}
.TagClassName
{
border-color: #555A78;
}
</style>