Shades of Silver Tree #53B785
Tints of Silver Tree #53B785
RGB
CMYK
RGB Variations
Color information
#53B785 (or 0x53B785) is known color: Silver Tree. HEX triplet: 53, B7 and 85. RGB value is (83,183,133). Sum of RGB (Red+Green+Blue) = 83+183+133=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #53B785 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B785 is #AC487A. Grayscale: #939393. Windows color (decimal): -11290747 or 8763219. OLE color: 8763219.
HSL color Cylindrical-coordinate representation of color #53B785: hue angle of 150º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B785 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 183 | 133 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.28 |
| HSL | 150º | 0.41% | 0.52% | - |
| HSV(B) | 150º | 0.55% | 0.72% | - |
| XYZ | 24.73 | 37.4 | 28.11 | - |
| YUV | 147.4 | 119.87 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 183 | 133 | 0.55 | 0 | 0.27 | 0.28 | 150 | 0.41 | 0.52 |
| Hex | 53 | B7 | 85 | 37 | 0 | 1B | 1C | 96 | 29 | 34 |
| Octal | 123 | 267 | 205 | 67 | 0 | 33 | 34 | 226 | 51 | 64 |
| Binary | 1010011 | 10110111 | 10000101 | 110111 | 0 | 11011 | 11100 | 10010110 | 101001 | 110100 |
Color Harmonies of #53B785
Complementary color
Monochromatic Colors of #53B785
Black with #53B785
Text Example
Text Example
White with #53B785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B785; }
p { color: rgb(83,183,133); }
H1.HeaderClassName
{
color: #53B785;
}
.AnyTagClassName
{
color: #53B785;
}
</style>
background-color css
<style>
a { background-color: #53B785; }
a { background-color: rgb(83,183,133); }
div.DivClassName
{
background-color: #53B785;
}
.BgClassName
{
background-color: #53B785;
}
</style>
border-color css
<style>
span { border-color: #53B785; }
span { border-color: rgb(83,183,133); }
td.TdClassName
{
border-color: #53B785;
}
.TagClassName
{
border-color: #53B785;
}
</style>