Shades of Silver Tree #53BC88
Tints of Silver Tree #53BC88
RGB
CMYK
RGB Variations
Color information
#53BC88 (or 0x53BC88) is known color: Silver Tree. HEX triplet: 53, BC and 88. RGB value is (83,188,136). Sum of RGB (Red+Green+Blue) = 83+188+136=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BC88 is #AC4377. Grayscale: #969696. Windows color (decimal): -11289464 or 8961107. OLE color: 8961107.
HSL color Cylindrical-coordinate representation of color #53BC88: hue angle of 150.29º 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 #53BC88 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 136 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.26 |
| HSL | 150.29º | 0.44% | 0.53% | - |
| HSV(B) | 150.29º | 0.56% | 0.74% | - |
| XYZ | 25.99 | 39.58 | 29.56 | - |
| YUV | 150.68 | 119.71 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 136 | 0.56 | 0 | 0.28 | 0.26 | 150.29 | 0.44 | 0.53 |
| Hex | 53 | BC | 88 | 38 | 0 | 1C | 1A | 96 | 2C | 35 |
| Octal | 123 | 274 | 210 | 70 | 0 | 34 | 32 | 226 | 54 | 65 |
| Binary | 1010011 | 10111100 | 10001000 | 111000 | 0 | 11100 | 11010 | 10010110 | 101100 | 110101 |
Color Harmonies of #53BC88
Complementary color
Monochromatic Colors of #53BC88
Black with #53BC88
Text Example
Text Example
White with #53BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC88; }
p { color: rgb(83,188,136); }
H1.HeaderClassName
{
color: #53BC88;
}
.AnyTagClassName
{
color: #53BC88;
}
</style>
background-color css
<style>
a { background-color: #53BC88; }
a { background-color: rgb(83,188,136); }
div.DivClassName
{
background-color: #53BC88;
}
.BgClassName
{
background-color: #53BC88;
}
</style>
border-color css
<style>
span { border-color: #53BC88; }
span { border-color: rgb(83,188,136); }
td.TdClassName
{
border-color: #53BC88;
}
.TagClassName
{
border-color: #53BC88;
}
</style>