Shades of Silver Tree #5EB385
Tints of Silver Tree #5EB385
RGB
CMYK
RGB Variations
Color information
#5EB385 (or 0x5EB385) is known color: Silver Tree. HEX triplet: 5E, B3 and 85. RGB value is (94,179,133). Sum of RGB (Red+Green+Blue) = 94+179+133=406 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.15% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 179 - color contains mainly: green. Hex color #5EB385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB385 is #A14C7A. Grayscale: #949494. Windows color (decimal): -10570875 or 8762206. OLE color: 8762206.
HSL color Cylindrical-coordinate representation of color #5EB385: hue angle of 147.53º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5EB385 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 94 | 179 | 133 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.30 |
| HSL | 147.53º | 0.36% | 0.54% | - |
| HSV(B) | 147.53º | 0.47% | 0.7% | - |
| XYZ | 24.97 | 36.31 | 27.88 | - |
| YUV | 148.34 | 119.34 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 179 | 133 | 0.47 | 0 | 0.26 | 0.30 | 147.53 | 0.36 | 0.54 |
| Hex | 5E | B3 | 85 | 2F | 0 | 1A | 1E | 94 | 24 | 36 |
| Octal | 136 | 263 | 205 | 57 | 0 | 32 | 36 | 224 | 44 | 66 |
| Binary | 1011110 | 10110011 | 10000101 | 101111 | 0 | 11010 | 11110 | 10010100 | 100100 | 110110 |
Color Harmonies of #5EB385
Complementary color
Monochromatic Colors of #5EB385
Black with #5EB385
Text Example
Text Example
White with #5EB385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EB385; }
p { color: rgb(94,179,133); }
H1.HeaderClassName
{
color: #5EB385;
}
.AnyTagClassName
{
color: #5EB385;
}
</style>
background-color css
<style>
a { background-color: #5EB385; }
a { background-color: rgb(94,179,133); }
div.DivClassName
{
background-color: #5EB385;
}
.BgClassName
{
background-color: #5EB385;
}
</style>
border-color css
<style>
span { border-color: #5EB385; }
span { border-color: rgb(94,179,133); }
td.TdClassName
{
border-color: #5EB385;
}
.TagClassName
{
border-color: #5EB385;
}
</style>