#57A787

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

Shades of Patina #57A787

Tints of Patina #57A787

Color information

#57A787 (or 0x57A787) is unknown color: approx Patina. HEX triplet: 57, A7 and 87. RGB value is (87,167,135). Sum of RGB (Red+Green+Blue) = 87+167+135=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 167 - color contains mainly: green. Hex color #57A787 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A787 is #A85878. Grayscale: #8B8B8B. Windows color (decimal): -11032697 or 8890199. OLE color: 8890199.

HSL color Cylindrical-coordinate representation of color #57A787: hue angle of 156º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A787 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB87167135-
CMYK0.4800.190.35
HSL156º31.5%49.8%-
HSV(B)156º47.9%65.49%-
XYZ22.1231.4127.82-
YUV139.43125.590.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.37%
GREEN value IS 167 (65.62% from 255) = 42.93%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=22.37%
G=42.93%
B=34.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal871671350.4800.190.3515631.549.8
Hex57A78730013239c1f32
Octal12724720760023432343762
Binary101011110100111100001111100000100111000111001110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57A787; }

 p { color: rgb(87,167,135); }

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

<style>
 a { background-color: #57A787; }

 a { background-color: rgb(87,167,135); }

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

<style>
 span { border-color: #57A787; }

 span { border-color: rgb(87,167,135); }

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