Shades of Silver Tree #5FAF8D
Tints of Silver Tree #5FAF8D
RGB
CMYK
RGB Variations
Color information
#5FAF8D (or 0x5FAF8D) is known color: Silver Tree. HEX triplet: 5F, AF and 8D. RGB value is (95,175,141). Sum of RGB (Red+Green+Blue) = 95+175+141=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAF8D is #A05072. Grayscale: #939393. Windows color (decimal): -10506355 or 9285471. OLE color: 9285471.
HSL color Cylindrical-coordinate representation of color #5FAF8D: hue angle of 154.5º degrees, saturation: 0.33, 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 #5FAF8D is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 141 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.31 |
| HSL | 154.5º | 0.33% | 0.53% | - |
| HSV(B) | 154.5º | 0.46% | 0.69% | - |
| XYZ | 24.86 | 35.02 | 30.65 | - |
| YUV | 147.2 | 124.5 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 141 | 0.46 | 0 | 0.19 | 0.31 | 154.5 | 0.33 | 0.53 |
| Hex | 5F | AF | 8D | 2E | 0 | 13 | 1F | 9A | 21 | 35 |
| Octal | 137 | 257 | 215 | 56 | 0 | 23 | 37 | 232 | 41 | 65 |
| Binary | 1011111 | 10101111 | 10001101 | 101110 | 0 | 10011 | 11111 | 10011010 | 100001 | 110101 |
Color Harmonies of #5FAF8D
Complementary color
Monochromatic Colors of #5FAF8D
Black with #5FAF8D
Text Example
Text Example
White with #5FAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAF8D; }
p { color: rgb(95,175,141); }
H1.HeaderClassName
{
color: #5FAF8D;
}
.AnyTagClassName
{
color: #5FAF8D;
}
</style>
background-color css
<style>
a { background-color: #5FAF8D; }
a { background-color: rgb(95,175,141); }
div.DivClassName
{
background-color: #5FAF8D;
}
.BgClassName
{
background-color: #5FAF8D;
}
</style>
border-color css
<style>
span { border-color: #5FAF8D; }
span { border-color: rgb(95,175,141); }
td.TdClassName
{
border-color: #5FAF8D;
}
.TagClassName
{
border-color: #5FAF8D;
}
</style>