Shades of Silver Tree #53D692
Tints of Silver Tree #53D692
RGB
CMYK
RGB Variations
Color information
#53D692 (or 0x53D692) is known color: Silver Tree. HEX triplet: 53, D6 and 92. RGB value is (83,214,146). Sum of RGB (Red+Green+Blue) = 83+214+146=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #53D692 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D692 is #AC296D. Grayscale: #A7A7A7. Windows color (decimal): -11282798 or 9623123. OLE color: 9623123.
HSL color Cylindrical-coordinate representation of color #53D692: hue angle of 148.85º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D692 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 214 | 146 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.16 |
| HSL | 148.86º | 0.62% | 0.58% | - |
| HSV(B) | 148.86º | 0.61% | 0.84% | - |
| XYZ | 32.8 | 52.01 | 35.5 | - |
| YUV | 167.08 | 116.1 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 214 | 146 | 0.61 | 0 | 0.32 | 0.16 | 148.86 | 0.62 | 0.58 |
| Hex | 53 | D6 | 92 | 3D | 0 | 20 | 10 | 95 | 3E | 3A |
| Octal | 123 | 326 | 222 | 75 | 0 | 40 | 20 | 225 | 76 | 72 |
| Binary | 1010011 | 11010110 | 10010010 | 111101 | 0 | 100000 | 10000 | 10010101 | 111110 | 111010 |
Color Harmonies of #53D692
Complementary color
Monochromatic Colors of #53D692
Black with #53D692
Text Example
Text Example
White with #53D692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D692; }
p { color: rgb(83,214,146); }
H1.HeaderClassName
{
color: #53D692;
}
.AnyTagClassName
{
color: #53D692;
}
</style>
background-color css
<style>
a { background-color: #53D692; }
a { background-color: rgb(83,214,146); }
div.DivClassName
{
background-color: #53D692;
}
.BgClassName
{
background-color: #53D692;
}
</style>
border-color css
<style>
span { border-color: #53D692; }
span { border-color: rgb(83,214,146); }
td.TdClassName
{
border-color: #53D692;
}
.TagClassName
{
border-color: #53D692;
}
</style>