#5FAA89

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

Shades of Silver Tree #5FAA89

Tints of Silver Tree #5FAA89

Color information

#5FAA89 (or 0x5FAA89) is unknown color: approx Silver Tree. HEX triplet: 5F, AA and 89. RGB value is (95,170,137). Sum of RGB (Red+Green+Blue) = 95+170+137=402 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.63% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAA89 is #A05576. Grayscale: #8F8F8F. Windows color (decimal): -10507639 or 9022047. OLE color: 9022047.

HSL color Cylindrical-coordinate representation of color #5FAA89: hue angle of 153.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FAA89 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB95170137-
CMYK0.4400.190.33
HSL153.6º30.61%51.96%-
HSV(B)153.6º44.12%66.67%-
XYZ23.6132.9928.79-
YUV143.81124.1593.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.63%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 137 (53.91% from 255) = 34.08%
R=23.63%
G=42.29%
B=34.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951701370.4400.190.33153.630.6151.96
Hex5FAA892C013219a1f34
Octal13725221154023412323764
Binary101111110101010100010011011000100111000011001101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,170,137); }

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

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

 a { background-color: rgb(95,170,137); }

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

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

 span { border-color: rgb(95,170,137); }

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