Shades of Como #56815F
Tints of Como #56815F
RGB
CMYK
RGB Variations
Color information
#56815F (or 0x56815F) is known color: Como. HEX triplet: 56, 81 and 5F. RGB value is (86,129,95). Sum of RGB (Red+Green+Blue) = 86+129+95=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #56815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56815F is #A97EA0. Grayscale: #707070. Windows color (decimal): -11108001 or 6259030. OLE color: 6259030.
HSL color Cylindrical-coordinate representation of color #56815F: hue angle of 132.56º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56815F is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 129 | 95 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.49 |
| HSL | 132.56º | 0.2% | 0.42% | - |
| HSV(B) | 132.56º | 0.33% | 0.51% | - |
| XYZ | 13.75 | 18.51 | 13.67 | - |
| YUV | 112.27 | 118.25 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 129 | 95 | 0.33 | 0 | 0.26 | 0.49 | 132.56 | 0.2 | 0.42 |
| Hex | 56 | 81 | 5F | 21 | 0 | 1A | 31 | 85 | 14 | 2A |
| Octal | 126 | 201 | 137 | 41 | 0 | 32 | 61 | 205 | 24 | 52 |
| Binary | 1010110 | 10000001 | 1011111 | 100001 | 0 | 11010 | 110001 | 10000101 | 10100 | 101010 |
Color Harmonies of #56815F
Complementary color
Monochromatic Colors of #56815F
Black with #56815F
Text Example
Text Example
White with #56815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56815F; }
p { color: rgb(86,129,95); }
H1.HeaderClassName
{
color: #56815F;
}
.AnyTagClassName
{
color: #56815F;
}
</style>
background-color css
<style>
a { background-color: #56815F; }
a { background-color: rgb(86,129,95); }
div.DivClassName
{
background-color: #56815F;
}
.BgClassName
{
background-color: #56815F;
}
</style>
border-color css
<style>
span { border-color: #56815F; }
span { border-color: rgb(86,129,95); }
td.TdClassName
{
border-color: #56815F;
}
.TagClassName
{
border-color: #56815F;
}
</style>