#57A28D

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

Shades of Patina #57A28D

Tints of Patina #57A28D

Color information

#57A28D (or 0x57A28D) is unknown color: approx Patina. HEX triplet: 57, A2 and 8D. RGB value is (87,162,141). Sum of RGB (Red+Green+Blue) = 87+162+141=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 162 - color contains mainly: green. Hex color #57A28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A28D is #A85D72. Grayscale: #898989. Windows color (decimal): -11033971 or 9282135. OLE color: 9282135.

HSL color Cylindrical-coordinate representation of color #57A28D: hue angle of 163.2º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A28D is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB87162141-
CMYK0.4600.130.36
HSL163.2º30.12%48.82%-
HSV(B)163.2º46.3%63.53%-
XYZ21.6629.7929.81-
YUV137.18130.1592.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.31%
GREEN value IS 162 (63.67% from 255) = 41.54%
BLUE value IS 141 (55.47% from 255) = 36.15%
R=22.31%
G=41.54%
B=36.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal871621410.4600.130.36163.230.1248.82
Hex57A28D2E0D24a31e31
Octal12724221556015442433661
Binary10101111010001010001101101110011011001001010001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,162,141); }

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

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

 a { background-color: rgb(87,162,141); }

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

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

 span { border-color: rgb(87,162,141); }

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