Shades of Silver Tree #5AAF88
Tints of Silver Tree #5AAF88
RGB
CMYK
RGB Variations
Color information
#5AAF88 (or 0x5AAF88) is known color: Silver Tree. HEX triplet: 5A, AF and 88. RGB value is (90,175,136). Sum of RGB (Red+Green+Blue) = 90+175+136=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAF88 is #A55077. Grayscale: #919191. Windows color (decimal): -10834040 or 8957786. OLE color: 8957786.
HSL color Cylindrical-coordinate representation of color #5AAF88: hue angle of 152.47º 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 #5AAF88 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 136 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.31 |
| HSL | 152.47º | 0.35% | 0.52% | - |
| HSV(B) | 152.47º | 0.49% | 0.69% | - |
| XYZ | 23.99 | 34.61 | 28.71 | - |
| YUV | 145.14 | 122.84 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 136 | 0.49 | 0 | 0.22 | 0.31 | 152.47 | 0.35 | 0.52 |
| Hex | 5A | AF | 88 | 31 | 0 | 16 | 1F | 98 | 23 | 34 |
| Octal | 132 | 257 | 210 | 61 | 0 | 26 | 37 | 230 | 43 | 64 |
| Binary | 1011010 | 10101111 | 10001000 | 110001 | 0 | 10110 | 11111 | 10011000 | 100011 | 110100 |
Color Harmonies of #5AAF88
Complementary color
Monochromatic Colors of #5AAF88
Black with #5AAF88
Text Example
Text Example
White with #5AAF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF88; }
p { color: rgb(90,175,136); }
H1.HeaderClassName
{
color: #5AAF88;
}
.AnyTagClassName
{
color: #5AAF88;
}
</style>
background-color css
<style>
a { background-color: #5AAF88; }
a { background-color: rgb(90,175,136); }
div.DivClassName
{
background-color: #5AAF88;
}
.BgClassName
{
background-color: #5AAF88;
}
</style>
border-color css
<style>
span { border-color: #5AAF88; }
span { border-color: rgb(90,175,136); }
td.TdClassName
{
border-color: #5AAF88;
}
.TagClassName
{
border-color: #5AAF88;
}
</style>