#59978C

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

Shades of Patina #59978C

Tints of Patina #59978C

Color information

#59978C (or 0x59978C) is unknown color: approx Patina. HEX triplet: 59, 97 and 8C. RGB value is (89,151,140). Sum of RGB (Red+Green+Blue) = 89+151+140=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 151 - color contains mainly: green. Hex color #59978C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59978C is #A66873. Grayscale: #838383. Windows color (decimal): -10905716 or 9213785. OLE color: 9213785.

HSL color Cylindrical-coordinate representation of color #59978C: hue angle of 169.35º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59978C is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB89151140-
CMYK0.4100.070.41
HSL169.35º25.83%47.06%-
HSV(B)169.35º41.06%59.22%-
XYZ19.9226.1528.81-
YUV131.21132.9697.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.42%
GREEN value IS 151 (59.38% from 255) = 39.74%
BLUE value IS 140 (55.08% from 255) = 36.84%
R=23.42%
G=39.74%
B=36.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891511400.4100.070.41169.3525.8347.06
Hex59978C290729a91a2f
Octal1312272145107512513257
Binary1011001100101111000110010100101111010011010100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,151,140); }

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

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

 a { background-color: rgb(89,151,140); }

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

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

 span { border-color: rgb(89,151,140); }

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