Html Css Color HEX #5C685E Mineral Green

📋 copy color: '#5C685E'

red 92 ◦ green 104 ◦ blue 94

#5C685E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #5C685E

Tints of Mineral Green #5C685E

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 value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#5C685E (or 0x5C685E) is known color: 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

RGB 92 104 94 -
CMYK 0.12 0 0.10 0.59
HSL 130º 0.06% 0.38% -
HSV(B) 130º 0.12% 0.41% -
XYZ 11.38 12.98 12.5 -
YUV 99.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 92 104 94 0.12 0 0.10 0.59 130 0.06 0.38
Hex 5C 68 5E C 0 A 3B 82 6 26
Octal 134 150 136 14 0 12 73 202 6 46
Binary 1011100 1101000 1011110 1100 0 1010 111011 10000010 110 100110

Color Harmonies of #5C685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C685E

Black with #5C685E

Text Example


Text Example

White with #5C685E

Text Example


Text Example

HTML Codes & Css Web 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>