#5FAF86

Color #5FAF86 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #5FAF86

Tints of Silver Tree #5FAF86

Color information

#5FAF86 (or 0x5FAF86) is unknown color: approx Silver Tree. HEX triplet: 5F, AF and 86. RGB value is (95,175,134). Sum of RGB (Red+Green+Blue) = 95+175+134=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAF86 is #A05079. Grayscale: #929292. Windows color (decimal): -10506362 or 8826719. OLE color: 8826719.

HSL color Cylindrical-coordinate representation of color #5FAF86: hue angle of 149.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 #5FAF86 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB95175134-
CMYK0.4600.230.31
HSL149.25º33.33%52.94%-
HSV(B)149.25º45.71%68.63%-
XYZ24.3534.8127.99-
YUV146.4112191.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 23.51%
GREEN value IS 175 (68.75% from 255) = 43.32%
BLUE value IS 134 (52.73% from 255) = 33.17%
R=23.51%
G=43.32%
B=33.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951751340.4600.230.31149.2533.3352.94
Hex5FAF862E0171F952135
Octal13725720656027372254165
Binary101111110101111100001101011100101111111110010101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FAF86; }

 p { color: rgb(95,175,134); }

 H1.HeaderClassName
 {
   color: #5FAF86;
 }
 .AnyTagClassName
 {
   color: #5FAF86;
 }
</style>
background-color css

<style>
 a { background-color: #5FAF86; }

 a { background-color: rgb(95,175,134); }

 div.DivClassName
 {
   background-color: #5FAF86;
 }
 .BgClassName
 {
   background-color: #5FAF86;
 }
</style>
border-color css

<style>
 span { border-color: #5FAF86; }

 span { border-color: rgb(95,175,134); }

 td.TdClassName
 {
   border-color: #5FAF86;
 }
 .TagClassName
 {
   border-color: #5FAF86;
 }
</style>