Shades of Silver Tree #56BD8E
Tints of Silver Tree #56BD8E
RGB
CMYK
RGB Variations
Color information
#56BD8E (or 0x56BD8E) is known color: Silver Tree. HEX triplet: 56, BD and 8E. RGB value is (86,189,142). Sum of RGB (Red+Green+Blue) = 86+189+142=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BD8E is #A94271. Grayscale: #989898. Windows color (decimal): -11092594 or 9354582. OLE color: 9354582.
HSL color Cylindrical-coordinate representation of color #56BD8E: hue angle of 152.62º 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 #56BD8E is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 189 | 142 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.26 |
| HSL | 152.62º | 0.44% | 0.54% | - |
| HSV(B) | 152.62º | 0.54% | 0.74% | - |
| XYZ | 26.92 | 40.33 | 31.96 | - |
| YUV | 152.85 | 121.88 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 142 | 0.54 | 0 | 0.25 | 0.26 | 152.62 | 0.44 | 0.54 |
| Hex | 56 | BD | 8E | 36 | 0 | 19 | 1A | 99 | 2C | 36 |
| Octal | 126 | 275 | 216 | 66 | 0 | 31 | 32 | 231 | 54 | 66 |
| Binary | 1010110 | 10111101 | 10001110 | 110110 | 0 | 11001 | 11010 | 10011001 | 101100 | 110110 |
Color Harmonies of #56BD8E
Complementary color
Monochromatic Colors of #56BD8E
Black with #56BD8E
Text Example
Text Example
White with #56BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BD8E; }
p { color: rgb(86,189,142); }
H1.HeaderClassName
{
color: #56BD8E;
}
.AnyTagClassName
{
color: #56BD8E;
}
</style>
background-color css
<style>
a { background-color: #56BD8E; }
a { background-color: rgb(86,189,142); }
div.DivClassName
{
background-color: #56BD8E;
}
.BgClassName
{
background-color: #56BD8E;
}
</style>
border-color css
<style>
span { border-color: #56BD8E; }
span { border-color: rgb(86,189,142); }
td.TdClassName
{
border-color: #56BD8E;
}
.TagClassName
{
border-color: #56BD8E;
}
</style>