Shades of Silver Tree #5BAF85
Tints of Silver Tree #5BAF85
RGB
CMYK
RGB Variations
Color information
#5BAF85 (or 0x5BAF85) is known color: Silver Tree. HEX triplet: 5B, AF and 85. RGB value is (91,175,133). Sum of RGB (Red+Green+Blue) = 91+175+133=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAF85 is #A4507A. Grayscale: #919191. Windows color (decimal): -10768507 or 8761179. OLE color: 8761179.
HSL color Cylindrical-coordinate representation of color #5BAF85: hue angle of 150º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAF85 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 133 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.31 |
| HSL | 150º | 0.34% | 0.52% | - |
| HSV(B) | 150º | 0.48% | 0.69% | - |
| XYZ | 23.88 | 34.58 | 27.61 | - |
| YUV | 145.1 | 121.17 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 133 | 0.48 | 0 | 0.24 | 0.31 | 150 | 0.34 | 0.52 |
| Hex | 5B | AF | 85 | 30 | 0 | 18 | 1F | 96 | 22 | 34 |
| Octal | 133 | 257 | 205 | 60 | 0 | 30 | 37 | 226 | 42 | 64 |
| Binary | 1011011 | 10101111 | 10000101 | 110000 | 0 | 11000 | 11111 | 10010110 | 100010 | 110100 |
Color Harmonies of #5BAF85
Complementary color
Monochromatic Colors of #5BAF85
Black with #5BAF85
Text Example
Text Example
White with #5BAF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF85; }
p { color: rgb(91,175,133); }
H1.HeaderClassName
{
color: #5BAF85;
}
.AnyTagClassName
{
color: #5BAF85;
}
</style>
background-color css
<style>
a { background-color: #5BAF85; }
a { background-color: rgb(91,175,133); }
div.DivClassName
{
background-color: #5BAF85;
}
.BgClassName
{
background-color: #5BAF85;
}
</style>
border-color css
<style>
span { border-color: #5BAF85; }
span { border-color: rgb(91,175,133); }
td.TdClassName
{
border-color: #5BAF85;
}
.TagClassName
{
border-color: #5BAF85;
}
</style>