Shades of Silver Tree #5BB086
Tints of Silver Tree #5BB086
RGB
CMYK
RGB Variations
Color information
#5BB086 (or 0x5BB086) is known color: Silver Tree. HEX triplet: 5B, B0 and 86. RGB value is (91,176,134). Sum of RGB (Red+Green+Blue) = 91+176+134=401 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.69% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 176 - color contains mainly: green. Hex color #5BB086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BB086 is #A44F79. Grayscale: #919191. Windows color (decimal): -10768250 or 8826971. OLE color: 8826971.
HSL color Cylindrical-coordinate representation of color #5BB086: hue angle of 150.35º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BB086 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 176 | 134 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.31 |
| HSL | 150.35º | 0.35% | 0.52% | - |
| HSV(B) | 150.35º | 0.48% | 0.69% | - |
| XYZ | 24.14 | 35 | 28.04 | - |
| YUV | 145.8 | 121.34 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 176 | 134 | 0.48 | 0 | 0.24 | 0.31 | 150.35 | 0.35 | 0.52 |
| Hex | 5B | B0 | 86 | 30 | 0 | 18 | 1F | 96 | 23 | 34 |
| Octal | 133 | 260 | 206 | 60 | 0 | 30 | 37 | 226 | 43 | 64 |
| Binary | 1011011 | 10110000 | 10000110 | 110000 | 0 | 11000 | 11111 | 10010110 | 100011 | 110100 |
Color Harmonies of #5BB086
Complementary color
Monochromatic Colors of #5BB086
Black with #5BB086
Text Example
Text Example
White with #5BB086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB086; }
p { color: rgb(91,176,134); }
H1.HeaderClassName
{
color: #5BB086;
}
.AnyTagClassName
{
color: #5BB086;
}
</style>
background-color css
<style>
a { background-color: #5BB086; }
a { background-color: rgb(91,176,134); }
div.DivClassName
{
background-color: #5BB086;
}
.BgClassName
{
background-color: #5BB086;
}
</style>
border-color css
<style>
span { border-color: #5BB086; }
span { border-color: rgb(91,176,134); }
td.TdClassName
{
border-color: #5BB086;
}
.TagClassName
{
border-color: #5BB086;
}
</style>