Shades of Silver Tree #5DB285
Tints of Silver Tree #5DB285
RGB
CMYK
RGB Variations
Color information
#5DB285 (or 0x5DB285) is known color: Silver Tree. HEX triplet: 5D, B2 and 85. RGB value is (93,178,133). Sum of RGB (Red+Green+Blue) = 93+178+133=404 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.02% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 178 - color contains mainly: green. Hex color #5DB285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB285 is #A24D7A. Grayscale: #939393. Windows color (decimal): -10636667 or 8761949. OLE color: 8761949.
HSL color Cylindrical-coordinate representation of color #5DB285: hue angle of 148.24º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB285 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 178 | 133 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.30 |
| HSL | 148.24º | 0.36% | 0.53% | - |
| HSV(B) | 148.24º | 0.48% | 0.7% | - |
| XYZ | 24.67 | 35.86 | 27.81 | - |
| YUV | 147.46 | 119.84 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 178 | 133 | 0.48 | 0 | 0.25 | 0.30 | 148.24 | 0.36 | 0.53 |
| Hex | 5D | B2 | 85 | 30 | 0 | 19 | 1E | 94 | 24 | 35 |
| Octal | 135 | 262 | 205 | 60 | 0 | 31 | 36 | 224 | 44 | 65 |
| Binary | 1011101 | 10110010 | 10000101 | 110000 | 0 | 11001 | 11110 | 10010100 | 100100 | 110101 |
Color Harmonies of #5DB285
Complementary color
Monochromatic Colors of #5DB285
Black with #5DB285
Text Example
Text Example
White with #5DB285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB285; }
p { color: rgb(93,178,133); }
H1.HeaderClassName
{
color: #5DB285;
}
.AnyTagClassName
{
color: #5DB285;
}
</style>
background-color css
<style>
a { background-color: #5DB285; }
a { background-color: rgb(93,178,133); }
div.DivClassName
{
background-color: #5DB285;
}
.BgClassName
{
background-color: #5DB285;
}
</style>
border-color css
<style>
span { border-color: #5DB285; }
span { border-color: rgb(93,178,133); }
td.TdClassName
{
border-color: #5DB285;
}
.TagClassName
{
border-color: #5DB285;
}
</style>