Shades of Silver Tree #5DB482
Tints of Silver Tree #5DB482
RGB
CMYK
RGB Variations
Color information
#5DB482 (or 0x5DB482) is known color: Silver Tree. HEX triplet: 5D, B4 and 82. RGB value is (93,180,130). Sum of RGB (Red+Green+Blue) = 93+180+130=403 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.08% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB482 is #A24B7D. Grayscale: #949494. Windows color (decimal): -10636158 or 8565853. OLE color: 8565853.
HSL color Cylindrical-coordinate representation of color #5DB482: hue angle of 145.52º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB482 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 130 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.29 |
| HSL | 145.52º | 0.37% | 0.54% | - |
| HSV(B) | 145.52º | 0.48% | 0.71% | - |
| XYZ | 24.86 | 36.58 | 26.87 | - |
| YUV | 148.29 | 117.68 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 130 | 0.48 | 0 | 0.28 | 0.29 | 145.52 | 0.37 | 0.54 |
| Hex | 5D | B4 | 82 | 30 | 0 | 1C | 1D | 92 | 25 | 36 |
| Octal | 135 | 264 | 202 | 60 | 0 | 34 | 35 | 222 | 45 | 66 |
| Binary | 1011101 | 10110100 | 10000010 | 110000 | 0 | 11100 | 11101 | 10010010 | 100101 | 110110 |
Color Harmonies of #5DB482
Complementary color
Monochromatic Colors of #5DB482
Black with #5DB482
Text Example
Text Example
White with #5DB482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB482; }
p { color: rgb(93,180,130); }
H1.HeaderClassName
{
color: #5DB482;
}
.AnyTagClassName
{
color: #5DB482;
}
</style>
background-color css
<style>
a { background-color: #5DB482; }
a { background-color: rgb(93,180,130); }
div.DivClassName
{
background-color: #5DB482;
}
.BgClassName
{
background-color: #5DB482;
}
</style>
border-color css
<style>
span { border-color: #5DB482; }
span { border-color: rgb(93,180,130); }
td.TdClassName
{
border-color: #5DB482;
}
.TagClassName
{
border-color: #5DB482;
}
</style>