Shades of Comet #555872
Tints of Comet #555872
RGB
CMYK
RGB Variations
Color information
#555872 (or 0x555872) is known color: Comet. HEX triplet: 55, 58 and 72. RGB value is (85,88,114). Sum of RGB (Red+Green+Blue) = 85+88+114=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #555872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555872 is #AAA78D. Grayscale: #595959. Windows color (decimal): -11184014 or 7493717. OLE color: 7493717.
HSL color Cylindrical-coordinate representation of color #555872: hue angle of 233.79º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #555872 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 88 | 114 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.55 |
| HSL | 233.79º | 0.15% | 0.39% | - |
| HSV(B) | 233.79º | 0.25% | 0.45% | - |
| XYZ | 10.27 | 10.13 | 17.33 | - |
| YUV | 90.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 114 | 0.25 | 0.23 | 0 | 0.55 | 233.79 | 0.15 | 0.39 |
| Hex | 55 | 58 | 72 | 19 | 17 | 0 | 37 | EA | F | 27 |
| Octal | 125 | 130 | 162 | 31 | 27 | 0 | 67 | 352 | 17 | 47 |
| Binary | 1010101 | 1011000 | 1110010 | 11001 | 10111 | 0 | 110111 | 11101010 | 1111 | 100111 |
Color Harmonies of #555872
Complementary color
Monochromatic Colors of #555872
Black with #555872
Text Example
Text Example
White with #555872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555872; }
p { color: rgb(85,88,114); }
H1.HeaderClassName
{
color: #555872;
}
.AnyTagClassName
{
color: #555872;
}
</style>
background-color css
<style>
a { background-color: #555872; }
a { background-color: rgb(85,88,114); }
div.DivClassName
{
background-color: #555872;
}
.BgClassName
{
background-color: #555872;
}
</style>
border-color css
<style>
span { border-color: #555872; }
span { border-color: rgb(85,88,114); }
td.TdClassName
{
border-color: #555872;
}
.TagClassName
{
border-color: #555872;
}
</style>