Shades of Como #56715C
Tints of Como #56715C
RGB
CMYK
RGB Variations
Color information
#56715C (or 0x56715C) is known color: Como. HEX triplet: 56, 71 and 5C. RGB value is (86,113,92). Sum of RGB (Red+Green+Blue) = 86+113+92=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 113 - color contains mainly: green. Hex color #56715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56715C is #A98EA3. Grayscale: #666666. Windows color (decimal): -11112100 or 6058326. OLE color: 6058326.
HSL color Cylindrical-coordinate representation of color #56715C: hue angle of 133.33º 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 #56715C is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 113 | 92 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.56 |
| HSL | 133.33º | 0.14% | 0.39% | - |
| HSV(B) | 133.33º | 0.24% | 0.44% | - |
| XYZ | 11.67 | 14.56 | 12.32 | - |
| YUV | 102.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 113 | 92 | 0.24 | 0 | 0.19 | 0.56 | 133.33 | 0.14 | 0.39 |
| Hex | 56 | 71 | 5C | 18 | 0 | 13 | 38 | 85 | E | 27 |
| Octal | 126 | 161 | 134 | 30 | 0 | 23 | 70 | 205 | 16 | 47 |
| Binary | 1010110 | 1110001 | 1011100 | 11000 | 0 | 10011 | 111000 | 10000101 | 1110 | 100111 |
Color Harmonies of #56715C
Complementary color
Monochromatic Colors of #56715C
Black with #56715C
Text Example
Text Example
White with #56715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56715C; }
p { color: rgb(86,113,92); }
H1.HeaderClassName
{
color: #56715C;
}
.AnyTagClassName
{
color: #56715C;
}
</style>
background-color css
<style>
a { background-color: #56715C; }
a { background-color: rgb(86,113,92); }
div.DivClassName
{
background-color: #56715C;
}
.BgClassName
{
background-color: #56715C;
}
</style>
border-color css
<style>
span { border-color: #56715C; }
span { border-color: rgb(86,113,92); }
td.TdClassName
{
border-color: #56715C;
}
.TagClassName
{
border-color: #56715C;
}
</style>