Shades of Silver Tree #53C292
Tints of Silver Tree #53C292
RGB
CMYK
RGB Variations
Color information
#53C292 (or 0x53C292) is known color: Silver Tree. HEX triplet: 53, C2 and 92. RGB value is (83,194,146). Sum of RGB (Red+Green+Blue) = 83+194+146=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #53C292 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C292 is #AC3D6D. Grayscale: #9B9B9B. Windows color (decimal): -11287918 or 9618003. OLE color: 9618003.
HSL color Cylindrical-coordinate representation of color #53C292: hue angle of 154.05º 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 #53C292 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 194 | 146 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.24 |
| HSL | 154.05º | 0.48% | 0.54% | - |
| HSV(B) | 154.05º | 0.57% | 0.76% | - |
| XYZ | 28.05 | 42.5 | 33.92 | - |
| YUV | 155.34 | 122.73 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 194 | 146 | 0.57 | 0 | 0.25 | 0.24 | 154.05 | 0.48 | 0.54 |
| Hex | 53 | C2 | 92 | 39 | 0 | 19 | 18 | 9A | 30 | 36 |
| Octal | 123 | 302 | 222 | 71 | 0 | 31 | 30 | 232 | 60 | 66 |
| Binary | 1010011 | 11000010 | 10010010 | 111001 | 0 | 11001 | 11000 | 10011010 | 110000 | 110110 |
Color Harmonies of #53C292
Complementary color
Monochromatic Colors of #53C292
Black with #53C292
Text Example
Text Example
White with #53C292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C292; }
p { color: rgb(83,194,146); }
H1.HeaderClassName
{
color: #53C292;
}
.AnyTagClassName
{
color: #53C292;
}
</style>
background-color css
<style>
a { background-color: #53C292; }
a { background-color: rgb(83,194,146); }
div.DivClassName
{
background-color: #53C292;
}
.BgClassName
{
background-color: #53C292;
}
</style>
border-color css
<style>
span { border-color: #53C292; }
span { border-color: rgb(83,194,146); }
td.TdClassName
{
border-color: #53C292;
}
.TagClassName
{
border-color: #53C292;
}
</style>