Shades of Silver Tree #5BBB90
Tints of Silver Tree #5BBB90
RGB
CMYK
RGB Variations
Color information
#5BBB90 (or 0x5BBB90) is known color: Silver Tree. HEX triplet: 5B, BB and 90. RGB value is (91,187,144). Sum of RGB (Red+Green+Blue) = 91+187+144=422 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.56% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #5BBB90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBB90 is #A4446F. Grayscale: #999999. Windows color (decimal): -10765424 or 9485147. OLE color: 9485147.
HSL color Cylindrical-coordinate representation of color #5BBB90: hue angle of 153.12º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BBB90 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 187 | 144 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.27 |
| HSL | 153.13º | 0.41% | 0.55% | - |
| HSV(B) | 153.13º | 0.51% | 0.73% | - |
| XYZ | 27.12 | 39.78 | 32.63 | - |
| YUV | 153.39 | 122.7 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 187 | 144 | 0.51 | 0 | 0.23 | 0.27 | 153.13 | 0.41 | 0.55 |
| Hex | 5B | BB | 90 | 33 | 0 | 17 | 1B | 99 | 29 | 37 |
| Octal | 133 | 273 | 220 | 63 | 0 | 27 | 33 | 231 | 51 | 67 |
| Binary | 1011011 | 10111011 | 10010000 | 110011 | 0 | 10111 | 11011 | 10011001 | 101001 | 110111 |
Color Harmonies of #5BBB90
Complementary color
Monochromatic Colors of #5BBB90
Black with #5BBB90
Text Example
Text Example
White with #5BBB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBB90; }
p { color: rgb(91,187,144); }
H1.HeaderClassName
{
color: #5BBB90;
}
.AnyTagClassName
{
color: #5BBB90;
}
</style>
background-color css
<style>
a { background-color: #5BBB90; }
a { background-color: rgb(91,187,144); }
div.DivClassName
{
background-color: #5BBB90;
}
.BgClassName
{
background-color: #5BBB90;
}
</style>
border-color css
<style>
span { border-color: #5BBB90; }
span { border-color: rgb(91,187,144); }
td.TdClassName
{
border-color: #5BBB90;
}
.TagClassName
{
border-color: #5BBB90;
}
</style>