Shades of Silver Tree #5FB089
Tints of Silver Tree #5FB089
RGB
CMYK
RGB Variations
Color information
#5FB089 (or 0x5FB089) is known color: Silver Tree. HEX triplet: 5F, B0 and 89. RGB value is (95,176,137). Sum of RGB (Red+Green+Blue) = 95+176+137=408 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.28% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB089 is #A04F76. Grayscale: #939393. Windows color (decimal): -10506103 or 9023583. OLE color: 9023583.
HSL color Cylindrical-coordinate representation of color #5FB089: hue angle of 151.11º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FB089 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 176 | 137 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.31 |
| HSL | 151.11º | 0.34% | 0.53% | - |
| HSV(B) | 151.11º | 0.46% | 0.69% | - |
| XYZ | 24.76 | 35.29 | 29.17 | - |
| YUV | 147.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 176 | 137 | 0.46 | 0 | 0.22 | 0.31 | 151.11 | 0.34 | 0.53 |
| Hex | 5F | B0 | 89 | 2E | 0 | 16 | 1F | 97 | 22 | 35 |
| Octal | 137 | 260 | 211 | 56 | 0 | 26 | 37 | 227 | 42 | 65 |
| Binary | 1011111 | 10110000 | 10001001 | 101110 | 0 | 10110 | 11111 | 10010111 | 100010 | 110101 |
Color Harmonies of #5FB089
Complementary color
Monochromatic Colors of #5FB089
Black with #5FB089
Text Example
Text Example
White with #5FB089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB089; }
p { color: rgb(95,176,137); }
H1.HeaderClassName
{
color: #5FB089;
}
.AnyTagClassName
{
color: #5FB089;
}
</style>
background-color css
<style>
a { background-color: #5FB089; }
a { background-color: rgb(95,176,137); }
div.DivClassName
{
background-color: #5FB089;
}
.BgClassName
{
background-color: #5FB089;
}
</style>
border-color css
<style>
span { border-color: #5FB089; }
span { border-color: rgb(95,176,137); }
td.TdClassName
{
border-color: #5FB089;
}
.TagClassName
{
border-color: #5FB089;
}
</style>