Shades of Comet #555779
Tints of Comet #555779
RGB
CMYK
RGB Variations
Color information
#555779 (or 0x555779) is known color: Comet. HEX triplet: 55, 57 and 79. RGB value is (85,87,121). Sum of RGB (Red+Green+Blue) = 85+87+121=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 121 - color contains mainly: blue. Hex color #555779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555779 is #AAA886. Grayscale: #5A5A5A. Windows color (decimal): -11184263 or 7952213. OLE color: 7952213.
HSL color Cylindrical-coordinate representation of color #555779: hue angle of 236.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #555779 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 87 | 121 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.53 |
| HSL | 236.67º | 0.17% | 0.4% | - |
| HSV(B) | 236.67º | 0.3% | 0.47% | - |
| XYZ | 10.61 | 10.13 | 19.49 | - |
| YUV | 90.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 121 | 0.30 | 0.28 | 0 | 0.53 | 236.67 | 0.17 | 0.4 |
| Hex | 55 | 57 | 79 | 1E | 1C | 0 | 35 | ED | 11 | 28 |
| Octal | 125 | 127 | 171 | 36 | 34 | 0 | 65 | 355 | 21 | 50 |
| Binary | 1010101 | 1010111 | 1111001 | 11110 | 11100 | 0 | 110101 | 11101101 | 10001 | 101000 |
Color Harmonies of #555779
Complementary color
Monochromatic Colors of #555779
Black with #555779
Text Example
Text Example
White with #555779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555779; }
p { color: rgb(85,87,121); }
H1.HeaderClassName
{
color: #555779;
}
.AnyTagClassName
{
color: #555779;
}
</style>
background-color css
<style>
a { background-color: #555779; }
a { background-color: rgb(85,87,121); }
div.DivClassName
{
background-color: #555779;
}
.BgClassName
{
background-color: #555779;
}
</style>
border-color css
<style>
span { border-color: #555779; }
span { border-color: rgb(85,87,121); }
td.TdClassName
{
border-color: #555779;
}
.TagClassName
{
border-color: #555779;
}
</style>