#579C80

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

Shades of Patina #579C80

Tints of Patina #579C80

Color information

#579C80 (or 0x579C80) is unknown color: approx Patina. HEX triplet: 57, 9C and 80. RGB value is (87,156,128). Sum of RGB (Red+Green+Blue) = 87+156+128=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #579C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579C80 is #A8637F. Grayscale: #848484. Windows color (decimal): -11035520 or 8428631. OLE color: 8428631.

HSL color Cylindrical-coordinate representation of color #579C80: hue angle of 155.65º 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 #579C80 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB87156128-
CMYK0.4400.180.39
HSL155.65º28.4%47.65%-
HSV(B)155.65º44.23%61.18%-
XYZ19.7227.3624.66-
YUV132.18125.6495.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.45%
GREEN value IS 156 (61.33% from 255) = 42.05%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=23.45%
G=42.05%
B=34.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871561280.4400.180.39155.6528.447.65
Hex579C802C012279c1c30
Octal12723420054022472343460
Binary101011110011100100000001011000100101001111001110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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