Shades of Como #56745C
Tints of Como #56745C
RGB
CMYK
RGB Variations
Color information
#56745C (or 0x56745C) is known color: Como. HEX triplet: 56, 74 and 5C. RGB value is (86,116,92). Sum of RGB (Red+Green+Blue) = 86+116+92=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #56745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56745C is #A98BA3. Grayscale: #686868. Windows color (decimal): -11111332 or 6059094. OLE color: 6059094.
HSL color Cylindrical-coordinate representation of color #56745C: hue angle of 132º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56745C is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 116 | 92 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.55 |
| HSL | 132º | 0.15% | 0.4% | - |
| HSV(B) | 132º | 0.26% | 0.45% | - |
| XYZ | 12.01 | 15.24 | 12.43 | - |
| YUV | 104.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 116 | 92 | 0.26 | 0 | 0.21 | 0.55 | 132 | 0.15 | 0.4 |
| Hex | 56 | 74 | 5C | 1A | 0 | 15 | 37 | 84 | F | 28 |
| Octal | 126 | 164 | 134 | 32 | 0 | 25 | 67 | 204 | 17 | 50 |
| Binary | 1010110 | 1110100 | 1011100 | 11010 | 0 | 10101 | 110111 | 10000100 | 1111 | 101000 |
Color Harmonies of #56745C
Complementary color
Monochromatic Colors of #56745C
Black with #56745C
Text Example
Text Example
White with #56745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56745C; }
p { color: rgb(86,116,92); }
H1.HeaderClassName
{
color: #56745C;
}
.AnyTagClassName
{
color: #56745C;
}
</style>
background-color css
<style>
a { background-color: #56745C; }
a { background-color: rgb(86,116,92); }
div.DivClassName
{
background-color: #56745C;
}
.BgClassName
{
background-color: #56745C;
}
</style>
border-color css
<style>
span { border-color: #56745C; }
span { border-color: rgb(86,116,92); }
td.TdClassName
{
border-color: #56745C;
}
.TagClassName
{
border-color: #56745C;
}
</style>