Shades of Comet #55587D
Tints of Comet #55587D
RGB
CMYK
RGB Variations
Color information
#55587D (or 0x55587D) is known color: Comet. HEX triplet: 55, 58 and 7D. RGB value is (85,88,125). Sum of RGB (Red+Green+Blue) = 85+88+125=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 125 - color contains mainly: blue. Hex color #55587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55587D is #AAA782. Grayscale: #5B5B5B. Windows color (decimal): -11184003 or 8214613. OLE color: 8214613.
HSL color Cylindrical-coordinate representation of color #55587D: hue angle of 235.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55587D is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 88 | 125 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.51 |
| HSL | 235.5º | 0.19% | 0.41% | - |
| HSV(B) | 235.5º | 0.32% | 0.49% | - |
| XYZ | 10.94 | 10.39 | 20.83 | - |
| YUV | 91.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 125 | 0.32 | 0.30 | 0 | 0.51 | 235.5 | 0.19 | 0.41 |
| Hex | 55 | 58 | 7D | 20 | 1E | 0 | 33 | EC | 13 | 29 |
| Octal | 125 | 130 | 175 | 40 | 36 | 0 | 63 | 354 | 23 | 51 |
| Binary | 1010101 | 1011000 | 1111101 | 100000 | 11110 | 0 | 110011 | 11101100 | 10011 | 101001 |
Color Harmonies of #55587D
Complementary color
Monochromatic Colors of #55587D
Black with #55587D
Text Example
Text Example
White with #55587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55587D; }
p { color: rgb(85,88,125); }
H1.HeaderClassName
{
color: #55587D;
}
.AnyTagClassName
{
color: #55587D;
}
</style>
background-color css
<style>
a { background-color: #55587D; }
a { background-color: rgb(85,88,125); }
div.DivClassName
{
background-color: #55587D;
}
.BgClassName
{
background-color: #55587D;
}
</style>
border-color css
<style>
span { border-color: #55587D; }
span { border-color: rgb(85,88,125); }
td.TdClassName
{
border-color: #55587D;
}
.TagClassName
{
border-color: #55587D;
}
</style>