#57A28B

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

Shades of Patina #57A28B

Tints of Patina #57A28B

Color information

#57A28B (or 0x57A28B) is unknown color: approx Patina. HEX triplet: 57, A2 and 8B. RGB value is (87,162,139). Sum of RGB (Red+Green+Blue) = 87+162+139=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 162 - color contains mainly: green. Hex color #57A28B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A28B is #A85D74. Grayscale: #888888. Windows color (decimal): -11033973 or 9151063. OLE color: 9151063.

HSL color Cylindrical-coordinate representation of color #57A28B: hue angle of 161.6º 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 #57A28B is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB87162139-
CMYK0.4600.140.36
HSL161.6º30.12%48.82%-
HSV(B)161.6º46.3%63.53%-
XYZ21.5129.7329.03-
YUV136.95129.1592.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.42%
GREEN value IS 162 (63.67% from 255) = 41.75%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=22.42%
G=41.75%
B=35.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal871621390.4600.140.36161.630.1248.82
Hex57A28B2E0E24a21e31
Octal12724221356016442423661
Binary10101111010001010001011101110011101001001010001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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