Shades of Silver Tree #5BBB85
Tints of Silver Tree #5BBB85
RGB
CMYK
RGB Variations
Color information
#5BBB85 (or 0x5BBB85) is known color: Silver Tree. HEX triplet: 5B, BB and 85. RGB value is (91,187,133). Sum of RGB (Red+Green+Blue) = 91+187+133=411 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.14% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #5BBB85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBB85 is #A4447A. Grayscale: #989898. Windows color (decimal): -10765435 or 8764251. OLE color: 8764251.
HSL color Cylindrical-coordinate representation of color #5BBB85: hue angle of 146.25º 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 #5BBB85 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 187 | 133 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.27 |
| HSL | 146.25º | 0.41% | 0.55% | - |
| HSV(B) | 146.25º | 0.51% | 0.73% | - |
| XYZ | 26.32 | 39.46 | 28.42 | - |
| YUV | 152.14 | 117.2 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 187 | 133 | 0.51 | 0 | 0.29 | 0.27 | 146.25 | 0.41 | 0.55 |
| Hex | 5B | BB | 85 | 33 | 0 | 1D | 1B | 92 | 29 | 37 |
| Octal | 133 | 273 | 205 | 63 | 0 | 35 | 33 | 222 | 51 | 67 |
| Binary | 1011011 | 10111011 | 10000101 | 110011 | 0 | 11101 | 11011 | 10010010 | 101001 | 110111 |
Color Harmonies of #5BBB85
Complementary color
Monochromatic Colors of #5BBB85
Black with #5BBB85
Text Example
Text Example
White with #5BBB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBB85; }
p { color: rgb(91,187,133); }
H1.HeaderClassName
{
color: #5BBB85;
}
.AnyTagClassName
{
color: #5BBB85;
}
</style>
background-color css
<style>
a { background-color: #5BBB85; }
a { background-color: rgb(91,187,133); }
div.DivClassName
{
background-color: #5BBB85;
}
.BgClassName
{
background-color: #5BBB85;
}
</style>
border-color css
<style>
span { border-color: #5BBB85; }
span { border-color: rgb(91,187,133); }
td.TdClassName
{
border-color: #5BBB85;
}
.TagClassName
{
border-color: #5BBB85;
}
</style>