Shades of Silver Tree #56BA86
Tints of Silver Tree #56BA86
RGB
CMYK
RGB Variations
Color information
#56BA86 (or 0x56BA86) is known color: Silver Tree. HEX triplet: 56, BA and 86. RGB value is (86,186,134). Sum of RGB (Red+Green+Blue) = 86+186+134=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BA86 is #A94579. Grayscale: #969696. Windows color (decimal): -11093370 or 8829526. OLE color: 8829526.
HSL color Cylindrical-coordinate representation of color #56BA86: hue angle of 148.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BA86 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 134 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.27 |
| HSL | 148.8º | 0.42% | 0.53% | - |
| HSV(B) | 148.8º | 0.54% | 0.73% | - |
| XYZ | 25.7 | 38.82 | 28.69 | - |
| YUV | 150.17 | 118.87 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 134 | 0.54 | 0 | 0.28 | 0.27 | 148.8 | 0.42 | 0.53 |
| Hex | 56 | BA | 86 | 36 | 0 | 1C | 1B | 95 | 2A | 35 |
| Octal | 126 | 272 | 206 | 66 | 0 | 34 | 33 | 225 | 52 | 65 |
| Binary | 1010110 | 10111010 | 10000110 | 110110 | 0 | 11100 | 11011 | 10010101 | 101010 | 110101 |
Color Harmonies of #56BA86
Complementary color
Monochromatic Colors of #56BA86
Black with #56BA86
Text Example
Text Example
White with #56BA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BA86; }
p { color: rgb(86,186,134); }
H1.HeaderClassName
{
color: #56BA86;
}
.AnyTagClassName
{
color: #56BA86;
}
</style>
background-color css
<style>
a { background-color: #56BA86; }
a { background-color: rgb(86,186,134); }
div.DivClassName
{
background-color: #56BA86;
}
.BgClassName
{
background-color: #56BA86;
}
</style>
border-color css
<style>
span { border-color: #56BA86; }
span { border-color: rgb(86,186,134); }
td.TdClassName
{
border-color: #56BA86;
}
.TagClassName
{
border-color: #56BA86;
}
</style>