Shades of Silver Tree #5DAC89
Tints of Silver Tree #5DAC89
RGB
CMYK
RGB Variations
Color information
#5DAC89 (or 0x5DAC89) is known color: Silver Tree. HEX triplet: 5D, AC and 89. RGB value is (93,172,137). Sum of RGB (Red+Green+Blue) = 93+172+137=402 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.13% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAC89 is #A25376. Grayscale: #909090. Windows color (decimal): -10638199 or 9022557. OLE color: 9022557.
HSL color Cylindrical-coordinate representation of color #5DAC89: hue angle of 153.42º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DAC89 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 137 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.33 |
| HSL | 153.42º | 0.32% | 0.52% | - |
| HSV(B) | 153.42º | 0.46% | 0.67% | - |
| XYZ | 23.78 | 33.64 | 28.91 | - |
| YUV | 144.39 | 123.83 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 137 | 0.46 | 0 | 0.20 | 0.33 | 153.42 | 0.32 | 0.52 |
| Hex | 5D | AC | 89 | 2E | 0 | 14 | 21 | 99 | 20 | 34 |
| Octal | 135 | 254 | 211 | 56 | 0 | 24 | 41 | 231 | 40 | 64 |
| Binary | 1011101 | 10101100 | 10001001 | 101110 | 0 | 10100 | 100001 | 10011001 | 100000 | 110100 |
Color Harmonies of #5DAC89
Complementary color
Monochromatic Colors of #5DAC89
Black with #5DAC89
Text Example
Text Example
White with #5DAC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC89; }
p { color: rgb(93,172,137); }
H1.HeaderClassName
{
color: #5DAC89;
}
.AnyTagClassName
{
color: #5DAC89;
}
</style>
background-color css
<style>
a { background-color: #5DAC89; }
a { background-color: rgb(93,172,137); }
div.DivClassName
{
background-color: #5DAC89;
}
.BgClassName
{
background-color: #5DAC89;
}
</style>
border-color css
<style>
span { border-color: #5DAC89; }
span { border-color: rgb(93,172,137); }
td.TdClassName
{
border-color: #5DAC89;
}
.TagClassName
{
border-color: #5DAC89;
}
</style>