Shades of Como #56705F
Tints of Como #56705F
RGB
CMYK
RGB Variations
Color information
#56705F (or 0x56705F) is known color: Como. HEX triplet: 56, 70 and 5F. RGB value is (86,112,95). Sum of RGB (Red+Green+Blue) = 86+112+95=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #56705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56705F is #A98FA0. Grayscale: #666666. Windows color (decimal): -11112353 or 6254678. OLE color: 6254678.
HSL color Cylindrical-coordinate representation of color #56705F: hue angle of 140.77º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #56705F is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 112 | 95 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.56 |
| HSL | 140.77º | 0.13% | 0.39% | - |
| HSV(B) | 140.77º | 0.23% | 0.44% | - |
| XYZ | 11.7 | 14.39 | 12.99 | - |
| YUV | 102.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 112 | 95 | 0.23 | 0 | 0.15 | 0.56 | 140.77 | 0.13 | 0.39 |
| Hex | 56 | 70 | 5F | 17 | 0 | F | 38 | 8D | D | 27 |
| Octal | 126 | 160 | 137 | 27 | 0 | 17 | 70 | 215 | 15 | 47 |
| Binary | 1010110 | 1110000 | 1011111 | 10111 | 0 | 1111 | 111000 | 10001101 | 1101 | 100111 |
Color Harmonies of #56705F
Complementary color
Monochromatic Colors of #56705F
Black with #56705F
Text Example
Text Example
White with #56705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56705F; }
p { color: rgb(86,112,95); }
H1.HeaderClassName
{
color: #56705F;
}
.AnyTagClassName
{
color: #56705F;
}
</style>
background-color css
<style>
a { background-color: #56705F; }
a { background-color: rgb(86,112,95); }
div.DivClassName
{
background-color: #56705F;
}
.BgClassName
{
background-color: #56705F;
}
</style>
border-color css
<style>
span { border-color: #56705F; }
span { border-color: rgb(86,112,95); }
td.TdClassName
{
border-color: #56705F;
}
.TagClassName
{
border-color: #56705F;
}
</style>