Shades of Silver Tree #52BB86
Tints of Silver Tree #52BB86
RGB
CMYK
RGB Variations
Color information
#52BB86 (or 0x52BB86) is known color: Silver Tree. HEX triplet: 52, BB and 86. RGB value is (82,187,134). Sum of RGB (Red+Green+Blue) = 82+187+134=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BB86 is #AD4479. Grayscale: #959595. Windows color (decimal): -11355258 or 8829778. OLE color: 8829778.
HSL color Cylindrical-coordinate representation of color #52BB86: hue angle of 149.71º degrees, saturation: 0.44, 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 #52BB86 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 187 | 134 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.27 |
| HSL | 149.71º | 0.44% | 0.53% | - |
| HSV(B) | 149.71º | 0.56% | 0.73% | - |
| XYZ | 25.55 | 39.06 | 28.75 | - |
| YUV | 149.56 | 119.21 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 134 | 0.56 | 0 | 0.28 | 0.27 | 149.71 | 0.44 | 0.53 |
| Hex | 52 | BB | 86 | 38 | 0 | 1C | 1B | 96 | 2C | 35 |
| Octal | 122 | 273 | 206 | 70 | 0 | 34 | 33 | 226 | 54 | 65 |
| Binary | 1010010 | 10111011 | 10000110 | 111000 | 0 | 11100 | 11011 | 10010110 | 101100 | 110101 |
Color Harmonies of #52BB86
Complementary color
Monochromatic Colors of #52BB86
Black with #52BB86
Text Example
Text Example
White with #52BB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BB86; }
p { color: rgb(82,187,134); }
H1.HeaderClassName
{
color: #52BB86;
}
.AnyTagClassName
{
color: #52BB86;
}
</style>
background-color css
<style>
a { background-color: #52BB86; }
a { background-color: rgb(82,187,134); }
div.DivClassName
{
background-color: #52BB86;
}
.BgClassName
{
background-color: #52BB86;
}
</style>
border-color css
<style>
span { border-color: #52BB86; }
span { border-color: rgb(82,187,134); }
td.TdClassName
{
border-color: #52BB86;
}
.TagClassName
{
border-color: #52BB86;
}
</style>