#57A685

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

Shades of Patina #57A685

Tints of Patina #57A685

Color information

#57A685 (or 0x57A685) is unknown color: approx Patina. HEX triplet: 57, A6 and 85. RGB value is (87,166,133). Sum of RGB (Red+Green+Blue) = 87+166+133=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 166 - color contains mainly: green. Hex color #57A685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A685 is #A8597A. Grayscale: #8A8A8A. Windows color (decimal): -11032955 or 8758871. OLE color: 8758871.

HSL color Cylindrical-coordinate representation of color #57A685: hue angle of 154.94º 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 #57A685 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB87166133-
CMYK0.4800.200.35
HSL154.94º31.23%49.61%-
HSV(B)154.94º47.59%65.1%-
XYZ21.830.9927.02-
YUV138.62124.8391.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.54%
GREEN value IS 166 (65.23% from 255) = 43.01%
BLUE value IS 133 (52.34% from 255) = 34.46%
R=22.54%
G=43.01%
B=34.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal871661330.4800.200.35154.9431.2349.61
Hex57A68530014239b1f32
Octal12724620560024432333762
Binary101011110100110100001011100000101001000111001101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,166,133); }

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

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

 a { background-color: rgb(87,166,133); }

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

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

 span { border-color: rgb(87,166,133); }

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