#5B685C

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

Shades of Mineral Green #5B685C

Tints of Mineral Green #5B685C

Color information

#5B685C (or 0x5B685C) is unknown color: approx Mineral Green. HEX triplet: 5B, 68 and 5C. RGB value is (91,104,92). Sum of RGB (Red+Green+Blue) = 91+104+92=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 104 - color contains mainly: green. Hex color #5B685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B685C is #A497A3. Grayscale: #626262. Windows color (decimal): -10786724 or 6056027. OLE color: 6056027.

HSL color Cylindrical-coordinate representation of color #5B685C: hue angle of 124.62º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B685C is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB9110492-
CMYK0.1200.120.59
HSL124.62º6.67%38.24%-
HSV(B)124.62º12.5%40.78%-
XYZ11.212.912.02-
YUV98.74124.19122.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.71%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=31.71%
G=36.24%
B=32.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal91104920.1200.120.59124.626.6738.24
Hex5B685CC0C3B7d726
Octal1331501341401473175746
Binary1011011110100010111001100011001110111111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B685C; }

 p { color: rgb(91,104,92); }

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

<style>
 a { background-color: #5B685C; }

 a { background-color: rgb(91,104,92); }

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

<style>
 span { border-color: #5B685C; }

 span { border-color: rgb(91,104,92); }

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