Shades of Como #55705F
Tints of Como #55705F
RGB
CMYK
RGB Variations
Color information
#55705F (or 0x55705F) is known color: Como. HEX triplet: 55, 70 and 5F. RGB value is (85,112,95). Sum of RGB (Red+Green+Blue) = 85+112+95=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #55705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55705F is #AA8FA0. Grayscale: #666666. Windows color (decimal): -11177889 or 6254677. OLE color: 6254677.
HSL color Cylindrical-coordinate representation of color #55705F: hue angle of 142.22º 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 #55705F is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 95 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.56 |
| HSL | 142.22º | 0.14% | 0.39% | - |
| HSV(B) | 142.22º | 0.24% | 0.44% | - |
| XYZ | 11.61 | 14.35 | 12.98 | - |
| YUV | 101.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 95 | 0.24 | 0 | 0.15 | 0.56 | 142.22 | 0.14 | 0.39 |
| Hex | 55 | 70 | 5F | 18 | 0 | F | 38 | 8E | E | 27 |
| Octal | 125 | 160 | 137 | 30 | 0 | 17 | 70 | 216 | 16 | 47 |
| Binary | 1010101 | 1110000 | 1011111 | 11000 | 0 | 1111 | 111000 | 10001110 | 1110 | 100111 |
Color Harmonies of #55705F
Complementary color
Monochromatic Colors of #55705F
Black with #55705F
Text Example
Text Example
White with #55705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55705F; }
p { color: rgb(85,112,95); }
H1.HeaderClassName
{
color: #55705F;
}
.AnyTagClassName
{
color: #55705F;
}
</style>
background-color css
<style>
a { background-color: #55705F; }
a { background-color: rgb(85,112,95); }
div.DivClassName
{
background-color: #55705F;
}
.BgClassName
{
background-color: #55705F;
}
</style>
border-color css
<style>
span { border-color: #55705F; }
span { border-color: rgb(85,112,95); }
td.TdClassName
{
border-color: #55705F;
}
.TagClassName
{
border-color: #55705F;
}
</style>