#57655C

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

Shades of Mineral Green #57655C

Tints of Mineral Green #57655C

Color information

#57655C (or 0x57655C) is unknown color: approx Mineral Green. HEX triplet: 57, 65 and 5C. RGB value is (87,101,92). Sum of RGB (Red+Green+Blue) = 87+101+92=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 101 - color contains mainly: green. Hex color #57655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57655C is #A89AA3. Grayscale: #5F5F5F. Windows color (decimal): -11049636 or 6055255. OLE color: 6055255.

HSL color Cylindrical-coordinate representation of color #57655C: hue angle of 141.43º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #57655C is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB8710192-
CMYK0.1400.090.60
HSL141.43º7.45%36.86%-
HSV(B)141.43º13.86%39.61%-
XYZ10.5212.1111.91-
YUV95.79125.86121.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.07%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=31.07%
G=36.07%
B=32.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87101920.1400.090.60141.437.4536.86
Hex57655CE093C8d725
Octal1271451341601174215745
Binary10101111100101101110011100100111110010001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,101,92); }

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

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

 a { background-color: rgb(87,101,92); }

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

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

 span { border-color: rgb(87,101,92); }

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