Shades of Silver Tree #53C090
Tints of Silver Tree #53C090
RGB
CMYK
RGB Variations
Color information
#53C090 (or 0x53C090) is known color: Silver Tree. HEX triplet: 53, C0 and 90. RGB value is (83,192,144). Sum of RGB (Red+Green+Blue) = 83+192+144=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #53C090 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C090 is #AC3F6F. Grayscale: #9A9A9A. Windows color (decimal): -11288432 or 9486419. OLE color: 9486419.
HSL color Cylindrical-coordinate representation of color #53C090: hue angle of 153.58º 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 #53C090 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 144 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.25 |
| HSL | 153.58º | 0.46% | 0.54% | - |
| HSV(B) | 153.58º | 0.57% | 0.75% | - |
| XYZ | 27.45 | 41.55 | 32.96 | - |
| YUV | 153.94 | 122.39 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 144 | 0.57 | 0 | 0.25 | 0.25 | 153.58 | 0.46 | 0.54 |
| Hex | 53 | C0 | 90 | 39 | 0 | 19 | 19 | 9A | 2E | 36 |
| Octal | 123 | 300 | 220 | 71 | 0 | 31 | 31 | 232 | 56 | 66 |
| Binary | 1010011 | 11000000 | 10010000 | 111001 | 0 | 11001 | 11001 | 10011010 | 101110 | 110110 |
Color Harmonies of #53C090
Complementary color
Monochromatic Colors of #53C090
Black with #53C090
Text Example
Text Example
White with #53C090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C090; }
p { color: rgb(83,192,144); }
H1.HeaderClassName
{
color: #53C090;
}
.AnyTagClassName
{
color: #53C090;
}
</style>
background-color css
<style>
a { background-color: #53C090; }
a { background-color: rgb(83,192,144); }
div.DivClassName
{
background-color: #53C090;
}
.BgClassName
{
background-color: #53C090;
}
</style>
border-color css
<style>
span { border-color: #53C090; }
span { border-color: rgb(83,192,144); }
td.TdClassName
{
border-color: #53C090;
}
.TagClassName
{
border-color: #53C090;
}
</style>