#57A48B

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

Shades of Patina #57A48B

Tints of Patina #57A48B

Color information

#57A48B (or 0x57A48B) is unknown color: approx Patina. HEX triplet: 57, A4 and 8B. RGB value is (87,164,139). Sum of RGB (Red+Green+Blue) = 87+164+139=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #57A48B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A48B is #A85B74. Grayscale: #8A8A8A. Windows color (decimal): -11033461 or 9151575. OLE color: 9151575.

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

Color convert

RGB87164139-
CMYK0.4700.150.36
HSL160.52º30.68%49.22%-
HSV(B)160.52º46.95%64.31%-
XYZ21.8730.4429.15-
YUV138.13128.4991.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.31%
GREEN value IS 164 (64.45% from 255) = 42.05%
BLUE value IS 139 (54.69% from 255) = 35.64%
R=22.31%
G=42.05%
B=35.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal871641390.4700.150.36160.5230.6849.22
Hex57A48B2F0F24a11f31
Octal12724421357017442413761
Binary10101111010010010001011101111011111001001010000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,164,139); }

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

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

 a { background-color: rgb(87,164,139); }

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

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

 span { border-color: rgb(87,164,139); }

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