Shades of Silver Tree #5BC089
Tints of Silver Tree #5BC089
RGB
CMYK
RGB Variations
Color information
#5BC089 (or 0x5BC089) is known color: Silver Tree. HEX triplet: 5B, C0 and 89. RGB value is (91,192,137). Sum of RGB (Red+Green+Blue) = 91+192+137=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC089 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC089 is #A43F76. Grayscale: #9B9B9B. Windows color (decimal): -10764151 or 9027675. OLE color: 9027675.
HSL color Cylindrical-coordinate representation of color #5BC089: hue angle of 147.33º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC089 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 137 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.25 |
| HSL | 147.33º | 0.44% | 0.55% | - |
| HSV(B) | 147.33º | 0.53% | 0.75% | - |
| XYZ | 27.68 | 41.73 | 30.26 | - |
| YUV | 155.53 | 117.54 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 137 | 0.53 | 0 | 0.29 | 0.25 | 147.33 | 0.44 | 0.55 |
| Hex | 5B | C0 | 89 | 35 | 0 | 1D | 19 | 93 | 2C | 37 |
| Octal | 133 | 300 | 211 | 65 | 0 | 35 | 31 | 223 | 54 | 67 |
| Binary | 1011011 | 11000000 | 10001001 | 110101 | 0 | 11101 | 11001 | 10010011 | 101100 | 110111 |
Color Harmonies of #5BC089
Complementary color
Monochromatic Colors of #5BC089
Black with #5BC089
Text Example
Text Example
White with #5BC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC089; }
p { color: rgb(91,192,137); }
H1.HeaderClassName
{
color: #5BC089;
}
.AnyTagClassName
{
color: #5BC089;
}
</style>
background-color css
<style>
a { background-color: #5BC089; }
a { background-color: rgb(91,192,137); }
div.DivClassName
{
background-color: #5BC089;
}
.BgClassName
{
background-color: #5BC089;
}
</style>
border-color css
<style>
span { border-color: #5BC089; }
span { border-color: rgb(91,192,137); }
td.TdClassName
{
border-color: #5BC089;
}
.TagClassName
{
border-color: #5BC089;
}
</style>