Shades of Comet #55577A
Tints of Comet #55577A
RGB
CMYK
RGB Variations
Color information
#55577A (or 0x55577A) is known color: Comet. HEX triplet: 55, 57 and 7A. RGB value is (85,87,122). Sum of RGB (Red+Green+Blue) = 85+87+122=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #55577A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55577A is #AAA885. Grayscale: #5A5A5A. Windows color (decimal): -11184262 or 8017749. OLE color: 8017749.
HSL color Cylindrical-coordinate representation of color #55577A: hue angle of 236.76º 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 #55577A is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 87 | 122 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.52 |
| HSL | 236.76º | 0.18% | 0.41% | - |
| HSV(B) | 236.76º | 0.3% | 0.48% | - |
| XYZ | 10.67 | 10.15 | 19.81 | - |
| YUV | 90.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 122 | 0.30 | 0.29 | 0 | 0.52 | 236.76 | 0.18 | 0.41 |
| Hex | 55 | 57 | 7A | 1E | 1D | 0 | 34 | ED | 12 | 29 |
| Octal | 125 | 127 | 172 | 36 | 35 | 0 | 64 | 355 | 22 | 51 |
| Binary | 1010101 | 1010111 | 1111010 | 11110 | 11101 | 0 | 110100 | 11101101 | 10010 | 101001 |
Color Harmonies of #55577A
Complementary color
Monochromatic Colors of #55577A
Black with #55577A
Text Example
Text Example
White with #55577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55577A; }
p { color: rgb(85,87,122); }
H1.HeaderClassName
{
color: #55577A;
}
.AnyTagClassName
{
color: #55577A;
}
</style>
background-color css
<style>
a { background-color: #55577A; }
a { background-color: rgb(85,87,122); }
div.DivClassName
{
background-color: #55577A;
}
.BgClassName
{
background-color: #55577A;
}
</style>
border-color css
<style>
span { border-color: #55577A; }
span { border-color: rgb(85,87,122); }
td.TdClassName
{
border-color: #55577A;
}
.TagClassName
{
border-color: #55577A;
}
</style>