Shades of Como #55755E
Tints of Como #55755E
RGB
CMYK
RGB Variations
Color information
#55755E (or 0x55755E) is known color: Como. HEX triplet: 55, 75 and 5E. RGB value is (85,117,94). Sum of RGB (Red+Green+Blue) = 85+117+94=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #55755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55755E is #AA8AA1. Grayscale: #686868. Windows color (decimal): -11176610 or 6190421. OLE color: 6190421.
HSL color Cylindrical-coordinate representation of color #55755E: hue angle of 136.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55755E is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 94 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.54 |
| HSL | 136.88º | 0.16% | 0.4% | - |
| HSV(B) | 136.88º | 0.27% | 0.46% | - |
| XYZ | 12.13 | 15.46 | 12.93 | - |
| YUV | 104.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 94 | 0.27 | 0 | 0.20 | 0.54 | 136.88 | 0.16 | 0.4 |
| Hex | 55 | 75 | 5E | 1B | 0 | 14 | 36 | 89 | 10 | 28 |
| Octal | 125 | 165 | 136 | 33 | 0 | 24 | 66 | 211 | 20 | 50 |
| Binary | 1010101 | 1110101 | 1011110 | 11011 | 0 | 10100 | 110110 | 10001001 | 10000 | 101000 |
Color Harmonies of #55755E
Complementary color
Monochromatic Colors of #55755E
Black with #55755E
Text Example
Text Example
White with #55755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55755E; }
p { color: rgb(85,117,94); }
H1.HeaderClassName
{
color: #55755E;
}
.AnyTagClassName
{
color: #55755E;
}
</style>
background-color css
<style>
a { background-color: #55755E; }
a { background-color: rgb(85,117,94); }
div.DivClassName
{
background-color: #55755E;
}
.BgClassName
{
background-color: #55755E;
}
</style>
border-color css
<style>
span { border-color: #55755E; }
span { border-color: rgb(85,117,94); }
td.TdClassName
{
border-color: #55755E;
}
.TagClassName
{
border-color: #55755E;
}
</style>