Shades of Comet #55597C
Tints of Comet #55597C
RGB
CMYK
RGB Variations
Color information
#55597C (or 0x55597C) is known color: Comet. HEX triplet: 55, 59 and 7C. RGB value is (85,89,124). Sum of RGB (Red+Green+Blue) = 85+89+124=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #55597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55597C is #AAA683. Grayscale: #5B5B5B. Windows color (decimal): -11183748 or 8149333. OLE color: 8149333.
HSL color Cylindrical-coordinate representation of color #55597C: hue angle of 233.85º 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 #55597C is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 89 | 124 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.51 |
| HSL | 233.85º | 0.19% | 0.41% | - |
| HSV(B) | 233.85º | 0.31% | 0.49% | - |
| XYZ | 10.96 | 10.53 | 20.52 | - |
| YUV | 91.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 124 | 0.31 | 0.28 | 0 | 0.51 | 233.85 | 0.19 | 0.41 |
| Hex | 55 | 59 | 7C | 1F | 1C | 0 | 33 | EA | 13 | 29 |
| Octal | 125 | 131 | 174 | 37 | 34 | 0 | 63 | 352 | 23 | 51 |
| Binary | 1010101 | 1011001 | 1111100 | 11111 | 11100 | 0 | 110011 | 11101010 | 10011 | 101001 |
Color Harmonies of #55597C
Complementary color
Monochromatic Colors of #55597C
Black with #55597C
Text Example
Text Example
White with #55597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55597C; }
p { color: rgb(85,89,124); }
H1.HeaderClassName
{
color: #55597C;
}
.AnyTagClassName
{
color: #55597C;
}
</style>
background-color css
<style>
a { background-color: #55597C; }
a { background-color: rgb(85,89,124); }
div.DivClassName
{
background-color: #55597C;
}
.BgClassName
{
background-color: #55597C;
}
</style>
border-color css
<style>
span { border-color: #55597C; }
span { border-color: rgb(85,89,124); }
td.TdClassName
{
border-color: #55597C;
}
.TagClassName
{
border-color: #55597C;
}
</style>