Shades of Silver Tree #53C58C
Tints of Silver Tree #53C58C
RGB
CMYK
RGB Variations
Color information
#53C58C (or 0x53C58C) is known color: Silver Tree. HEX triplet: 53, C5 and 8C. RGB value is (83,197,140). Sum of RGB (Red+Green+Blue) = 83+197+140=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #53C58C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C58C is #AC3A73. Grayscale: #9C9C9C. Windows color (decimal): -11287156 or 9225555. OLE color: 9225555.
HSL color Cylindrical-coordinate representation of color #53C58C: hue angle of 150º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C58C is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 197 | 140 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.23 |
| HSL | 150º | 0.5% | 0.55% | - |
| HSV(B) | 150º | 0.58% | 0.77% | - |
| XYZ | 28.27 | 43.66 | 31.75 | - |
| YUV | 156.42 | 118.73 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 140 | 0.58 | 0 | 0.29 | 0.23 | 150 | 0.5 | 0.55 |
| Hex | 53 | C5 | 8C | 3A | 0 | 1D | 17 | 96 | 32 | 37 |
| Octal | 123 | 305 | 214 | 72 | 0 | 35 | 27 | 226 | 62 | 67 |
| Binary | 1010011 | 11000101 | 10001100 | 111010 | 0 | 11101 | 10111 | 10010110 | 110010 | 110111 |
Color Harmonies of #53C58C
Complementary color
Monochromatic Colors of #53C58C
Black with #53C58C
Text Example
Text Example
White with #53C58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C58C; }
p { color: rgb(83,197,140); }
H1.HeaderClassName
{
color: #53C58C;
}
.AnyTagClassName
{
color: #53C58C;
}
</style>
background-color css
<style>
a { background-color: #53C58C; }
a { background-color: rgb(83,197,140); }
div.DivClassName
{
background-color: #53C58C;
}
.BgClassName
{
background-color: #53C58C;
}
</style>
border-color css
<style>
span { border-color: #53C58C; }
span { border-color: rgb(83,197,140); }
td.TdClassName
{
border-color: #53C58C;
}
.TagClassName
{
border-color: #53C58C;
}
</style>