#5C685E

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

Shades of Mineral Green #5C685E

Tints of Mineral Green #5C685E

Color information

#5C685E (or 0x5C685E) is unknown color: approx Mineral Green. HEX triplet: 5C, 68 and 5E. RGB value is (92,104,94). Sum of RGB (Red+Green+Blue) = 92+104+94=290 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.72% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 104 - color contains mainly: green. Hex color #5C685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C685E is #A397A1. Grayscale: #636363. Windows color (decimal): -10721186 or 6187100. OLE color: 6187100.

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

Color convert

RGB9210494-
CMYK0.1200.100.59
HSL130º6.12%38.43%-
HSV(B)130º11.54%40.78%-
XYZ11.3812.9812.5-
YUV99.27125.02122.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.72%
GREEN value IS 104 (41.02% from 255) = 35.86%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=31.72%
G=35.86%
B=32.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal92104940.1200.100.591306.1238.43
Hex5C685EC0A3B82626
Octal1341501361401273202646
Binary10111001101000101111011000101011101110000010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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