Shades of Silver Tree #5DB48B
Tints of Silver Tree #5DB48B
RGB
CMYK
RGB Variations
Color information
#5DB48B (or 0x5DB48B) is known color: Silver Tree. HEX triplet: 5D, B4 and 8B. RGB value is (93,180,139). Sum of RGB (Red+Green+Blue) = 93+180+139=412 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.57% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB48B is #A24B74. Grayscale: #959595. Windows color (decimal): -10636149 or 9155677. OLE color: 9155677.
HSL color Cylindrical-coordinate representation of color #5DB48B: hue angle of 151.72º 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 #5DB48B is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 139 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.29 |
| HSL | 151.72º | 0.37% | 0.54% | - |
| HSV(B) | 151.72º | 0.48% | 0.71% | - |
| XYZ | 25.5 | 36.83 | 30.19 | - |
| YUV | 149.31 | 122.18 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 139 | 0.48 | 0 | 0.23 | 0.29 | 151.72 | 0.37 | 0.54 |
| Hex | 5D | B4 | 8B | 30 | 0 | 17 | 1D | 98 | 25 | 36 |
| Octal | 135 | 264 | 213 | 60 | 0 | 27 | 35 | 230 | 45 | 66 |
| Binary | 1011101 | 10110100 | 10001011 | 110000 | 0 | 10111 | 11101 | 10011000 | 100101 | 110110 |
Color Harmonies of #5DB48B
Complementary color
Monochromatic Colors of #5DB48B
Black with #5DB48B
Text Example
Text Example
White with #5DB48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB48B; }
p { color: rgb(93,180,139); }
H1.HeaderClassName
{
color: #5DB48B;
}
.AnyTagClassName
{
color: #5DB48B;
}
</style>
background-color css
<style>
a { background-color: #5DB48B; }
a { background-color: rgb(93,180,139); }
div.DivClassName
{
background-color: #5DB48B;
}
.BgClassName
{
background-color: #5DB48B;
}
</style>
border-color css
<style>
span { border-color: #5DB48B; }
span { border-color: rgb(93,180,139); }
td.TdClassName
{
border-color: #5DB48B;
}
.TagClassName
{
border-color: #5DB48B;
}
</style>