Shades of Silver Tree #52BA8B
Tints of Silver Tree #52BA8B
RGB
CMYK
RGB Variations
Color information
#52BA8B (or 0x52BA8B) is known color: Silver Tree. HEX triplet: 52, BA and 8B. RGB value is (82,186,139). Sum of RGB (Red+Green+Blue) = 82+186+139=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BA8B is #AD4574. Grayscale: #959595. Windows color (decimal): -11355509 or 9157202. OLE color: 9157202.
HSL color Cylindrical-coordinate representation of color #52BA8B: hue angle of 152.88º 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 #52BA8B is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 186 | 139 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.27 |
| HSL | 152.88º | 0.43% | 0.53% | - |
| HSV(B) | 152.88º | 0.56% | 0.73% | - |
| XYZ | 25.7 | 38.78 | 30.56 | - |
| YUV | 149.55 | 122.04 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 139 | 0.56 | 0 | 0.25 | 0.27 | 152.88 | 0.43 | 0.53 |
| Hex | 52 | BA | 8B | 38 | 0 | 19 | 1B | 99 | 2B | 35 |
| Octal | 122 | 272 | 213 | 70 | 0 | 31 | 33 | 231 | 53 | 65 |
| Binary | 1010010 | 10111010 | 10001011 | 111000 | 0 | 11001 | 11011 | 10011001 | 101011 | 110101 |
Color Harmonies of #52BA8B
Complementary color
Monochromatic Colors of #52BA8B
Black with #52BA8B
Text Example
Text Example
White with #52BA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BA8B; }
p { color: rgb(82,186,139); }
H1.HeaderClassName
{
color: #52BA8B;
}
.AnyTagClassName
{
color: #52BA8B;
}
</style>
background-color css
<style>
a { background-color: #52BA8B; }
a { background-color: rgb(82,186,139); }
div.DivClassName
{
background-color: #52BA8B;
}
.BgClassName
{
background-color: #52BA8B;
}
</style>
border-color css
<style>
span { border-color: #52BA8B; }
span { border-color: rgb(82,186,139); }
td.TdClassName
{
border-color: #52BA8B;
}
.TagClassName
{
border-color: #52BA8B;
}
</style>