Shades of Silver Tree #5DB48C
Tints of Silver Tree #5DB48C
RGB
CMYK
RGB Variations
Color information
#5DB48C (or 0x5DB48C) is known color: Silver Tree. HEX triplet: 5D, B4 and 8C. RGB value is (93,180,140). Sum of RGB (Red+Green+Blue) = 93+180+140=413 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.52% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB48C is #A24B73. Grayscale: #959595. Windows color (decimal): -10636148 or 9221213. OLE color: 9221213.
HSL color Cylindrical-coordinate representation of color #5DB48C: hue angle of 152.41º 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 #5DB48C is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 140 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.29 |
| HSL | 152.41º | 0.37% | 0.54% | - |
| HSV(B) | 152.41º | 0.48% | 0.71% | - |
| XYZ | 25.57 | 36.86 | 30.58 | - |
| YUV | 149.43 | 122.68 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 140 | 0.48 | 0 | 0.22 | 0.29 | 152.41 | 0.37 | 0.54 |
| Hex | 5D | B4 | 8C | 30 | 0 | 16 | 1D | 98 | 25 | 36 |
| Octal | 135 | 264 | 214 | 60 | 0 | 26 | 35 | 230 | 45 | 66 |
| Binary | 1011101 | 10110100 | 10001100 | 110000 | 0 | 10110 | 11101 | 10011000 | 100101 | 110110 |
Color Harmonies of #5DB48C
Complementary color
Monochromatic Colors of #5DB48C
Black with #5DB48C
Text Example
Text Example
White with #5DB48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB48C; }
p { color: rgb(93,180,140); }
H1.HeaderClassName
{
color: #5DB48C;
}
.AnyTagClassName
{
color: #5DB48C;
}
</style>
background-color css
<style>
a { background-color: #5DB48C; }
a { background-color: rgb(93,180,140); }
div.DivClassName
{
background-color: #5DB48C;
}
.BgClassName
{
background-color: #5DB48C;
}
</style>
border-color css
<style>
span { border-color: #5DB48C; }
span { border-color: rgb(93,180,140); }
td.TdClassName
{
border-color: #5DB48C;
}
.TagClassName
{
border-color: #5DB48C;
}
</style>