Shades of Comet #55587A
Tints of Comet #55587A
RGB
CMYK
RGB Variations
Color information
#55587A (or 0x55587A) is known color: Comet. HEX triplet: 55, 58 and 7A. RGB value is (85,88,122). Sum of RGB (Red+Green+Blue) = 85+88+122=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: blue. Hex color #55587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55587A is #AAA785. Grayscale: #5A5A5A. Windows color (decimal): -11184006 or 8018005. OLE color: 8018005.
HSL color Cylindrical-coordinate representation of color #55587A: hue angle of 235.14º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55587A is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 88 | 122 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.52 |
| HSL | 235.14º | 0.18% | 0.41% | - |
| HSV(B) | 235.14º | 0.3% | 0.48% | - |
| XYZ | 10.75 | 10.32 | 19.84 | - |
| YUV | 90.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 122 | 0.30 | 0.28 | 0 | 0.52 | 235.14 | 0.18 | 0.41 |
| Hex | 55 | 58 | 7A | 1E | 1C | 0 | 34 | EB | 12 | 29 |
| Octal | 125 | 130 | 172 | 36 | 34 | 0 | 64 | 353 | 22 | 51 |
| Binary | 1010101 | 1011000 | 1111010 | 11110 | 11100 | 0 | 110100 | 11101011 | 10010 | 101001 |
Color Harmonies of #55587A
Complementary color
Monochromatic Colors of #55587A
Black with #55587A
Text Example
Text Example
White with #55587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55587A; }
p { color: rgb(85,88,122); }
H1.HeaderClassName
{
color: #55587A;
}
.AnyTagClassName
{
color: #55587A;
}
</style>
background-color css
<style>
a { background-color: #55587A; }
a { background-color: rgb(85,88,122); }
div.DivClassName
{
background-color: #55587A;
}
.BgClassName
{
background-color: #55587A;
}
</style>
border-color css
<style>
span { border-color: #55587A; }
span { border-color: rgb(85,88,122); }
td.TdClassName
{
border-color: #55587A;
}
.TagClassName
{
border-color: #55587A;
}
</style>