Shades of Silver Tree #52D593
Tints of Silver Tree #52D593
RGB
CMYK
RGB Variations
Color information
#52D593 (or 0x52D593) is known color: Silver Tree. HEX triplet: 52, D5 and 93. RGB value is (82,213,147). Sum of RGB (Red+Green+Blue) = 82+213+147=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #52D593 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D593 is #AD2A6C. Grayscale: #A6A6A6. Windows color (decimal): -11348589 or 9688402. OLE color: 9688402.
HSL color Cylindrical-coordinate representation of color #52D593: hue angle of 149.77º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D593 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 213 | 147 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.16 |
| HSL | 149.77º | 0.61% | 0.58% | - |
| HSV(B) | 149.77º | 0.62% | 0.84% | - |
| XYZ | 32.54 | 51.49 | 35.83 | - |
| YUV | 166.31 | 117.1 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 213 | 147 | 0.62 | 0 | 0.31 | 0.16 | 149.77 | 0.61 | 0.58 |
| Hex | 52 | D5 | 93 | 3E | 0 | 1F | 10 | 96 | 3D | 3A |
| Octal | 122 | 325 | 223 | 76 | 0 | 37 | 20 | 226 | 75 | 72 |
| Binary | 1010010 | 11010101 | 10010011 | 111110 | 0 | 11111 | 10000 | 10010110 | 111101 | 111010 |
Color Harmonies of #52D593
Complementary color
Monochromatic Colors of #52D593
Black with #52D593
Text Example
Text Example
White with #52D593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D593; }
p { color: rgb(82,213,147); }
H1.HeaderClassName
{
color: #52D593;
}
.AnyTagClassName
{
color: #52D593;
}
</style>
background-color css
<style>
a { background-color: #52D593; }
a { background-color: rgb(82,213,147); }
div.DivClassName
{
background-color: #52D593;
}
.BgClassName
{
background-color: #52D593;
}
</style>
border-color css
<style>
span { border-color: #52D593; }
span { border-color: rgb(82,213,147); }
td.TdClassName
{
border-color: #52D593;
}
.TagClassName
{
border-color: #52D593;
}
</style>