Shades of Silver Tree #5AB584
Tints of Silver Tree #5AB584
RGB
CMYK
RGB Variations
Color information
#5AB584 (or 0x5AB584) is known color: Silver Tree. HEX triplet: 5A, B5 and 84. RGB value is (90,181,132). Sum of RGB (Red+Green+Blue) = 90+181+132=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB584 is #A54A7B. Grayscale: #949494. Windows color (decimal): -10832508 or 8697178. OLE color: 8697178.
HSL color Cylindrical-coordinate representation of color #5AB584: hue angle of 147.69º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB584 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 132 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.29 |
| HSL | 147.69º | 0.38% | 0.53% | - |
| HSV(B) | 147.69º | 0.5% | 0.71% | - |
| XYZ | 24.91 | 36.89 | 27.64 | - |
| YUV | 148.21 | 118.85 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 132 | 0.50 | 0 | 0.27 | 0.29 | 147.69 | 0.38 | 0.53 |
| Hex | 5A | B5 | 84 | 32 | 0 | 1B | 1D | 94 | 26 | 35 |
| Octal | 132 | 265 | 204 | 62 | 0 | 33 | 35 | 224 | 46 | 65 |
| Binary | 1011010 | 10110101 | 10000100 | 110010 | 0 | 11011 | 11101 | 10010100 | 100110 | 110101 |
Color Harmonies of #5AB584
Complementary color
Monochromatic Colors of #5AB584
Black with #5AB584
Text Example
Text Example
White with #5AB584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB584; }
p { color: rgb(90,181,132); }
H1.HeaderClassName
{
color: #5AB584;
}
.AnyTagClassName
{
color: #5AB584;
}
</style>
background-color css
<style>
a { background-color: #5AB584; }
a { background-color: rgb(90,181,132); }
div.DivClassName
{
background-color: #5AB584;
}
.BgClassName
{
background-color: #5AB584;
}
</style>
border-color css
<style>
span { border-color: #5AB584; }
span { border-color: rgb(90,181,132); }
td.TdClassName
{
border-color: #5AB584;
}
.TagClassName
{
border-color: #5AB584;
}
</style>