Shades of Silver Tree #5DBB8E
Tints of Silver Tree #5DBB8E
RGB
CMYK
RGB Variations
Color information
#5DBB8E (or 0x5DBB8E) is known color: Silver Tree. HEX triplet: 5D, BB and 8E. RGB value is (93,187,142). Sum of RGB (Red+Green+Blue) = 93+187+142=422 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.04% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBB8E is #A24471. Grayscale: #999999. Windows color (decimal): -10634354 or 9354077. OLE color: 9354077.
HSL color Cylindrical-coordinate representation of color #5DBB8E: hue angle of 151.28º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBB8E is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 142 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.27 |
| HSL | 151.28º | 0.41% | 0.55% | - |
| HSV(B) | 151.28º | 0.5% | 0.73% | - |
| XYZ | 27.17 | 39.82 | 31.85 | - |
| YUV | 153.76 | 121.36 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 142 | 0.50 | 0 | 0.24 | 0.27 | 151.28 | 0.41 | 0.55 |
| Hex | 5D | BB | 8E | 32 | 0 | 18 | 1B | 97 | 29 | 37 |
| Octal | 135 | 273 | 216 | 62 | 0 | 30 | 33 | 227 | 51 | 67 |
| Binary | 1011101 | 10111011 | 10001110 | 110010 | 0 | 11000 | 11011 | 10010111 | 101001 | 110111 |
Color Harmonies of #5DBB8E
Complementary color
Monochromatic Colors of #5DBB8E
Black with #5DBB8E
Text Example
Text Example
White with #5DBB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBB8E; }
p { color: rgb(93,187,142); }
H1.HeaderClassName
{
color: #5DBB8E;
}
.AnyTagClassName
{
color: #5DBB8E;
}
</style>
background-color css
<style>
a { background-color: #5DBB8E; }
a { background-color: rgb(93,187,142); }
div.DivClassName
{
background-color: #5DBB8E;
}
.BgClassName
{
background-color: #5DBB8E;
}
</style>
border-color css
<style>
span { border-color: #5DBB8E; }
span { border-color: rgb(93,187,142); }
td.TdClassName
{
border-color: #5DBB8E;
}
.TagClassName
{
border-color: #5DBB8E;
}
</style>