Shades of Silver Tree #5AB986
Tints of Silver Tree #5AB986
RGB
CMYK
RGB Variations
Color information
#5AB986 (or 0x5AB986) is known color: Silver Tree. HEX triplet: 5A, B9 and 86. RGB value is (90,185,134). Sum of RGB (Red+Green+Blue) = 90+185+134=409 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.00% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB986 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB986 is #A54679. Grayscale: #969696. Windows color (decimal): -10831482 or 8829274. OLE color: 8829274.
HSL color Cylindrical-coordinate representation of color #5AB986: hue angle of 147.79º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB986 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 185 | 134 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.27 |
| HSL | 147.79º | 0.4% | 0.54% | - |
| HSV(B) | 147.79º | 0.51% | 0.73% | - |
| XYZ | 25.87 | 38.59 | 28.64 | - |
| YUV | 150.78 | 118.53 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 134 | 0.51 | 0 | 0.28 | 0.27 | 147.79 | 0.4 | 0.54 |
| Hex | 5A | B9 | 86 | 33 | 0 | 1C | 1B | 94 | 28 | 36 |
| Octal | 132 | 271 | 206 | 63 | 0 | 34 | 33 | 224 | 50 | 66 |
| Binary | 1011010 | 10111001 | 10000110 | 110011 | 0 | 11100 | 11011 | 10010100 | 101000 | 110110 |
Color Harmonies of #5AB986
Complementary color
Monochromatic Colors of #5AB986
Black with #5AB986
Text Example
Text Example
White with #5AB986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB986; }
p { color: rgb(90,185,134); }
H1.HeaderClassName
{
color: #5AB986;
}
.AnyTagClassName
{
color: #5AB986;
}
</style>
background-color css
<style>
a { background-color: #5AB986; }
a { background-color: rgb(90,185,134); }
div.DivClassName
{
background-color: #5AB986;
}
.BgClassName
{
background-color: #5AB986;
}
</style>
border-color css
<style>
span { border-color: #5AB986; }
span { border-color: rgb(90,185,134); }
td.TdClassName
{
border-color: #5AB986;
}
.TagClassName
{
border-color: #5AB986;
}
</style>