#579C7C

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

Shades of Patina #579C7C

Tints of Patina #579C7C

Color information

#579C7C (or 0x579C7C) is unknown color: approx Patina. HEX triplet: 57, 9C and 7C. RGB value is (87,156,124). Sum of RGB (Red+Green+Blue) = 87+156+124=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 156 - color contains mainly: green. Hex color #579C7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579C7C is #A86383. Grayscale: #838383. Windows color (decimal): -11035524 or 8166487. OLE color: 8166487.

HSL color Cylindrical-coordinate representation of color #579C7C: hue angle of 152.17º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #579C7C is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB87156124-
CMYK0.4400.210.39
HSL152.17º28.4%47.65%-
HSV(B)152.17º44.23%61.18%-
XYZ19.4627.2623.3-
YUV131.72123.6496.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.71%
GREEN value IS 156 (61.33% from 255) = 42.51%
BLUE value IS 124 (48.83% from 255) = 33.79%
R=23.71%
G=42.51%
B=33.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871561240.4400.210.39152.1728.447.65
Hex579C7C2C01527981c30
Octal12723417454025472303460
Binary10101111001110011111001011000101011001111001100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579C7C; }

 p { color: rgb(87,156,124); }

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

<style>
 a { background-color: #579C7C; }

 a { background-color: rgb(87,156,124); }

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

<style>
 span { border-color: #579C7C; }

 span { border-color: rgb(87,156,124); }

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