Shades of Comet #555981
Tints of Comet #555981
RGB
CMYK
RGB Variations
Color information
#555981 (or 0x555981) is known color: Comet. HEX triplet: 55, 59 and 81. RGB value is (85,89,129). Sum of RGB (Red+Green+Blue) = 85+89+129=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #555981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555981 is #AAA67E. Grayscale: #5C5C5C. Windows color (decimal): -11183743 or 8477013. OLE color: 8477013.
HSL color Cylindrical-coordinate representation of color #555981: hue angle of 234.55º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #555981 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 89 | 129 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.49 |
| HSL | 234.55º | 0.21% | 0.42% | - |
| HSV(B) | 234.55º | 0.34% | 0.51% | - |
| XYZ | 11.28 | 10.66 | 22.23 | - |
| YUV | 92.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 129 | 0.34 | 0.31 | 0 | 0.49 | 234.55 | 0.21 | 0.42 |
| Hex | 55 | 59 | 81 | 22 | 1F | 0 | 31 | EB | 15 | 2A |
| Octal | 125 | 131 | 201 | 42 | 37 | 0 | 61 | 353 | 25 | 52 |
| Binary | 1010101 | 1011001 | 10000001 | 100010 | 11111 | 0 | 110001 | 11101011 | 10101 | 101010 |
Color Harmonies of #555981
Complementary color
Monochromatic Colors of #555981
Black with #555981
Text Example
Text Example
White with #555981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555981; }
p { color: rgb(85,89,129); }
H1.HeaderClassName
{
color: #555981;
}
.AnyTagClassName
{
color: #555981;
}
</style>
background-color css
<style>
a { background-color: #555981; }
a { background-color: rgb(85,89,129); }
div.DivClassName
{
background-color: #555981;
}
.BgClassName
{
background-color: #555981;
}
</style>
border-color css
<style>
span { border-color: #555981; }
span { border-color: rgb(85,89,129); }
td.TdClassName
{
border-color: #555981;
}
.TagClassName
{
border-color: #555981;
}
</style>