Shades of Silver Tree #5DBD87
Tints of Silver Tree #5DBD87
RGB
CMYK
RGB Variations
Color information
#5DBD87 (or 0x5DBD87) is known color: Silver Tree. HEX triplet: 5D, BD and 87. RGB value is (93,189,135). Sum of RGB (Red+Green+Blue) = 93+189+135=417 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.30% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBD87 is #A24278. Grayscale: #9A9A9A. Windows color (decimal): -10633849 or 8895837. OLE color: 8895837.
HSL color Cylindrical-coordinate representation of color #5DBD87: hue angle of 146.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBD87 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 135 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.26 |
| HSL | 146.25º | 0.42% | 0.55% | - |
| HSV(B) | 146.25º | 0.51% | 0.74% | - |
| XYZ | 27.08 | 40.47 | 29.31 | - |
| YUV | 154.14 | 117.2 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 135 | 0.51 | 0 | 0.29 | 0.26 | 146.25 | 0.42 | 0.55 |
| Hex | 5D | BD | 87 | 33 | 0 | 1D | 1A | 92 | 2A | 37 |
| Octal | 135 | 275 | 207 | 63 | 0 | 35 | 32 | 222 | 52 | 67 |
| Binary | 1011101 | 10111101 | 10000111 | 110011 | 0 | 11101 | 11010 | 10010010 | 101010 | 110111 |
Color Harmonies of #5DBD87
Complementary color
Monochromatic Colors of #5DBD87
Black with #5DBD87
Text Example
Text Example
White with #5DBD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD87; }
p { color: rgb(93,189,135); }
H1.HeaderClassName
{
color: #5DBD87;
}
.AnyTagClassName
{
color: #5DBD87;
}
</style>
background-color css
<style>
a { background-color: #5DBD87; }
a { background-color: rgb(93,189,135); }
div.DivClassName
{
background-color: #5DBD87;
}
.BgClassName
{
background-color: #5DBD87;
}
</style>
border-color css
<style>
span { border-color: #5DBD87; }
span { border-color: rgb(93,189,135); }
td.TdClassName
{
border-color: #5DBD87;
}
.TagClassName
{
border-color: #5DBD87;
}
</style>