Shades of Comet #55587C
Tints of Comet #55587C
RGB
CMYK
RGB Variations
Color information
#55587C (or 0x55587C) is known color: Comet. HEX triplet: 55, 58 and 7C. RGB value is (85,88,124). Sum of RGB (Red+Green+Blue) = 85+88+124=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #55587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55587C is #AAA783. Grayscale: #5B5B5B. Windows color (decimal): -11184004 or 8149077. OLE color: 8149077.
HSL color Cylindrical-coordinate representation of color #55587C: hue angle of 235.38º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55587C is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 88 | 124 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.51 |
| HSL | 235.38º | 0.19% | 0.41% | - |
| HSV(B) | 235.38º | 0.31% | 0.49% | - |
| XYZ | 10.87 | 10.37 | 20.5 | - |
| YUV | 91.21 | 146.51 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 124 | 0.31 | 0.29 | 0 | 0.51 | 235.38 | 0.19 | 0.41 |
| Hex | 55 | 58 | 7C | 1F | 1D | 0 | 33 | EB | 13 | 29 |
| Octal | 125 | 130 | 174 | 37 | 35 | 0 | 63 | 353 | 23 | 51 |
| Binary | 1010101 | 1011000 | 1111100 | 11111 | 11101 | 0 | 110011 | 11101011 | 10011 | 101001 |
Color Harmonies of #55587C
Complementary color
Monochromatic Colors of #55587C
Black with #55587C
Text Example
Text Example
White with #55587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55587C; }
p { color: rgb(85,88,124); }
H1.HeaderClassName
{
color: #55587C;
}
.AnyTagClassName
{
color: #55587C;
}
</style>
background-color css
<style>
a { background-color: #55587C; }
a { background-color: rgb(85,88,124); }
div.DivClassName
{
background-color: #55587C;
}
.BgClassName
{
background-color: #55587C;
}
</style>
border-color css
<style>
span { border-color: #55587C; }
span { border-color: rgb(85,88,124); }
td.TdClassName
{
border-color: #55587C;
}
.TagClassName
{
border-color: #55587C;
}
</style>