Shades of Silver Tree #56BD8C
Tints of Silver Tree #56BD8C
RGB
CMYK
RGB Variations
Color information
#56BD8C (or 0x56BD8C) is known color: Silver Tree. HEX triplet: 56, BD and 8C. RGB value is (86,189,140). Sum of RGB (Red+Green+Blue) = 86+189+140=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BD8C is #A94273. Grayscale: #989898. Windows color (decimal): -11092596 or 9223510. OLE color: 9223510.
HSL color Cylindrical-coordinate representation of color #56BD8C: hue angle of 151.46º 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 #56BD8C is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 189 | 140 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.26 |
| HSL | 151.46º | 0.44% | 0.54% | - |
| HSV(B) | 151.46º | 0.54% | 0.74% | - |
| XYZ | 26.77 | 40.27 | 31.17 | - |
| YUV | 152.62 | 120.88 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 140 | 0.54 | 0 | 0.26 | 0.26 | 151.46 | 0.44 | 0.54 |
| Hex | 56 | BD | 8C | 36 | 0 | 1A | 1A | 97 | 2C | 36 |
| Octal | 126 | 275 | 214 | 66 | 0 | 32 | 32 | 227 | 54 | 66 |
| Binary | 1010110 | 10111101 | 10001100 | 110110 | 0 | 11010 | 11010 | 10010111 | 101100 | 110110 |
Color Harmonies of #56BD8C
Complementary color
Monochromatic Colors of #56BD8C
Black with #56BD8C
Text Example
Text Example
White with #56BD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BD8C; }
p { color: rgb(86,189,140); }
H1.HeaderClassName
{
color: #56BD8C;
}
.AnyTagClassName
{
color: #56BD8C;
}
</style>
background-color css
<style>
a { background-color: #56BD8C; }
a { background-color: rgb(86,189,140); }
div.DivClassName
{
background-color: #56BD8C;
}
.BgClassName
{
background-color: #56BD8C;
}
</style>
border-color css
<style>
span { border-color: #56BD8C; }
span { border-color: rgb(86,189,140); }
td.TdClassName
{
border-color: #56BD8C;
}
.TagClassName
{
border-color: #56BD8C;
}
</style>