Shades of Silver Tree #53BC89
Tints of Silver Tree #53BC89
RGB
CMYK
RGB Variations
Color information
#53BC89 (or 0x53BC89) is known color: Silver Tree. HEX triplet: 53, BC and 89. RGB value is (83,188,137). Sum of RGB (Red+Green+Blue) = 83+188+137=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BC89 is #AC4376. Grayscale: #969696. Windows color (decimal): -11289463 or 9026643. OLE color: 9026643.
HSL color Cylindrical-coordinate representation of color #53BC89: hue angle of 150.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BC89 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 137 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.26 |
| HSL | 150.86º | 0.44% | 0.53% | - |
| HSV(B) | 150.86º | 0.56% | 0.74% | - |
| XYZ | 26.07 | 39.61 | 29.94 | - |
| YUV | 150.79 | 120.21 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 137 | 0.56 | 0 | 0.27 | 0.26 | 150.86 | 0.44 | 0.53 |
| Hex | 53 | BC | 89 | 38 | 0 | 1B | 1A | 97 | 2C | 35 |
| Octal | 123 | 274 | 211 | 70 | 0 | 33 | 32 | 227 | 54 | 65 |
| Binary | 1010011 | 10111100 | 10001001 | 111000 | 0 | 11011 | 11010 | 10010111 | 101100 | 110101 |
Color Harmonies of #53BC89
Complementary color
Monochromatic Colors of #53BC89
Black with #53BC89
Text Example
Text Example
White with #53BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC89; }
p { color: rgb(83,188,137); }
H1.HeaderClassName
{
color: #53BC89;
}
.AnyTagClassName
{
color: #53BC89;
}
</style>
background-color css
<style>
a { background-color: #53BC89; }
a { background-color: rgb(83,188,137); }
div.DivClassName
{
background-color: #53BC89;
}
.BgClassName
{
background-color: #53BC89;
}
</style>
border-color css
<style>
span { border-color: #53BC89; }
span { border-color: rgb(83,188,137); }
td.TdClassName
{
border-color: #53BC89;
}
.TagClassName
{
border-color: #53BC89;
}
</style>