Shades of Silver Tree #5BBC86
Tints of Silver Tree #5BBC86
RGB
CMYK
RGB Variations
Color information
#5BBC86 (or 0x5BBC86) is known color: Silver Tree. HEX triplet: 5B, BC and 86. RGB value is (91,188,134). Sum of RGB (Red+Green+Blue) = 91+188+134=413 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.03% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBC86 is #A44379. Grayscale: #989898. Windows color (decimal): -10765178 or 8830043. OLE color: 8830043.
HSL color Cylindrical-coordinate representation of color #5BBC86: hue angle of 146.6º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBC86 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 134 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.26 |
| HSL | 146.6º | 0.42% | 0.55% | - |
| HSV(B) | 146.6º | 0.52% | 0.74% | - |
| XYZ | 26.6 | 39.91 | 28.86 | - |
| YUV | 152.84 | 117.36 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 134 | 0.52 | 0 | 0.29 | 0.26 | 146.6 | 0.42 | 0.55 |
| Hex | 5B | BC | 86 | 34 | 0 | 1D | 1A | 93 | 2A | 37 |
| Octal | 133 | 274 | 206 | 64 | 0 | 35 | 32 | 223 | 52 | 67 |
| Binary | 1011011 | 10111100 | 10000110 | 110100 | 0 | 11101 | 11010 | 10010011 | 101010 | 110111 |
Color Harmonies of #5BBC86
Complementary color
Monochromatic Colors of #5BBC86
Black with #5BBC86
Text Example
Text Example
White with #5BBC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC86; }
p { color: rgb(91,188,134); }
H1.HeaderClassName
{
color: #5BBC86;
}
.AnyTagClassName
{
color: #5BBC86;
}
</style>
background-color css
<style>
a { background-color: #5BBC86; }
a { background-color: rgb(91,188,134); }
div.DivClassName
{
background-color: #5BBC86;
}
.BgClassName
{
background-color: #5BBC86;
}
</style>
border-color css
<style>
span { border-color: #5BBC86; }
span { border-color: rgb(91,188,134); }
td.TdClassName
{
border-color: #5BBC86;
}
.TagClassName
{
border-color: #5BBC86;
}
</style>