#5C685D

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

Shades of Mineral Green #5C685D

Tints of Mineral Green #5C685D

Color information

#5C685D (or 0x5C685D) is unknown color: approx Mineral Green. HEX triplet: 5C, 68 and 5D. RGB value is (92,104,93). Sum of RGB (Red+Green+Blue) = 92+104+93=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 104 - color contains mainly: green. Hex color #5C685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C685D is #A397A2. Grayscale: #636363. Windows color (decimal): -10721187 or 6121564. OLE color: 6121564.

HSL color Cylindrical-coordinate representation of color #5C685D: hue angle of 125º degrees, saturation: 0.06, 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 #5C685D is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB9210493-
CMYK0.1200.110.59
HSL125º6.12%38.43%-
HSV(B)125º11.54%40.78%-
XYZ11.3412.9712.26-
YUV99.16124.52122.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.83%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 93 (36.72% from 255) = 32.18%
R=31.83%
G=35.99%
B=32.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal92104930.1200.110.591256.1238.43
Hex5C685DC0B3B7d626
Octal1341501351401373175646
Binary1011100110100010111011100010111110111111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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