Shades of Silver Tree #5AB285
Tints of Silver Tree #5AB285
RGB
CMYK
RGB Variations
Color information
#5AB285 (or 0x5AB285) is known color: Silver Tree. HEX triplet: 5A, B2 and 85. RGB value is (90,178,133). Sum of RGB (Red+Green+Blue) = 90+178+133=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AB285 is #A54D7A. Grayscale: #929292. Windows color (decimal): -10833275 or 8761946. OLE color: 8761946.
HSL color Cylindrical-coordinate representation of color #5AB285: hue angle of 149.32º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB285 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 178 | 133 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.30 |
| HSL | 149.32º | 0.36% | 0.53% | - |
| HSV(B) | 149.32º | 0.49% | 0.7% | - |
| XYZ | 24.37 | 35.71 | 27.8 | - |
| YUV | 146.56 | 120.35 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 133 | 0.49 | 0 | 0.25 | 0.30 | 149.32 | 0.36 | 0.53 |
| Hex | 5A | B2 | 85 | 31 | 0 | 19 | 1E | 95 | 24 | 35 |
| Octal | 132 | 262 | 205 | 61 | 0 | 31 | 36 | 225 | 44 | 65 |
| Binary | 1011010 | 10110010 | 10000101 | 110001 | 0 | 11001 | 11110 | 10010101 | 100100 | 110101 |
Color Harmonies of #5AB285
Complementary color
Monochromatic Colors of #5AB285
Black with #5AB285
Text Example
Text Example
White with #5AB285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB285; }
p { color: rgb(90,178,133); }
H1.HeaderClassName
{
color: #5AB285;
}
.AnyTagClassName
{
color: #5AB285;
}
</style>
background-color css
<style>
a { background-color: #5AB285; }
a { background-color: rgb(90,178,133); }
div.DivClassName
{
background-color: #5AB285;
}
.BgClassName
{
background-color: #5AB285;
}
</style>
border-color css
<style>
span { border-color: #5AB285; }
span { border-color: rgb(90,178,133); }
td.TdClassName
{
border-color: #5AB285;
}
.TagClassName
{
border-color: #5AB285;
}
</style>