Shades of Silver Tree #52BA86
Tints of Silver Tree #52BA86
RGB
CMYK
RGB Variations
Color information
#52BA86 (or 0x52BA86) is known color: Silver Tree. HEX triplet: 52, BA and 86. RGB value is (82,186,134). Sum of RGB (Red+Green+Blue) = 82+186+134=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BA86 is #AD4579. Grayscale: #959595. Windows color (decimal): -11355514 or 8829522. OLE color: 8829522.
HSL color Cylindrical-coordinate representation of color #52BA86: hue angle of 150º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BA86 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 186 | 134 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.27 |
| HSL | 150º | 0.43% | 0.53% | - |
| HSV(B) | 150º | 0.56% | 0.73% | - |
| XYZ | 25.34 | 38.63 | 28.68 | - |
| YUV | 148.98 | 119.54 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 134 | 0.56 | 0 | 0.28 | 0.27 | 150 | 0.43 | 0.53 |
| Hex | 52 | BA | 86 | 38 | 0 | 1C | 1B | 96 | 2B | 35 |
| Octal | 122 | 272 | 206 | 70 | 0 | 34 | 33 | 226 | 53 | 65 |
| Binary | 1010010 | 10111010 | 10000110 | 111000 | 0 | 11100 | 11011 | 10010110 | 101011 | 110101 |
Color Harmonies of #52BA86
Complementary color
Monochromatic Colors of #52BA86
Black with #52BA86
Text Example
Text Example
White with #52BA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BA86; }
p { color: rgb(82,186,134); }
H1.HeaderClassName
{
color: #52BA86;
}
.AnyTagClassName
{
color: #52BA86;
}
</style>
background-color css
<style>
a { background-color: #52BA86; }
a { background-color: rgb(82,186,134); }
div.DivClassName
{
background-color: #52BA86;
}
.BgClassName
{
background-color: #52BA86;
}
</style>
border-color css
<style>
span { border-color: #52BA86; }
span { border-color: rgb(82,186,134); }
td.TdClassName
{
border-color: #52BA86;
}
.TagClassName
{
border-color: #52BA86;
}
</style>