Shades of Comet #55566D
Tints of Comet #55566D
RGB
CMYK
RGB Variations
Color information
#55566D (or 0x55566D) is known color: Comet. HEX triplet: 55, 56 and 6D. RGB value is (85,86,109). Sum of RGB (Red+Green+Blue) = 85+86+109=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 109 - color contains mainly: blue. Hex color #55566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55566D is #AAA992. Grayscale: #585858. Windows color (decimal): -11184531 or 7165525. OLE color: 7165525.
HSL color Cylindrical-coordinate representation of color #55566D: hue angle of 237.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55566D is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 86 | 109 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.57 |
| HSL | 237.5º | 0.12% | 0.38% | - |
| HSV(B) | 237.5º | 0.22% | 0.43% | - |
| XYZ | 9.83 | 9.69 | 15.82 | - |
| YUV | 88.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 109 | 0.22 | 0.21 | 0 | 0.57 | 237.5 | 0.12 | 0.38 |
| Hex | 55 | 56 | 6D | 16 | 15 | 0 | 39 | EE | C | 26 |
| Octal | 125 | 126 | 155 | 26 | 25 | 0 | 71 | 356 | 14 | 46 |
| Binary | 1010101 | 1010110 | 1101101 | 10110 | 10101 | 0 | 111001 | 11101110 | 1100 | 100110 |
Color Harmonies of #55566D
Complementary color
Monochromatic Colors of #55566D
Black with #55566D
Text Example
Text Example
White with #55566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55566D; }
p { color: rgb(85,86,109); }
H1.HeaderClassName
{
color: #55566D;
}
.AnyTagClassName
{
color: #55566D;
}
</style>
background-color css
<style>
a { background-color: #55566D; }
a { background-color: rgb(85,86,109); }
div.DivClassName
{
background-color: #55566D;
}
.BgClassName
{
background-color: #55566D;
}
</style>
border-color css
<style>
span { border-color: #55566D; }
span { border-color: rgb(85,86,109); }
td.TdClassName
{
border-color: #55566D;
}
.TagClassName
{
border-color: #55566D;
}
</style>