#59987C

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

Shades of Patina #59987C

Tints of Patina #59987C

Color information

#59987C (or 0x59987C) is unknown color: approx Patina. HEX triplet: 59, 98 and 7C. RGB value is (89,152,124). Sum of RGB (Red+Green+Blue) = 89+152+124=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #59987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59987C is #A66783. Grayscale: #828282. Windows color (decimal): -10905476 or 8165465. OLE color: 8165465.

HSL color Cylindrical-coordinate representation of color #59987C: hue angle of 153.33º 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 #59987C is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB89152124-
CMYK0.4100.180.40
HSL153.33º26.14%47.25%-
HSV(B)153.33º41.45%59.61%-
XYZ18.9926.0423.09-
YUV129.97124.6398.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.38%
GREEN value IS 152 (59.77% from 255) = 41.64%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=24.38%
G=41.64%
B=33.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891521240.4100.180.40153.3326.1447.25
Hex59987C2901228991a2f
Octal13123017451022502313257
Binary10110011001100011111001010010100101010001001100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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