#57665B

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

Shades of Mineral Green #57665B

Tints of Mineral Green #57665B

Color information

#57665B (or 0x57665B) is unknown color: approx Mineral Green. HEX triplet: 57, 66 and 5B. RGB value is (87,102,91). Sum of RGB (Red+Green+Blue) = 87+102+91=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 102 - color contains mainly: green. Hex color #57665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57665B is #A899A4. Grayscale: #606060. Windows color (decimal): -11049381 or 5989975. OLE color: 5989975.

HSL color Cylindrical-coordinate representation of color #57665B: hue angle of 136º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #57665B is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB8710291-
CMYK0.1500.110.6
HSL136º7.94%37.06%-
HSV(B)136º14.71%40%-
XYZ10.5712.2811.71-
YUV96.26125.03121.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.07%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=31.07%
G=36.43%
B=32.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal87102910.1500.110.61367.9437.06
Hex57665BF0B3C88825
Octal12714613317013742101045
Binary101011111001101011011111101011111100100010001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57665B; }

 p { color: rgb(87,102,91); }

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

<style>
 a { background-color: #57665B; }

 a { background-color: rgb(87,102,91); }

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

<style>
 span { border-color: #57665B; }

 span { border-color: rgb(87,102,91); }

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