Shades of Silver Tree #5FAF8A
Tints of Silver Tree #5FAF8A
RGB
CMYK
RGB Variations
Color information
#5FAF8A (or 0x5FAF8A) is known color: Silver Tree. HEX triplet: 5F, AF and 8A. RGB value is (95,175,138). Sum of RGB (Red+Green+Blue) = 95+175+138=408 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.28% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAF8A is #A05075. Grayscale: #929292. Windows color (decimal): -10506358 or 9088863. OLE color: 9088863.
HSL color Cylindrical-coordinate representation of color #5FAF8A: hue angle of 152.25º 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 #5FAF8A is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 138 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.31 |
| HSL | 152.25º | 0.33% | 0.53% | - |
| HSV(B) | 152.25º | 0.46% | 0.69% | - |
| XYZ | 24.64 | 34.93 | 29.49 | - |
| YUV | 146.86 | 123 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 138 | 0.46 | 0 | 0.21 | 0.31 | 152.25 | 0.33 | 0.53 |
| Hex | 5F | AF | 8A | 2E | 0 | 15 | 1F | 98 | 21 | 35 |
| Octal | 137 | 257 | 212 | 56 | 0 | 25 | 37 | 230 | 41 | 65 |
| Binary | 1011111 | 10101111 | 10001010 | 101110 | 0 | 10101 | 11111 | 10011000 | 100001 | 110101 |
Color Harmonies of #5FAF8A
Complementary color
Monochromatic Colors of #5FAF8A
Black with #5FAF8A
Text Example
Text Example
White with #5FAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAF8A; }
p { color: rgb(95,175,138); }
H1.HeaderClassName
{
color: #5FAF8A;
}
.AnyTagClassName
{
color: #5FAF8A;
}
</style>
background-color css
<style>
a { background-color: #5FAF8A; }
a { background-color: rgb(95,175,138); }
div.DivClassName
{
background-color: #5FAF8A;
}
.BgClassName
{
background-color: #5FAF8A;
}
</style>
border-color css
<style>
span { border-color: #5FAF8A; }
span { border-color: rgb(95,175,138); }
td.TdClassName
{
border-color: #5FAF8A;
}
.TagClassName
{
border-color: #5FAF8A;
}
</style>