Shades of Silver Tree #59BA8F
Tints of Silver Tree #59BA8F
RGB
CMYK
RGB Variations
Color information
#59BA8F (or 0x59BA8F) is known color: Silver Tree. HEX triplet: 59, BA and 8F. RGB value is (89,186,143). Sum of RGB (Red+Green+Blue) = 89+186+143=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #59BA8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BA8F is #A64570. Grayscale: #989898. Windows color (decimal): -10896753 or 9419353. OLE color: 9419353.
HSL color Cylindrical-coordinate representation of color #59BA8F: hue angle of 153.4º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59BA8F is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 186 | 143 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.27 |
| HSL | 153.4º | 0.41% | 0.54% | - |
| HSV(B) | 153.4º | 0.52% | 0.73% | - |
| XYZ | 26.64 | 39.22 | 32.15 | - |
| YUV | 152.1 | 122.86 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 186 | 143 | 0.52 | 0 | 0.23 | 0.27 | 153.4 | 0.41 | 0.54 |
| Hex | 59 | BA | 8F | 34 | 0 | 17 | 1B | 99 | 29 | 36 |
| Octal | 131 | 272 | 217 | 64 | 0 | 27 | 33 | 231 | 51 | 66 |
| Binary | 1011001 | 10111010 | 10001111 | 110100 | 0 | 10111 | 11011 | 10011001 | 101001 | 110110 |
Color Harmonies of #59BA8F
Complementary color
Monochromatic Colors of #59BA8F
Black with #59BA8F
Text Example
Text Example
White with #59BA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BA8F; }
p { color: rgb(89,186,143); }
H1.HeaderClassName
{
color: #59BA8F;
}
.AnyTagClassName
{
color: #59BA8F;
}
</style>
background-color css
<style>
a { background-color: #59BA8F; }
a { background-color: rgb(89,186,143); }
div.DivClassName
{
background-color: #59BA8F;
}
.BgClassName
{
background-color: #59BA8F;
}
</style>
border-color css
<style>
span { border-color: #59BA8F; }
span { border-color: rgb(89,186,143); }
td.TdClassName
{
border-color: #59BA8F;
}
.TagClassName
{
border-color: #59BA8F;
}
</style>