Shades of Silver Tree #53C995
Tints of Silver Tree #53C995
RGB
CMYK
RGB Variations
Color information
#53C995 (or 0x53C995) is known color: Silver Tree. HEX triplet: 53, C9 and 95. RGB value is (83,201,149). Sum of RGB (Red+Green+Blue) = 83+201+149=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #53C995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C995 is #AC366A. Grayscale: #9F9F9F. Windows color (decimal): -11286123 or 9816403. OLE color: 9816403.
HSL color Cylindrical-coordinate representation of color #53C995: hue angle of 153.56º degrees, saturation: 0.52, 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 #53C995 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 201 | 149 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.21 |
| HSL | 153.56º | 0.52% | 0.56% | - |
| HSV(B) | 153.56º | 0.59% | 0.79% | - |
| XYZ | 29.88 | 45.78 | 35.7 | - |
| YUV | 159.79 | 121.91 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 201 | 149 | 0.59 | 0 | 0.26 | 0.21 | 153.56 | 0.52 | 0.56 |
| Hex | 53 | C9 | 95 | 3B | 0 | 1A | 15 | 9A | 34 | 38 |
| Octal | 123 | 311 | 225 | 73 | 0 | 32 | 25 | 232 | 64 | 70 |
| Binary | 1010011 | 11001001 | 10010101 | 111011 | 0 | 11010 | 10101 | 10011010 | 110100 | 111000 |
Color Harmonies of #53C995
Complementary color
Monochromatic Colors of #53C995
Black with #53C995
Text Example
Text Example
White with #53C995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C995; }
p { color: rgb(83,201,149); }
H1.HeaderClassName
{
color: #53C995;
}
.AnyTagClassName
{
color: #53C995;
}
</style>
background-color css
<style>
a { background-color: #53C995; }
a { background-color: rgb(83,201,149); }
div.DivClassName
{
background-color: #53C995;
}
.BgClassName
{
background-color: #53C995;
}
</style>
border-color css
<style>
span { border-color: #53C995; }
span { border-color: rgb(83,201,149); }
td.TdClassName
{
border-color: #53C995;
}
.TagClassName
{
border-color: #53C995;
}
</style>