Shades of Silver Tree #53CA94
Tints of Silver Tree #53CA94
RGB
CMYK
RGB Variations
Color information
#53CA94 (or 0x53CA94) is known color: Silver Tree. HEX triplet: 53, CA and 94. RGB value is (83,202,148). Sum of RGB (Red+Green+Blue) = 83+202+148=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CA94 is #AC356B. Grayscale: #A0A0A0. Windows color (decimal): -11285868 or 9751123. OLE color: 9751123.
HSL color Cylindrical-coordinate representation of color #53CA94: hue angle of 152.77º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CA94 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 202 | 148 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.21 |
| HSL | 152.77º | 0.53% | 0.56% | - |
| HSV(B) | 152.77º | 0.59% | 0.79% | - |
| XYZ | 30.03 | 46.22 | 35.36 | - |
| YUV | 160.26 | 121.08 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 148 | 0.59 | 0 | 0.27 | 0.21 | 152.77 | 0.53 | 0.56 |
| Hex | 53 | CA | 94 | 3B | 0 | 1B | 15 | 99 | 35 | 38 |
| Octal | 123 | 312 | 224 | 73 | 0 | 33 | 25 | 231 | 65 | 70 |
| Binary | 1010011 | 11001010 | 10010100 | 111011 | 0 | 11011 | 10101 | 10011001 | 110101 | 111000 |
Color Harmonies of #53CA94
Complementary color
Monochromatic Colors of #53CA94
Black with #53CA94
Text Example
Text Example
White with #53CA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CA94; }
p { color: rgb(83,202,148); }
H1.HeaderClassName
{
color: #53CA94;
}
.AnyTagClassName
{
color: #53CA94;
}
</style>
background-color css
<style>
a { background-color: #53CA94; }
a { background-color: rgb(83,202,148); }
div.DivClassName
{
background-color: #53CA94;
}
.BgClassName
{
background-color: #53CA94;
}
</style>
border-color css
<style>
span { border-color: #53CA94; }
span { border-color: rgb(83,202,148); }
td.TdClassName
{
border-color: #53CA94;
}
.TagClassName
{
border-color: #53CA94;
}
</style>