#57927C

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

Shades of Patina #57927C

Tints of Patina #57927C

Color information

#57927C (or 0x57927C) is unknown color: approx Patina. HEX triplet: 57, 92 and 7C. RGB value is (87,146,124). Sum of RGB (Red+Green+Blue) = 87+146+124=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #57927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57927C is #A86D83. Grayscale: #7D7D7D. Windows color (decimal): -11038084 or 8163927. OLE color: 8163927.

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

Color convert

RGB87146124-
CMYK0.4000.150.43
HSL157.63º25.32%45.69%-
HSV(B)157.63º40.41%57.25%-
XYZ17.8524.0422.77-
YUV125.85126.95100.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.37%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=24.37%
G=40.90%
B=34.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871461240.4000.150.43157.6325.3245.69
Hex57927C280F2B9e192e
Octal12722217450017532363156
Binary1010111100100101111100101000011111010111001111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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