Shades of Silver Tree #50B787
Tints of Silver Tree #50B787
RGB
CMYK
RGB Variations
Color information
#50B787 (or 0x50B787) is known color: Silver Tree. HEX triplet: 50, B7 and 87. RGB value is (80,183,135). Sum of RGB (Red+Green+Blue) = 80+183+135=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #50B787 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B787 is #AF4878. Grayscale: #929292. Windows color (decimal): -11487353 or 8894288. OLE color: 8894288.
HSL color Cylindrical-coordinate representation of color #50B787: hue angle of 152.04º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B787 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 183 | 135 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.28 |
| HSL | 152.04º | 0.42% | 0.52% | - |
| HSV(B) | 152.04º | 0.56% | 0.72% | - |
| XYZ | 24.61 | 37.32 | 28.83 | - |
| YUV | 146.73 | 121.38 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 183 | 135 | 0.56 | 0 | 0.26 | 0.28 | 152.04 | 0.42 | 0.52 |
| Hex | 50 | B7 | 87 | 38 | 0 | 1A | 1C | 98 | 2A | 34 |
| Octal | 120 | 267 | 207 | 70 | 0 | 32 | 34 | 230 | 52 | 64 |
| Binary | 1010000 | 10110111 | 10000111 | 111000 | 0 | 11010 | 11100 | 10011000 | 101010 | 110100 |
Color Harmonies of #50B787
Complementary color
Monochromatic Colors of #50B787
Black with #50B787
Text Example
Text Example
White with #50B787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B787; }
p { color: rgb(80,183,135); }
H1.HeaderClassName
{
color: #50B787;
}
.AnyTagClassName
{
color: #50B787;
}
</style>
background-color css
<style>
a { background-color: #50B787; }
a { background-color: rgb(80,183,135); }
div.DivClassName
{
background-color: #50B787;
}
.BgClassName
{
background-color: #50B787;
}
</style>
border-color css
<style>
span { border-color: #50B787; }
span { border-color: rgb(80,183,135); }
td.TdClassName
{
border-color: #50B787;
}
.TagClassName
{
border-color: #50B787;
}
</style>