#57685E

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

Shades of Mineral Green #57685E

Tints of Mineral Green #57685E

Color information

#57685E (or 0x57685E) is unknown color: approx Mineral Green. HEX triplet: 57, 68 and 5E. RGB value is (87,104,94). Sum of RGB (Red+Green+Blue) = 87+104+94=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 104 - color contains mainly: green. Hex color #57685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57685E is #A897A1. Grayscale: #616161. Windows color (decimal): -11048866 or 6187095. OLE color: 6187095.

HSL color Cylindrical-coordinate representation of color #57685E: hue angle of 144.71º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #57685E is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB8710494-
CMYK0.1600.100.59
HSL144.71º8.9%37.45%-
HSV(B)144.71º16.35%40.78%-
XYZ10.912.7412.47-
YUV97.78125.87120.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.53%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=30.53%
G=36.49%
B=32.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87104940.1600.100.59144.718.937.45
Hex57685E100A3B91925
Octal12715013620012732211145
Binary1010111110100010111101000001010111011100100011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,104,94); }

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

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

 a { background-color: rgb(87,104,94); }

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

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

 span { border-color: rgb(87,104,94); }

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