#57A588

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

Shades of Patina #57A588

Tints of Patina #57A588

Color information

#57A588 (or 0x57A588) is unknown color: approx Patina. HEX triplet: 57, A5 and 88. RGB value is (87,165,136). Sum of RGB (Red+Green+Blue) = 87+165+136=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 165 - color contains mainly: green. Hex color #57A588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A588 is #A85A77. Grayscale: #8A8A8A. Windows color (decimal): -11033208 or 8955223. OLE color: 8955223.

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

Color convert

RGB87165136-
CMYK0.4700.180.35
HSL157.69º30.95%49.41%-
HSV(B)157.69º47.27%64.71%-
XYZ21.8330.7128.07-
YUV138.37126.6691.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.42%
GREEN value IS 165 (64.84% from 255) = 42.53%
BLUE value IS 136 (53.52% from 255) = 35.05%
R=22.42%
G=42.53%
B=35.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal871651360.4700.180.35157.6930.9549.41
Hex57A5882F012239e1f31
Octal12724521057022432363761
Binary101011110100101100010001011110100101000111001111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,165,136); }

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

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

 a { background-color: rgb(87,165,136); }

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

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

 span { border-color: rgb(87,165,136); }

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