Shades of Silver Tree #5ABA83
Tints of Silver Tree #5ABA83
RGB
CMYK
RGB Variations
Color information
#5ABA83 (or 0x5ABA83) is known color: Silver Tree. HEX triplet: 5A, BA and 83. RGB value is (90,186,131). Sum of RGB (Red+Green+Blue) = 90+186+131=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABA83 is #A5457C. Grayscale: #979797. Windows color (decimal): -10831229 or 8632922. OLE color: 8632922.
HSL color Cylindrical-coordinate representation of color #5ABA83: hue angle of 145.62º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABA83 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 186 | 131 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.27 |
| HSL | 145.63º | 0.41% | 0.54% | - |
| HSV(B) | 145.63º | 0.52% | 0.73% | - |
| XYZ | 25.87 | 38.93 | 27.62 | - |
| YUV | 151.03 | 116.7 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 131 | 0.52 | 0 | 0.30 | 0.27 | 145.63 | 0.41 | 0.54 |
| Hex | 5A | BA | 83 | 34 | 0 | 1E | 1B | 92 | 29 | 36 |
| Octal | 132 | 272 | 203 | 64 | 0 | 36 | 33 | 222 | 51 | 66 |
| Binary | 1011010 | 10111010 | 10000011 | 110100 | 0 | 11110 | 11011 | 10010010 | 101001 | 110110 |
Color Harmonies of #5ABA83
Complementary color
Monochromatic Colors of #5ABA83
Black with #5ABA83
Text Example
Text Example
White with #5ABA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABA83; }
p { color: rgb(90,186,131); }
H1.HeaderClassName
{
color: #5ABA83;
}
.AnyTagClassName
{
color: #5ABA83;
}
</style>
background-color css
<style>
a { background-color: #5ABA83; }
a { background-color: rgb(90,186,131); }
div.DivClassName
{
background-color: #5ABA83;
}
.BgClassName
{
background-color: #5ABA83;
}
</style>
border-color css
<style>
span { border-color: #5ABA83; }
span { border-color: rgb(90,186,131); }
td.TdClassName
{
border-color: #5ABA83;
}
.TagClassName
{
border-color: #5ABA83;
}
</style>