Shades of Silver Tree #59BD8E
Tints of Silver Tree #59BD8E
RGB
CMYK
RGB Variations
Color information
#59BD8E (or 0x59BD8E) is known color: Silver Tree. HEX triplet: 59, BD and 8E. RGB value is (89,189,142). Sum of RGB (Red+Green+Blue) = 89+189+142=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #59BD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BD8E is #A64271. Grayscale: #999999. Windows color (decimal): -10895986 or 9354585. OLE color: 9354585.
HSL color Cylindrical-coordinate representation of color #59BD8E: hue angle of 151.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BD8E is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 189 | 142 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.26 |
| HSL | 151.8º | 0.43% | 0.55% | - |
| HSV(B) | 151.8º | 0.53% | 0.74% | - |
| XYZ | 27.2 | 40.47 | 31.97 | - |
| YUV | 153.74 | 121.37 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 142 | 0.53 | 0 | 0.25 | 0.26 | 151.8 | 0.43 | 0.55 |
| Hex | 59 | BD | 8E | 35 | 0 | 19 | 1A | 98 | 2B | 37 |
| Octal | 131 | 275 | 216 | 65 | 0 | 31 | 32 | 230 | 53 | 67 |
| Binary | 1011001 | 10111101 | 10001110 | 110101 | 0 | 11001 | 11010 | 10011000 | 101011 | 110111 |
Color Harmonies of #59BD8E
Complementary color
Monochromatic Colors of #59BD8E
Black with #59BD8E
Text Example
Text Example
White with #59BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BD8E; }
p { color: rgb(89,189,142); }
H1.HeaderClassName
{
color: #59BD8E;
}
.AnyTagClassName
{
color: #59BD8E;
}
</style>
background-color css
<style>
a { background-color: #59BD8E; }
a { background-color: rgb(89,189,142); }
div.DivClassName
{
background-color: #59BD8E;
}
.BgClassName
{
background-color: #59BD8E;
}
</style>
border-color css
<style>
span { border-color: #59BD8E; }
span { border-color: rgb(89,189,142); }
td.TdClassName
{
border-color: #59BD8E;
}
.TagClassName
{
border-color: #59BD8E;
}
</style>