Shades of Silver Tree #5BAE85
Tints of Silver Tree #5BAE85
RGB
CMYK
RGB Variations
Color information
#5BAE85 (or 0x5BAE85) is known color: Silver Tree. HEX triplet: 5B, AE and 85. RGB value is (91,174,133). Sum of RGB (Red+Green+Blue) = 91+174+133=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAE85 is #A4517A. Grayscale: #909090. Windows color (decimal): -10768763 or 8760923. OLE color: 8760923.
HSL color Cylindrical-coordinate representation of color #5BAE85: hue angle of 150.36º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAE85 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 133 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.32 |
| HSL | 150.36º | 0.34% | 0.52% | - |
| HSV(B) | 150.36º | 0.48% | 0.68% | - |
| XYZ | 23.68 | 34.19 | 27.54 | - |
| YUV | 144.51 | 121.5 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 133 | 0.48 | 0 | 0.24 | 0.32 | 150.36 | 0.34 | 0.52 |
| Hex | 5B | AE | 85 | 30 | 0 | 18 | 20 | 96 | 22 | 34 |
| Octal | 133 | 256 | 205 | 60 | 0 | 30 | 40 | 226 | 42 | 64 |
| Binary | 1011011 | 10101110 | 10000101 | 110000 | 0 | 11000 | 100000 | 10010110 | 100010 | 110100 |
Color Harmonies of #5BAE85
Complementary color
Monochromatic Colors of #5BAE85
Black with #5BAE85
Text Example
Text Example
White with #5BAE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAE85; }
p { color: rgb(91,174,133); }
H1.HeaderClassName
{
color: #5BAE85;
}
.AnyTagClassName
{
color: #5BAE85;
}
</style>
background-color css
<style>
a { background-color: #5BAE85; }
a { background-color: rgb(91,174,133); }
div.DivClassName
{
background-color: #5BAE85;
}
.BgClassName
{
background-color: #5BAE85;
}
</style>
border-color css
<style>
span { border-color: #5BAE85; }
span { border-color: rgb(91,174,133); }
td.TdClassName
{
border-color: #5BAE85;
}
.TagClassName
{
border-color: #5BAE85;
}
</style>