Shades of Como #56805D
Tints of Como #56805D
RGB
CMYK
RGB Variations
Color information
#56805D (or 0x56805D) is known color: Como. HEX triplet: 56, 80 and 5D. RGB value is (86,128,93). Sum of RGB (Red+Green+Blue) = 86+128+93=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #56805D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56805D is #A97FA2. Grayscale: #6F6F6F. Windows color (decimal): -11108259 or 6127702. OLE color: 6127702.
HSL color Cylindrical-coordinate representation of color #56805D: hue angle of 130º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56805D is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 128 | 93 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.50 |
| HSL | 130º | 0.2% | 0.42% | - |
| HSV(B) | 130º | 0.33% | 0.5% | - |
| XYZ | 13.53 | 18.21 | 13.16 | - |
| YUV | 111.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 128 | 93 | 0.33 | 0 | 0.27 | 0.50 | 130 | 0.2 | 0.42 |
| Hex | 56 | 80 | 5D | 21 | 0 | 1B | 32 | 82 | 14 | 2A |
| Octal | 126 | 200 | 135 | 41 | 0 | 33 | 62 | 202 | 24 | 52 |
| Binary | 1010110 | 10000000 | 1011101 | 100001 | 0 | 11011 | 110010 | 10000010 | 10100 | 101010 |
Color Harmonies of #56805D
Complementary color
Monochromatic Colors of #56805D
Black with #56805D
Text Example
Text Example
White with #56805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56805D; }
p { color: rgb(86,128,93); }
H1.HeaderClassName
{
color: #56805D;
}
.AnyTagClassName
{
color: #56805D;
}
</style>
background-color css
<style>
a { background-color: #56805D; }
a { background-color: rgb(86,128,93); }
div.DivClassName
{
background-color: #56805D;
}
.BgClassName
{
background-color: #56805D;
}
</style>
border-color css
<style>
span { border-color: #56805D; }
span { border-color: rgb(86,128,93); }
td.TdClassName
{
border-color: #56805D;
}
.TagClassName
{
border-color: #56805D;
}
</style>