Shades of Silver Tree #5AB58E
Tints of Silver Tree #5AB58E
RGB
CMYK
RGB Variations
Color information
#5AB58E (or 0x5AB58E) is known color: Silver Tree. HEX triplet: 5A, B5 and 8E. RGB value is (90,181,142). Sum of RGB (Red+Green+Blue) = 90+181+142=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB58E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB58E is #A54A71. Grayscale: #959595. Windows color (decimal): -10832498 or 9352538. OLE color: 9352538.
HSL color Cylindrical-coordinate representation of color #5AB58E: hue angle of 154.29º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB58E is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 142 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.29 |
| HSL | 154.29º | 0.38% | 0.53% | - |
| HSV(B) | 154.29º | 0.5% | 0.71% | - |
| XYZ | 25.62 | 37.17 | 31.42 | - |
| YUV | 149.35 | 123.85 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 142 | 0.50 | 0 | 0.22 | 0.29 | 154.29 | 0.38 | 0.53 |
| Hex | 5A | B5 | 8E | 32 | 0 | 16 | 1D | 9A | 26 | 35 |
| Octal | 132 | 265 | 216 | 62 | 0 | 26 | 35 | 232 | 46 | 65 |
| Binary | 1011010 | 10110101 | 10001110 | 110010 | 0 | 10110 | 11101 | 10011010 | 100110 | 110101 |
Color Harmonies of #5AB58E
Complementary color
Monochromatic Colors of #5AB58E
Black with #5AB58E
Text Example
Text Example
White with #5AB58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB58E; }
p { color: rgb(90,181,142); }
H1.HeaderClassName
{
color: #5AB58E;
}
.AnyTagClassName
{
color: #5AB58E;
}
</style>
background-color css
<style>
a { background-color: #5AB58E; }
a { background-color: rgb(90,181,142); }
div.DivClassName
{
background-color: #5AB58E;
}
.BgClassName
{
background-color: #5AB58E;
}
</style>
border-color css
<style>
span { border-color: #5AB58E; }
span { border-color: rgb(90,181,142); }
td.TdClassName
{
border-color: #5AB58E;
}
.TagClassName
{
border-color: #5AB58E;
}
</style>