#59897F

Color #59897F Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #59897F

Tints of Patina #59897F

Color information

#59897F (or 0x59897F) is unknown color: approx Patina. HEX triplet: 59, 89 and 7F. RGB value is (89,137,127). Sum of RGB (Red+Green+Blue) = 89+137+127=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 137 - color contains mainly: green. Hex color #59897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59897F is #A67680. Grayscale: #797979. Windows color (decimal): -10909313 or 8358233. OLE color: 8358233.

HSL color Cylindrical-coordinate representation of color #59897F: hue angle of 167.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #59897F is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB89137127-
CMYK0.3500.070.46
HSL167.5º21.24%44.31%-
HSV(B)167.5º35.04%53.73%-
XYZ16.921.5523.35-
YUV121.51131.1104.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.21%
GREEN value IS 137 (53.91% from 255) = 38.81%
BLUE value IS 127 (50% from 255) = 35.98%
R=25.21%
G=38.81%
B=35.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal891371270.3500.070.46167.521.2444.31
Hex59897F23072Ea8152c
Octal1312111774307562502554
Binary101100110001001111111110001101111011101010100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59897F; }

 p { color: rgb(89,137,127); }

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

<style>
 a { background-color: #59897F; }

 a { background-color: rgb(89,137,127); }

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

<style>
 span { border-color: #59897F; }

 span { border-color: rgb(89,137,127); }

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