Shades of Silver Tree #5ABD93
Tints of Silver Tree #5ABD93
RGB
CMYK
RGB Variations
Color information
#5ABD93 (or 0x5ABD93) is known color: Silver Tree. HEX triplet: 5A, BD and 93. RGB value is (90,189,147). Sum of RGB (Red+Green+Blue) = 90+189+147=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABD93 is #A5426C. Grayscale: #9A9A9A. Windows color (decimal): -10830445 or 9682266. OLE color: 9682266.
HSL color Cylindrical-coordinate representation of color #5ABD93: hue angle of 154.55º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABD93 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 147 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.26 |
| HSL | 154.55º | 0.43% | 0.55% | - |
| HSV(B) | 154.55º | 0.52% | 0.74% | - |
| XYZ | 27.68 | 40.68 | 34 | - |
| YUV | 154.61 | 123.7 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 147 | 0.52 | 0 | 0.22 | 0.26 | 154.55 | 0.43 | 0.55 |
| Hex | 5A | BD | 93 | 34 | 0 | 16 | 1A | 9B | 2B | 37 |
| Octal | 132 | 275 | 223 | 64 | 0 | 26 | 32 | 233 | 53 | 67 |
| Binary | 1011010 | 10111101 | 10010011 | 110100 | 0 | 10110 | 11010 | 10011011 | 101011 | 110111 |
Color Harmonies of #5ABD93
Complementary color
Monochromatic Colors of #5ABD93
Black with #5ABD93
Text Example
Text Example
White with #5ABD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABD93; }
p { color: rgb(90,189,147); }
H1.HeaderClassName
{
color: #5ABD93;
}
.AnyTagClassName
{
color: #5ABD93;
}
</style>
background-color css
<style>
a { background-color: #5ABD93; }
a { background-color: rgb(90,189,147); }
div.DivClassName
{
background-color: #5ABD93;
}
.BgClassName
{
background-color: #5ABD93;
}
</style>
border-color css
<style>
span { border-color: #5ABD93; }
span { border-color: rgb(90,189,147); }
td.TdClassName
{
border-color: #5ABD93;
}
.TagClassName
{
border-color: #5ABD93;
}
</style>