Shades of Como #56825D
Tints of Como #56825D
RGB
CMYK
RGB Variations
Color information
#56825D (or 0x56825D) is known color: Como. HEX triplet: 56, 82 and 5D. RGB value is (86,130,93). Sum of RGB (Red+Green+Blue) = 86+130+93=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #56825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56825D is #A97DA2. Grayscale: #707070. Windows color (decimal): -11107747 or 6128214. OLE color: 6128214.
HSL color Cylindrical-coordinate representation of color #56825D: hue angle of 129.55º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56825D is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 130 | 93 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.49 |
| HSL | 129.55º | 0.2% | 0.42% | - |
| HSV(B) | 129.55º | 0.34% | 0.51% | - |
| XYZ | 13.8 | 18.73 | 13.24 | - |
| YUV | 112.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 93 | 0.34 | 0 | 0.28 | 0.49 | 129.55 | 0.2 | 0.42 |
| Hex | 56 | 82 | 5D | 22 | 0 | 1C | 31 | 82 | 14 | 2A |
| Octal | 126 | 202 | 135 | 42 | 0 | 34 | 61 | 202 | 24 | 52 |
| Binary | 1010110 | 10000010 | 1011101 | 100010 | 0 | 11100 | 110001 | 10000010 | 10100 | 101010 |
Color Harmonies of #56825D
Complementary color
Monochromatic Colors of #56825D
Black with #56825D
Text Example
Text Example
White with #56825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56825D; }
p { color: rgb(86,130,93); }
H1.HeaderClassName
{
color: #56825D;
}
.AnyTagClassName
{
color: #56825D;
}
</style>
background-color css
<style>
a { background-color: #56825D; }
a { background-color: rgb(86,130,93); }
div.DivClassName
{
background-color: #56825D;
}
.BgClassName
{
background-color: #56825D;
}
</style>
border-color css
<style>
span { border-color: #56825D; }
span { border-color: rgb(86,130,93); }
td.TdClassName
{
border-color: #56825D;
}
.TagClassName
{
border-color: #56825D;
}
</style>