Shades of Silver Tree #56BD89
Tints of Silver Tree #56BD89
RGB
CMYK
RGB Variations
Color information
#56BD89 (or 0x56BD89) is known color: Silver Tree. HEX triplet: 56, BD and 89. RGB value is (86,189,137). Sum of RGB (Red+Green+Blue) = 86+189+137=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BD89 is #A94276. Grayscale: #989898. Windows color (decimal): -11092599 or 9026902. OLE color: 9026902.
HSL color Cylindrical-coordinate representation of color #56BD89: hue angle of 149.71º 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 #56BD89 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 189 | 137 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.26 |
| HSL | 149.71º | 0.44% | 0.54% | - |
| HSV(B) | 149.71º | 0.54% | 0.74% | - |
| XYZ | 26.55 | 40.18 | 30.02 | - |
| YUV | 152.28 | 119.38 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 137 | 0.54 | 0 | 0.28 | 0.26 | 149.71 | 0.44 | 0.54 |
| Hex | 56 | BD | 89 | 36 | 0 | 1C | 1A | 96 | 2C | 36 |
| Octal | 126 | 275 | 211 | 66 | 0 | 34 | 32 | 226 | 54 | 66 |
| Binary | 1010110 | 10111101 | 10001001 | 110110 | 0 | 11100 | 11010 | 10010110 | 101100 | 110110 |
Color Harmonies of #56BD89
Complementary color
Monochromatic Colors of #56BD89
Black with #56BD89
Text Example
Text Example
White with #56BD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BD89; }
p { color: rgb(86,189,137); }
H1.HeaderClassName
{
color: #56BD89;
}
.AnyTagClassName
{
color: #56BD89;
}
</style>
background-color css
<style>
a { background-color: #56BD89; }
a { background-color: rgb(86,189,137); }
div.DivClassName
{
background-color: #56BD89;
}
.BgClassName
{
background-color: #56BD89;
}
</style>
border-color css
<style>
span { border-color: #56BD89; }
span { border-color: rgb(86,189,137); }
td.TdClassName
{
border-color: #56BD89;
}
.TagClassName
{
border-color: #56BD89;
}
</style>