Shades of Silver Tree #5DB685
Tints of Silver Tree #5DB685
RGB
CMYK
RGB Variations
Color information
#5DB685 (or 0x5DB685) is known color: Silver Tree. HEX triplet: 5D, B6 and 85. RGB value is (93,182,133). Sum of RGB (Red+Green+Blue) = 93+182+133=408 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.79% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 182 - color contains mainly: green. Hex color #5DB685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB685 is #A2497A. Grayscale: #959595. Windows color (decimal): -10635643 or 8762973. OLE color: 8762973.
HSL color Cylindrical-coordinate representation of color #5DB685: hue angle of 146.97º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB685 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 182 | 133 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.29 |
| HSL | 146.97º | 0.38% | 0.54% | - |
| HSV(B) | 146.97º | 0.49% | 0.71% | - |
| XYZ | 25.48 | 37.48 | 28.08 | - |
| YUV | 149.8 | 118.51 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 182 | 133 | 0.49 | 0 | 0.27 | 0.29 | 146.97 | 0.38 | 0.54 |
| Hex | 5D | B6 | 85 | 31 | 0 | 1B | 1D | 93 | 26 | 36 |
| Octal | 135 | 266 | 205 | 61 | 0 | 33 | 35 | 223 | 46 | 66 |
| Binary | 1011101 | 10110110 | 10000101 | 110001 | 0 | 11011 | 11101 | 10010011 | 100110 | 110110 |
Color Harmonies of #5DB685
Complementary color
Monochromatic Colors of #5DB685
Black with #5DB685
Text Example
Text Example
White with #5DB685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB685; }
p { color: rgb(93,182,133); }
H1.HeaderClassName
{
color: #5DB685;
}
.AnyTagClassName
{
color: #5DB685;
}
</style>
background-color css
<style>
a { background-color: #5DB685; }
a { background-color: rgb(93,182,133); }
div.DivClassName
{
background-color: #5DB685;
}
.BgClassName
{
background-color: #5DB685;
}
</style>
border-color css
<style>
span { border-color: #5DB685; }
span { border-color: rgb(93,182,133); }
td.TdClassName
{
border-color: #5DB685;
}
.TagClassName
{
border-color: #5DB685;
}
</style>