#5B685E

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

Shades of Mineral Green #5B685E

Tints of Mineral Green #5B685E

Color information

#5B685E (or 0x5B685E) is unknown color: approx Mineral Green. HEX triplet: 5B, 68 and 5E. RGB value is (91,104,94). Sum of RGB (Red+Green+Blue) = 91+104+94=289 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.49% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 104 - color contains mainly: green. Hex color #5B685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B685E is #A497A1. Grayscale: #636363. Windows color (decimal): -10786722 or 6187099. OLE color: 6187099.

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

Color convert

RGB9110494-
CMYK0.1200.100.59
HSL133.85º6.67%38.24%-
HSV(B)133.85º12.5%40.78%-
XYZ11.2912.9312.49-
YUV98.97125.19122.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.49%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=31.49%
G=35.99%
B=32.53%

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
Decimal91104940.1200.100.59133.856.6738.24
Hex5B685EC0A3B86726
Octal1331501361401273206746
Binary10110111101000101111011000101011101110000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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