#57957E

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

Shades of Patina #57957E

Tints of Patina #57957E

Color information

#57957E (or 0x57957E) is unknown color: approx Patina. HEX triplet: 57, 95 and 7E. RGB value is (87,149,126). Sum of RGB (Red+Green+Blue) = 87+149+126=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #57957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57957E is #A86A81. Grayscale: #7F7F7F. Windows color (decimal): -11037314 or 8295767. OLE color: 8295767.

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

Color convert

RGB87149126-
CMYK0.4200.150.42
HSL157.74º26.27%46.27%-
HSV(B)157.74º41.61%58.43%-
XYZ18.4425.0323.6-
YUV127.84126.9698.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.03%
GREEN value IS 149 (58.59% from 255) = 41.16%
BLUE value IS 126 (49.61% from 255) = 34.81%
R=24.03%
G=41.16%
B=34.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871491260.4200.150.42157.7426.2746.27
Hex57957E2A0F2A9e1a2e
Octal12722517652017522363256
Binary1010111100101011111110101010011111010101001111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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