Shades of Comet #55586F
Tints of Comet #55586F
RGB
CMYK
RGB Variations
Color information
#55586F (or 0x55586F) is known color: Comet. HEX triplet: 55, 58 and 6F. RGB value is (85,88,111). Sum of RGB (Red+Green+Blue) = 85+88+111=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 111 - color contains mainly: blue. Hex color #55586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55586F is #AAA790. Grayscale: #595959. Windows color (decimal): -11184017 or 7297109. OLE color: 7297109.
HSL color Cylindrical-coordinate representation of color #55586F: hue angle of 233.08º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #55586F is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 88 | 111 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.56 |
| HSL | 233.08º | 0.13% | 0.38% | - |
| HSV(B) | 233.08º | 0.23% | 0.44% | - |
| XYZ | 10.11 | 10.06 | 16.45 | - |
| YUV | 89.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 111 | 0.23 | 0.21 | 0 | 0.56 | 233.08 | 0.13 | 0.38 |
| Hex | 55 | 58 | 6F | 17 | 15 | 0 | 38 | E9 | D | 26 |
| Octal | 125 | 130 | 157 | 27 | 25 | 0 | 70 | 351 | 15 | 46 |
| Binary | 1010101 | 1011000 | 1101111 | 10111 | 10101 | 0 | 111000 | 11101001 | 1101 | 100110 |
Color Harmonies of #55586F
Complementary color
Monochromatic Colors of #55586F
Black with #55586F
Text Example
Text Example
White with #55586F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55586F; }
p { color: rgb(85,88,111); }
H1.HeaderClassName
{
color: #55586F;
}
.AnyTagClassName
{
color: #55586F;
}
</style>
background-color css
<style>
a { background-color: #55586F; }
a { background-color: rgb(85,88,111); }
div.DivClassName
{
background-color: #55586F;
}
.BgClassName
{
background-color: #55586F;
}
</style>
border-color css
<style>
span { border-color: #55586F; }
span { border-color: rgb(85,88,111); }
td.TdClassName
{
border-color: #55586F;
}
.TagClassName
{
border-color: #55586F;
}
</style>