Shades of Como #55715E
Tints of Como #55715E
RGB
CMYK
RGB Variations
Color information
#55715E (or 0x55715E) is known color: Como. HEX triplet: 55, 71 and 5E. RGB value is (85,113,94). Sum of RGB (Red+Green+Blue) = 85+113+94=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 113 - color contains mainly: green. Hex color #55715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55715E is #AA8EA1. Grayscale: #666666. Windows color (decimal): -11177634 or 6189397. OLE color: 6189397.
HSL color Cylindrical-coordinate representation of color #55715E: hue angle of 139.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55715E is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 113 | 94 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.56 |
| HSL | 139.29º | 0.14% | 0.39% | - |
| HSV(B) | 139.29º | 0.25% | 0.44% | - |
| XYZ | 11.67 | 14.55 | 12.78 | - |
| YUV | 102.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 94 | 0.25 | 0 | 0.17 | 0.56 | 139.29 | 0.14 | 0.39 |
| Hex | 55 | 71 | 5E | 19 | 0 | 11 | 38 | 8B | E | 27 |
| Octal | 125 | 161 | 136 | 31 | 0 | 21 | 70 | 213 | 16 | 47 |
| Binary | 1010101 | 1110001 | 1011110 | 11001 | 0 | 10001 | 111000 | 10001011 | 1110 | 100111 |
Color Harmonies of #55715E
Complementary color
Monochromatic Colors of #55715E
Black with #55715E
Text Example
Text Example
White with #55715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55715E; }
p { color: rgb(85,113,94); }
H1.HeaderClassName
{
color: #55715E;
}
.AnyTagClassName
{
color: #55715E;
}
</style>
background-color css
<style>
a { background-color: #55715E; }
a { background-color: rgb(85,113,94); }
div.DivClassName
{
background-color: #55715E;
}
.BgClassName
{
background-color: #55715E;
}
</style>
border-color css
<style>
span { border-color: #55715E; }
span { border-color: rgb(85,113,94); }
td.TdClassName
{
border-color: #55715E;
}
.TagClassName
{
border-color: #55715E;
}
</style>