Shades of Silver Tree #56BD86
Tints of Silver Tree #56BD86
RGB
CMYK
RGB Variations
Color information
#56BD86 (or 0x56BD86) is known color: Silver Tree. HEX triplet: 56, BD and 86. RGB value is (86,189,134). Sum of RGB (Red+Green+Blue) = 86+189+134=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BD86 is #A94279. Grayscale: #989898. Windows color (decimal): -11092602 or 8830294. OLE color: 8830294.
HSL color Cylindrical-coordinate representation of color #56BD86: hue angle of 147.96º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BD86 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 189 | 134 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.26 |
| HSL | 147.96º | 0.44% | 0.54% | - |
| HSV(B) | 147.96º | 0.54% | 0.74% | - |
| XYZ | 26.34 | 40.09 | 28.91 | - |
| YUV | 151.93 | 117.88 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 134 | 0.54 | 0 | 0.29 | 0.26 | 147.96 | 0.44 | 0.54 |
| Hex | 56 | BD | 86 | 36 | 0 | 1D | 1A | 94 | 2C | 36 |
| Octal | 126 | 275 | 206 | 66 | 0 | 35 | 32 | 224 | 54 | 66 |
| Binary | 1010110 | 10111101 | 10000110 | 110110 | 0 | 11101 | 11010 | 10010100 | 101100 | 110110 |
Color Harmonies of #56BD86
Complementary color
Monochromatic Colors of #56BD86
Black with #56BD86
Text Example
Text Example
White with #56BD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BD86; }
p { color: rgb(86,189,134); }
H1.HeaderClassName
{
color: #56BD86;
}
.AnyTagClassName
{
color: #56BD86;
}
</style>
background-color css
<style>
a { background-color: #56BD86; }
a { background-color: rgb(86,189,134); }
div.DivClassName
{
background-color: #56BD86;
}
.BgClassName
{
background-color: #56BD86;
}
</style>
border-color css
<style>
span { border-color: #56BD86; }
span { border-color: rgb(86,189,134); }
td.TdClassName
{
border-color: #56BD86;
}
.TagClassName
{
border-color: #56BD86;
}
</style>