Shades of Silver Tree #5DAD86
Tints of Silver Tree #5DAD86
RGB
CMYK
RGB Variations
Color information
#5DAD86 (or 0x5DAD86) is known color: Silver Tree. HEX triplet: 5D, AD and 86. RGB value is (93,173,134). Sum of RGB (Red+Green+Blue) = 93+173+134=400 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.25% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAD86 is #A25279. Grayscale: #909090. Windows color (decimal): -10637946 or 8826205. OLE color: 8826205.
HSL color Cylindrical-coordinate representation of color #5DAD86: hue angle of 150.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DAD86 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 173 | 134 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.32 |
| HSL | 150.75º | 0.33% | 0.52% | - |
| HSV(B) | 150.75º | 0.46% | 0.68% | - |
| XYZ | 23.76 | 33.94 | 27.85 | - |
| YUV | 144.63 | 122 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 134 | 0.46 | 0 | 0.23 | 0.32 | 150.75 | 0.33 | 0.52 |
| Hex | 5D | AD | 86 | 2E | 0 | 17 | 20 | 97 | 21 | 34 |
| Octal | 135 | 255 | 206 | 56 | 0 | 27 | 40 | 227 | 41 | 64 |
| Binary | 1011101 | 10101101 | 10000110 | 101110 | 0 | 10111 | 100000 | 10010111 | 100001 | 110100 |
Color Harmonies of #5DAD86
Complementary color
Monochromatic Colors of #5DAD86
Black with #5DAD86
Text Example
Text Example
White with #5DAD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAD86; }
p { color: rgb(93,173,134); }
H1.HeaderClassName
{
color: #5DAD86;
}
.AnyTagClassName
{
color: #5DAD86;
}
</style>
background-color css
<style>
a { background-color: #5DAD86; }
a { background-color: rgb(93,173,134); }
div.DivClassName
{
background-color: #5DAD86;
}
.BgClassName
{
background-color: #5DAD86;
}
</style>
border-color css
<style>
span { border-color: #5DAD86; }
span { border-color: rgb(93,173,134); }
td.TdClassName
{
border-color: #5DAD86;
}
.TagClassName
{
border-color: #5DAD86;
}
</style>