Shades of Silver Tree #5BB686
Tints of Silver Tree #5BB686
RGB
CMYK
RGB Variations
Color information
#5BB686 (or 0x5BB686) is known color: Silver Tree. HEX triplet: 5B, B6 and 86. RGB value is (91,182,134). Sum of RGB (Red+Green+Blue) = 91+182+134=407 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.36% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 182 - color contains mainly: green. Hex color #5BB686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB686 is #A44979. Grayscale: #959595. Windows color (decimal): -10766714 or 8828507. OLE color: 8828507.
HSL color Cylindrical-coordinate representation of color #5BB686: hue angle of 148.35º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BB686 is Cyan = 0.5, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 182 | 134 | - |
| CMYK | 0.5 | 0 | 0.26 | 0.29 |
| HSL | 148.35º | 0.38% | 0.54% | - |
| HSV(B) | 148.35º | 0.5% | 0.71% | - |
| XYZ | 25.35 | 37.4 | 28.44 | - |
| YUV | 149.32 | 119.35 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 182 | 134 | 0.5 | 0 | 0.26 | 0.29 | 148.35 | 0.38 | 0.54 |
| Hex | 5B | B6 | 86 | 32 | 0 | 1A | 1D | 94 | 26 | 36 |
| Octal | 133 | 266 | 206 | 62 | 0 | 32 | 35 | 224 | 46 | 66 |
| Binary | 1011011 | 10110110 | 10000110 | 110010 | 0 | 11010 | 11101 | 10010100 | 100110 | 110110 |
Color Harmonies of #5BB686
Complementary color
Monochromatic Colors of #5BB686
Black with #5BB686
Text Example
Text Example
White with #5BB686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB686; }
p { color: rgb(91,182,134); }
H1.HeaderClassName
{
color: #5BB686;
}
.AnyTagClassName
{
color: #5BB686;
}
</style>
background-color css
<style>
a { background-color: #5BB686; }
a { background-color: rgb(91,182,134); }
div.DivClassName
{
background-color: #5BB686;
}
.BgClassName
{
background-color: #5BB686;
}
</style>
border-color css
<style>
span { border-color: #5BB686; }
span { border-color: rgb(91,182,134); }
td.TdClassName
{
border-color: #5BB686;
}
.TagClassName
{
border-color: #5BB686;
}
</style>