Shades of Silver Tree #52B58A
Tints of Silver Tree #52B58A
RGB
CMYK
RGB Variations
Color information
#52B58A (or 0x52B58A) is known color: Silver Tree. HEX triplet: 52, B5 and 8A. RGB value is (82,181,138). Sum of RGB (Red+Green+Blue) = 82+181+138=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #52B58A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B58A is #AD4A75. Grayscale: #929292. Windows color (decimal): -11356790 or 9090386. OLE color: 9090386.
HSL color Cylindrical-coordinate representation of color #52B58A: hue angle of 153.94º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B58A is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 181 | 138 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.29 |
| HSL | 153.94º | 0.4% | 0.52% | - |
| HSV(B) | 153.94º | 0.55% | 0.71% | - |
| XYZ | 24.59 | 36.68 | 29.83 | - |
| YUV | 146.5 | 123.2 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 181 | 138 | 0.55 | 0 | 0.24 | 0.29 | 153.94 | 0.4 | 0.52 |
| Hex | 52 | B5 | 8A | 37 | 0 | 18 | 1D | 9A | 28 | 34 |
| Octal | 122 | 265 | 212 | 67 | 0 | 30 | 35 | 232 | 50 | 64 |
| Binary | 1010010 | 10110101 | 10001010 | 110111 | 0 | 11000 | 11101 | 10011010 | 101000 | 110100 |
Color Harmonies of #52B58A
Complementary color
Monochromatic Colors of #52B58A
Black with #52B58A
Text Example
Text Example
White with #52B58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B58A; }
p { color: rgb(82,181,138); }
H1.HeaderClassName
{
color: #52B58A;
}
.AnyTagClassName
{
color: #52B58A;
}
</style>
background-color css
<style>
a { background-color: #52B58A; }
a { background-color: rgb(82,181,138); }
div.DivClassName
{
background-color: #52B58A;
}
.BgClassName
{
background-color: #52B58A;
}
</style>
border-color css
<style>
span { border-color: #52B58A; }
span { border-color: rgb(82,181,138); }
td.TdClassName
{
border-color: #52B58A;
}
.TagClassName
{
border-color: #52B58A;
}
</style>