#57937E

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

Shades of Patina #57937E

Tints of Patina #57937E

Color information

#57937E (or 0x57937E) is unknown color: approx Patina. HEX triplet: 57, 93 and 7E. RGB value is (87,147,126). Sum of RGB (Red+Green+Blue) = 87+147+126=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #57937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57937E is #A86C81. Grayscale: #7E7E7E. Windows color (decimal): -11037826 or 8295255. OLE color: 8295255.

HSL color Cylindrical-coordinate representation of color #57937E: hue angle of 159º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57937E is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB87147126-
CMYK0.4100.140.42
HSL159º25.64%45.88%-
HSV(B)159º40.82%57.65%-
XYZ18.1324.423.49-
YUV126.67127.6299.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.17%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 126 (49.61% from 255) = 35%
R=24.17%
G=40.83%
B=35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871471260.4100.140.4215925.6445.88
Hex57937E290E2A9f1a2e
Octal12722317651016522373256
Binary1010111100100111111110101001011101010101001111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57937E; }

 p { color: rgb(87,147,126); }

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

<style>
 a { background-color: #57937E; }

 a { background-color: rgb(87,147,126); }

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

<style>
 span { border-color: #57937E; }

 span { border-color: rgb(87,147,126); }

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