#57917C

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

Shades of Patina #57917C

Tints of Patina #57917C

Color information

#57917C (or 0x57917C) is unknown color: approx Patina. HEX triplet: 57, 91 and 7C. RGB value is (87,145,124). Sum of RGB (Red+Green+Blue) = 87+145+124=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #57917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57917C is #A86E83. Grayscale: #7D7D7D. Windows color (decimal): -11038340 or 8163671. OLE color: 8163671.

HSL color Cylindrical-coordinate representation of color #57917C: hue angle of 158.28º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57917C is Cyan = 0.4, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB87145124-
CMYK0.400.140.43
HSL158.28º25%45.49%-
HSV(B)158.28º40%56.86%-
XYZ17.6923.7322.72-
YUV125.26127.28100.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.44%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=24.44%
G=40.73%
B=34.83%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871451240.400.140.43158.282545.49
Hex57917C280E2B9e192d
Octal12722117450016532363155
Binary1010111100100011111100101000011101010111001111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57917C; }

 p { color: rgb(87,145,124); }

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

<style>
 a { background-color: #57917C; }

 a { background-color: rgb(87,145,124); }

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

<style>
 span { border-color: #57917C; }

 span { border-color: rgb(87,145,124); }

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