Shades of Silver Tree #53C290
Tints of Silver Tree #53C290
RGB
CMYK
RGB Variations
Color information
#53C290 (or 0x53C290) is known color: Silver Tree. HEX triplet: 53, C2 and 90. RGB value is (83,194,144). Sum of RGB (Red+Green+Blue) = 83+194+144=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 194 - color contains mainly: green. Hex color #53C290 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C290 is #AC3D6F. Grayscale: #9B9B9B. Windows color (decimal): -11287920 or 9486931. OLE color: 9486931.
HSL color Cylindrical-coordinate representation of color #53C290: hue angle of 152.97º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C290 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 194 | 144 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.24 |
| HSL | 152.97º | 0.48% | 0.54% | - |
| HSV(B) | 152.97º | 0.57% | 0.76% | - |
| XYZ | 27.89 | 42.44 | 33.11 | - |
| YUV | 155.11 | 121.73 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 194 | 144 | 0.57 | 0 | 0.26 | 0.24 | 152.97 | 0.48 | 0.54 |
| Hex | 53 | C2 | 90 | 39 | 0 | 1A | 18 | 99 | 30 | 36 |
| Octal | 123 | 302 | 220 | 71 | 0 | 32 | 30 | 231 | 60 | 66 |
| Binary | 1010011 | 11000010 | 10010000 | 111001 | 0 | 11010 | 11000 | 10011001 | 110000 | 110110 |
Color Harmonies of #53C290
Complementary color
Monochromatic Colors of #53C290
Black with #53C290
Text Example
Text Example
White with #53C290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C290; }
p { color: rgb(83,194,144); }
H1.HeaderClassName
{
color: #53C290;
}
.AnyTagClassName
{
color: #53C290;
}
</style>
background-color css
<style>
a { background-color: #53C290; }
a { background-color: rgb(83,194,144); }
div.DivClassName
{
background-color: #53C290;
}
.BgClassName
{
background-color: #53C290;
}
</style>
border-color css
<style>
span { border-color: #53C290; }
span { border-color: rgb(83,194,144); }
td.TdClassName
{
border-color: #53C290;
}
.TagClassName
{
border-color: #53C290;
}
</style>