Shades of Silver Tree #5AB38B
Tints of Silver Tree #5AB38B
RGB
CMYK
RGB Variations
Color information
#5AB38B (or 0x5AB38B) is known color: Silver Tree. HEX triplet: 5A, B3 and 8B. RGB value is (90,179,139). Sum of RGB (Red+Green+Blue) = 90+179+139=408 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.06% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB38B is #A54C74. Grayscale: #939393. Windows color (decimal): -10833013 or 9155418. OLE color: 9155418.
HSL color Cylindrical-coordinate representation of color #5AB38B: hue angle of 153.03º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB38B is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 139 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.30 |
| HSL | 153.03º | 0.37% | 0.53% | - |
| HSV(B) | 153.03º | 0.5% | 0.7% | - |
| XYZ | 25 | 36.28 | 30.11 | - |
| YUV | 147.83 | 123.01 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 139 | 0.50 | 0 | 0.22 | 0.30 | 153.03 | 0.37 | 0.53 |
| Hex | 5A | B3 | 8B | 32 | 0 | 16 | 1E | 99 | 25 | 35 |
| Octal | 132 | 263 | 213 | 62 | 0 | 26 | 36 | 231 | 45 | 65 |
| Binary | 1011010 | 10110011 | 10001011 | 110010 | 0 | 10110 | 11110 | 10011001 | 100101 | 110101 |
Color Harmonies of #5AB38B
Complementary color
Monochromatic Colors of #5AB38B
Black with #5AB38B
Text Example
Text Example
White with #5AB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB38B; }
p { color: rgb(90,179,139); }
H1.HeaderClassName
{
color: #5AB38B;
}
.AnyTagClassName
{
color: #5AB38B;
}
</style>
background-color css
<style>
a { background-color: #5AB38B; }
a { background-color: rgb(90,179,139); }
div.DivClassName
{
background-color: #5AB38B;
}
.BgClassName
{
background-color: #5AB38B;
}
</style>
border-color css
<style>
span { border-color: #5AB38B; }
span { border-color: rgb(90,179,139); }
td.TdClassName
{
border-color: #5AB38B;
}
.TagClassName
{
border-color: #5AB38B;
}
</style>