#59897E

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

Shades of Patina #59897E

Tints of Patina #59897E

Color information

#59897E (or 0x59897E) is unknown color: approx Patina. HEX triplet: 59, 89 and 7E. RGB value is (89,137,126). Sum of RGB (Red+Green+Blue) = 89+137+126=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #59897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59897E is #A67681. Grayscale: #797979. Windows color (decimal): -10909314 or 8292697. OLE color: 8292697.

HSL color Cylindrical-coordinate representation of color #59897E: hue angle of 166.25º 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 #59897E is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB89137126-
CMYK0.3500.080.46
HSL166.25º21.24%44.31%-
HSV(B)166.25º35.04%53.73%-
XYZ16.8321.5223.01-
YUV121.39130.6104.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.28%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=25.28%
G=38.92%
B=35.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal891371260.3500.080.46166.2521.2444.31
Hex59897E23082Ea6152c
Octal13121117643010562462554
Binary1011001100010011111110100011010001011101010011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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