#57655B

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

Shades of Mineral Green #57655B

Tints of Mineral Green #57655B

Color information

#57655B (or 0x57655B) is unknown color: approx Mineral Green. HEX triplet: 57, 65 and 5B. RGB value is (87,101,91). Sum of RGB (Red+Green+Blue) = 87+101+91=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 101 - color contains mainly: green. Hex color #57655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57655B is #A89AA4. Grayscale: #5F5F5F. Windows color (decimal): -11049637 or 5989719. OLE color: 5989719.

HSL color Cylindrical-coordinate representation of color #57655B: hue angle of 137.14º 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 #57655B is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB8710191-
CMYK0.1400.100.60
HSL137.14º7.45%36.86%-
HSV(B)137.14º13.86%39.61%-
XYZ10.4712.0911.68-
YUV95.67125.36121.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=31.18%
G=36.20%
B=32.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87101910.1400.100.60137.147.4536.86
Hex57655BE0A3C89725
Octal1271451331601274211745
Binary10101111100101101101111100101011110010001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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