#57987F

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

Shades of Patina #57987F

Tints of Patina #57987F

Color information

#57987F (or 0x57987F) is unknown color: approx Patina. HEX triplet: 57, 98 and 7F. RGB value is (87,152,127). Sum of RGB (Red+Green+Blue) = 87+152+127=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #57987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57987F is #A86780. Grayscale: #818181. Windows color (decimal): -11036545 or 8362071. OLE color: 8362071.

HSL color Cylindrical-coordinate representation of color #57987F: hue angle of 156.92º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57987F is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB87152127-
CMYK0.4300.160.40
HSL156.92º27.2%46.86%-
HSV(B)156.92º42.76%59.61%-
XYZ18.9926.0224.1-
YUV129.72126.4797.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.77%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 127 (50% from 255) = 34.70%
R=23.77%
G=41.53%
B=34.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871521270.4300.160.40156.9227.246.86
Hex57987F2B010289d1b2f
Octal12723017753020502353357
Binary10101111001100011111111010110100001010001001110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57987F; }

 p { color: rgb(87,152,127); }

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

<style>
 a { background-color: #57987F; }

 a { background-color: rgb(87,152,127); }

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

<style>
 span { border-color: #57987F; }

 span { border-color: rgb(87,152,127); }

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