Shades of Silver Tree #53C08E
Tints of Silver Tree #53C08E
RGB
CMYK
RGB Variations
Color information
#53C08E (or 0x53C08E) is known color: Silver Tree. HEX triplet: 53, C0 and 8E. RGB value is (83,192,142). Sum of RGB (Red+Green+Blue) = 83+192+142=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #53C08E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C08E is #AC3F71. Grayscale: #999999. Windows color (decimal): -11288434 or 9355347. OLE color: 9355347.
HSL color Cylindrical-coordinate representation of color #53C08E: hue angle of 152.48º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C08E is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 142 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.25 |
| HSL | 152.48º | 0.46% | 0.54% | - |
| HSV(B) | 152.48º | 0.57% | 0.75% | - |
| XYZ | 27.3 | 41.49 | 32.16 | - |
| YUV | 153.71 | 121.39 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 142 | 0.57 | 0 | 0.26 | 0.25 | 152.48 | 0.46 | 0.54 |
| Hex | 53 | C0 | 8E | 39 | 0 | 1A | 19 | 98 | 2E | 36 |
| Octal | 123 | 300 | 216 | 71 | 0 | 32 | 31 | 230 | 56 | 66 |
| Binary | 1010011 | 11000000 | 10001110 | 111001 | 0 | 11010 | 11001 | 10011000 | 101110 | 110110 |
Color Harmonies of #53C08E
Complementary color
Monochromatic Colors of #53C08E
Black with #53C08E
Text Example
Text Example
White with #53C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C08E; }
p { color: rgb(83,192,142); }
H1.HeaderClassName
{
color: #53C08E;
}
.AnyTagClassName
{
color: #53C08E;
}
</style>
background-color css
<style>
a { background-color: #53C08E; }
a { background-color: rgb(83,192,142); }
div.DivClassName
{
background-color: #53C08E;
}
.BgClassName
{
background-color: #53C08E;
}
</style>
border-color css
<style>
span { border-color: #53C08E; }
span { border-color: rgb(83,192,142); }
td.TdClassName
{
border-color: #53C08E;
}
.TagClassName
{
border-color: #53C08E;
}
</style>