Shades of Silver Tree #5DBE8B
Tints of Silver Tree #5DBE8B
RGB
CMYK
RGB Variations
Color information
#5DBE8B (or 0x5DBE8B) is known color: Silver Tree. HEX triplet: 5D, BE and 8B. RGB value is (93,190,139). Sum of RGB (Red+Green+Blue) = 93+190+139=422 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.04% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBE8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBE8B is #A24174. Grayscale: #9B9B9B. Windows color (decimal): -10633589 or 9158237. OLE color: 9158237.
HSL color Cylindrical-coordinate representation of color #5DBE8B: hue angle of 148.45º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBE8B is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 139 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.25 |
| HSL | 148.45º | 0.43% | 0.55% | - |
| HSV(B) | 148.45º | 0.51% | 0.75% | - |
| XYZ | 27.59 | 41.02 | 30.89 | - |
| YUV | 155.18 | 118.86 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 139 | 0.51 | 0 | 0.27 | 0.25 | 148.45 | 0.43 | 0.55 |
| Hex | 5D | BE | 8B | 33 | 0 | 1B | 19 | 94 | 2B | 37 |
| Octal | 135 | 276 | 213 | 63 | 0 | 33 | 31 | 224 | 53 | 67 |
| Binary | 1011101 | 10111110 | 10001011 | 110011 | 0 | 11011 | 11001 | 10010100 | 101011 | 110111 |
Color Harmonies of #5DBE8B
Complementary color
Monochromatic Colors of #5DBE8B
Black with #5DBE8B
Text Example
Text Example
White with #5DBE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBE8B; }
p { color: rgb(93,190,139); }
H1.HeaderClassName
{
color: #5DBE8B;
}
.AnyTagClassName
{
color: #5DBE8B;
}
</style>
background-color css
<style>
a { background-color: #5DBE8B; }
a { background-color: rgb(93,190,139); }
div.DivClassName
{
background-color: #5DBE8B;
}
.BgClassName
{
background-color: #5DBE8B;
}
</style>
border-color css
<style>
span { border-color: #5DBE8B; }
span { border-color: rgb(93,190,139); }
td.TdClassName
{
border-color: #5DBE8B;
}
.TagClassName
{
border-color: #5DBE8B;
}
</style>