Shades of Como #55705E
Tints of Como #55705E
RGB
CMYK
RGB Variations
Color information
#55705E (or 0x55705E) is known color: Como. HEX triplet: 55, 70 and 5E. RGB value is (85,112,94). Sum of RGB (Red+Green+Blue) = 85+112+94=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #55705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55705E is #AA8FA1. Grayscale: #656565. Windows color (decimal): -11177890 or 6189141. OLE color: 6189141.
HSL color Cylindrical-coordinate representation of color #55705E: hue angle of 140º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #55705E is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 94 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.56 |
| HSL | 140º | 0.14% | 0.39% | - |
| HSV(B) | 140º | 0.24% | 0.44% | - |
| XYZ | 11.56 | 14.33 | 12.75 | - |
| YUV | 101.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 94 | 0.24 | 0 | 0.16 | 0.56 | 140 | 0.14 | 0.39 |
| Hex | 55 | 70 | 5E | 18 | 0 | 10 | 38 | 8C | E | 27 |
| Octal | 125 | 160 | 136 | 30 | 0 | 20 | 70 | 214 | 16 | 47 |
| Binary | 1010101 | 1110000 | 1011110 | 11000 | 0 | 10000 | 111000 | 10001100 | 1110 | 100111 |
Color Harmonies of #55705E
Complementary color
Monochromatic Colors of #55705E
Black with #55705E
Text Example
Text Example
White with #55705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55705E; }
p { color: rgb(85,112,94); }
H1.HeaderClassName
{
color: #55705E;
}
.AnyTagClassName
{
color: #55705E;
}
</style>
background-color css
<style>
a { background-color: #55705E; }
a { background-color: rgb(85,112,94); }
div.DivClassName
{
background-color: #55705E;
}
.BgClassName
{
background-color: #55705E;
}
</style>
border-color css
<style>
span { border-color: #55705E; }
span { border-color: rgb(85,112,94); }
td.TdClassName
{
border-color: #55705E;
}
.TagClassName
{
border-color: #55705E;
}
</style>