Shades of Silver Tree #5AAF85
Tints of Silver Tree #5AAF85
RGB
CMYK
RGB Variations
Color information
#5AAF85 (or 0x5AAF85) is known color: Silver Tree. HEX triplet: 5A, AF and 85. RGB value is (90,175,133). Sum of RGB (Red+Green+Blue) = 90+175+133=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAF85 is #A5507A. Grayscale: #909090. Windows color (decimal): -10834043 or 8761178. OLE color: 8761178.
HSL color Cylindrical-coordinate representation of color #5AAF85: hue angle of 150.35º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AAF85 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 133 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.31 |
| HSL | 150.35º | 0.35% | 0.52% | - |
| HSV(B) | 150.35º | 0.49% | 0.69% | - |
| XYZ | 23.78 | 34.53 | 27.6 | - |
| YUV | 144.8 | 121.34 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 133 | 0.49 | 0 | 0.24 | 0.31 | 150.35 | 0.35 | 0.52 |
| Hex | 5A | AF | 85 | 31 | 0 | 18 | 1F | 96 | 23 | 34 |
| Octal | 132 | 257 | 205 | 61 | 0 | 30 | 37 | 226 | 43 | 64 |
| Binary | 1011010 | 10101111 | 10000101 | 110001 | 0 | 11000 | 11111 | 10010110 | 100011 | 110100 |
Color Harmonies of #5AAF85
Complementary color
Monochromatic Colors of #5AAF85
Black with #5AAF85
Text Example
Text Example
White with #5AAF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF85; }
p { color: rgb(90,175,133); }
H1.HeaderClassName
{
color: #5AAF85;
}
.AnyTagClassName
{
color: #5AAF85;
}
</style>
background-color css
<style>
a { background-color: #5AAF85; }
a { background-color: rgb(90,175,133); }
div.DivClassName
{
background-color: #5AAF85;
}
.BgClassName
{
background-color: #5AAF85;
}
</style>
border-color css
<style>
span { border-color: #5AAF85; }
span { border-color: rgb(90,175,133); }
td.TdClassName
{
border-color: #5AAF85;
}
.TagClassName
{
border-color: #5AAF85;
}
</style>