Shades of Comet #55587F
Tints of Comet #55587F
RGB
CMYK
RGB Variations
Color information
#55587F (or 0x55587F) is known color: Comet. HEX triplet: 55, 58 and 7F. RGB value is (85,88,127). Sum of RGB (Red+Green+Blue) = 85+88+127=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #55587F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55587F is #AAA780. Grayscale: #5B5B5B. Windows color (decimal): -11184001 or 8345685. OLE color: 8345685.
HSL color Cylindrical-coordinate representation of color #55587F: hue angle of 235.71º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55587F is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 88 | 127 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.50 |
| HSL | 235.71º | 0.2% | 0.42% | - |
| HSV(B) | 235.71º | 0.33% | 0.5% | - |
| XYZ | 11.07 | 10.44 | 21.51 | - |
| YUV | 91.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 127 | 0.33 | 0.31 | 0 | 0.50 | 235.71 | 0.2 | 0.42 |
| Hex | 55 | 58 | 7F | 21 | 1F | 0 | 32 | EC | 14 | 2A |
| Octal | 125 | 130 | 177 | 41 | 37 | 0 | 62 | 354 | 24 | 52 |
| Binary | 1010101 | 1011000 | 1111111 | 100001 | 11111 | 0 | 110010 | 11101100 | 10100 | 101010 |
Color Harmonies of #55587F
Complementary color
Monochromatic Colors of #55587F
Black with #55587F
Text Example
Text Example
White with #55587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55587F; }
p { color: rgb(85,88,127); }
H1.HeaderClassName
{
color: #55587F;
}
.AnyTagClassName
{
color: #55587F;
}
</style>
background-color css
<style>
a { background-color: #55587F; }
a { background-color: rgb(85,88,127); }
div.DivClassName
{
background-color: #55587F;
}
.BgClassName
{
background-color: #55587F;
}
</style>
border-color css
<style>
span { border-color: #55587F; }
span { border-color: rgb(85,88,127); }
td.TdClassName
{
border-color: #55587F;
}
.TagClassName
{
border-color: #55587F;
}
</style>