Shades of Silver Tree #59BD8C
Tints of Silver Tree #59BD8C
RGB
CMYK
RGB Variations
Color information
#59BD8C (or 0x59BD8C) is known color: Silver Tree. HEX triplet: 59, BD and 8C. RGB value is (89,189,140). Sum of RGB (Red+Green+Blue) = 89+189+140=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #59BD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BD8C is #A64273. Grayscale: #999999. Windows color (decimal): -10895988 or 9223513. OLE color: 9223513.
HSL color Cylindrical-coordinate representation of color #59BD8C: hue angle of 150.6º 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 #59BD8C is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 189 | 140 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.26 |
| HSL | 150.6º | 0.43% | 0.55% | - |
| HSV(B) | 150.6º | 0.53% | 0.74% | - |
| XYZ | 27.05 | 40.41 | 31.19 | - |
| YUV | 153.51 | 120.37 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 140 | 0.53 | 0 | 0.26 | 0.26 | 150.6 | 0.43 | 0.55 |
| Hex | 59 | BD | 8C | 35 | 0 | 1A | 1A | 97 | 2B | 37 |
| Octal | 131 | 275 | 214 | 65 | 0 | 32 | 32 | 227 | 53 | 67 |
| Binary | 1011001 | 10111101 | 10001100 | 110101 | 0 | 11010 | 11010 | 10010111 | 101011 | 110111 |
Color Harmonies of #59BD8C
Complementary color
Monochromatic Colors of #59BD8C
Black with #59BD8C
Text Example
Text Example
White with #59BD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BD8C; }
p { color: rgb(89,189,140); }
H1.HeaderClassName
{
color: #59BD8C;
}
.AnyTagClassName
{
color: #59BD8C;
}
</style>
background-color css
<style>
a { background-color: #59BD8C; }
a { background-color: rgb(89,189,140); }
div.DivClassName
{
background-color: #59BD8C;
}
.BgClassName
{
background-color: #59BD8C;
}
</style>
border-color css
<style>
span { border-color: #59BD8C; }
span { border-color: rgb(89,189,140); }
td.TdClassName
{
border-color: #59BD8C;
}
.TagClassName
{
border-color: #59BD8C;
}
</style>