Shades of Silver Tree #52BA8C
Tints of Silver Tree #52BA8C
RGB
CMYK
RGB Variations
Color information
#52BA8C (or 0x52BA8C) is known color: Silver Tree. HEX triplet: 52, BA and 8C. RGB value is (82,186,140). Sum of RGB (Red+Green+Blue) = 82+186+140=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BA8C is #AD4573. Grayscale: #959595. Windows color (decimal): -11355508 or 9222738. OLE color: 9222738.
HSL color Cylindrical-coordinate representation of color #52BA8C: hue angle of 153.46º 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 #52BA8C is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 186 | 140 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.27 |
| HSL | 153.46º | 0.43% | 0.53% | - |
| HSV(B) | 153.46º | 0.56% | 0.73% | - |
| XYZ | 25.77 | 38.81 | 30.94 | - |
| YUV | 149.66 | 122.54 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 140 | 0.56 | 0 | 0.25 | 0.27 | 153.46 | 0.43 | 0.53 |
| Hex | 52 | BA | 8C | 38 | 0 | 19 | 1B | 99 | 2B | 35 |
| Octal | 122 | 272 | 214 | 70 | 0 | 31 | 33 | 231 | 53 | 65 |
| Binary | 1010010 | 10111010 | 10001100 | 111000 | 0 | 11001 | 11011 | 10011001 | 101011 | 110101 |
Color Harmonies of #52BA8C
Complementary color
Monochromatic Colors of #52BA8C
Black with #52BA8C
Text Example
Text Example
White with #52BA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BA8C; }
p { color: rgb(82,186,140); }
H1.HeaderClassName
{
color: #52BA8C;
}
.AnyTagClassName
{
color: #52BA8C;
}
</style>
background-color css
<style>
a { background-color: #52BA8C; }
a { background-color: rgb(82,186,140); }
div.DivClassName
{
background-color: #52BA8C;
}
.BgClassName
{
background-color: #52BA8C;
}
</style>
border-color css
<style>
span { border-color: #52BA8C; }
span { border-color: rgb(82,186,140); }
td.TdClassName
{
border-color: #52BA8C;
}
.TagClassName
{
border-color: #52BA8C;
}
</style>