#59987F

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

Shades of Patina #59987F

Tints of Patina #59987F

Color information

#59987F (or 0x59987F) is unknown color: approx Patina. HEX triplet: 59, 98 and 7F. RGB value is (89,152,127). Sum of RGB (Red+Green+Blue) = 89+152+127=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #59987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59987F is #A66780. Grayscale: #828282. Windows color (decimal): -10905473 or 8362073. OLE color: 8362073.

HSL color Cylindrical-coordinate representation of color #59987F: hue angle of 156.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59987F is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB89152127-
CMYK0.4100.160.40
HSL156.19º26.14%47.25%-
HSV(B)156.19º41.45%59.61%-
XYZ19.1826.1124.11-
YUV130.31126.1398.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.18%
GREEN value IS 152 (59.77% from 255) = 41.30%
BLUE value IS 127 (50% from 255) = 34.51%
R=24.18%
G=41.30%
B=34.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891521270.4100.160.40156.1926.1447.25
Hex59987F29010289c1a2f
Octal13123017751020502343257
Binary10110011001100011111111010010100001010001001110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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