Shades of Como #56715E
Tints of Como #56715E
RGB
CMYK
RGB Variations
Color information
#56715E (or 0x56715E) is known color: Como. HEX triplet: 56, 71 and 5E. RGB value is (86,113,94). Sum of RGB (Red+Green+Blue) = 86+113+94=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 113 - color contains mainly: green. Hex color #56715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56715E is #A98EA1. Grayscale: #666666. Windows color (decimal): -11112098 or 6189398. OLE color: 6189398.
HSL color Cylindrical-coordinate representation of color #56715E: hue angle of 137.78º 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 #56715E is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 113 | 94 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.56 |
| HSL | 137.78º | 0.14% | 0.39% | - |
| HSV(B) | 137.78º | 0.24% | 0.44% | - |
| XYZ | 11.76 | 14.6 | 12.79 | - |
| YUV | 102.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 113 | 94 | 0.24 | 0 | 0.17 | 0.56 | 137.78 | 0.14 | 0.39 |
| Hex | 56 | 71 | 5E | 18 | 0 | 11 | 38 | 8A | E | 27 |
| Octal | 126 | 161 | 136 | 30 | 0 | 21 | 70 | 212 | 16 | 47 |
| Binary | 1010110 | 1110001 | 1011110 | 11000 | 0 | 10001 | 111000 | 10001010 | 1110 | 100111 |
Color Harmonies of #56715E
Complementary color
Monochromatic Colors of #56715E
Black with #56715E
Text Example
Text Example
White with #56715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56715E; }
p { color: rgb(86,113,94); }
H1.HeaderClassName
{
color: #56715E;
}
.AnyTagClassName
{
color: #56715E;
}
</style>
background-color css
<style>
a { background-color: #56715E; }
a { background-color: rgb(86,113,94); }
div.DivClassName
{
background-color: #56715E;
}
.BgClassName
{
background-color: #56715E;
}
</style>
border-color css
<style>
span { border-color: #56715E; }
span { border-color: rgb(86,113,94); }
td.TdClassName
{
border-color: #56715E;
}
.TagClassName
{
border-color: #56715E;
}
</style>