#586E5D

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

Shades of Mineral Green #586E5D

Tints of Mineral Green #586E5D

Color information

#586E5D (or 0x586E5D) is unknown color: approx Mineral Green. HEX triplet: 58, 6E and 5D. RGB value is (88,110,93). Sum of RGB (Red+Green+Blue) = 88+110+93=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 110 - color contains mainly: green. Hex color #586E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586E5D is #A791A2. Grayscale: #656565. Windows color (decimal): -10981795 or 6123096. OLE color: 6123096.

HSL color Cylindrical-coordinate representation of color #586E5D: hue angle of 133.64º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #586E5D is Cyan = 0.2, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB8811093-
CMYK0.200.150.57
HSL133.64º11.11%38.82%-
HSV(B)133.64º20%43.14%-
XYZ11.5814.0212.45-
YUV101.48123.21118.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.24%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 93 (36.72% from 255) = 31.96%
R=30.24%
G=37.80%
B=31.96%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88110930.200.150.57133.6411.1138.82
Hex586E5D140F3986b27
Octal13015613524017712061347
Binary1011000110111010111011010001111111001100001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586E5D; }

 p { color: rgb(88,110,93); }

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

<style>
 a { background-color: #586E5D; }

 a { background-color: rgb(88,110,93); }

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

<style>
 span { border-color: #586E5D; }

 span { border-color: rgb(88,110,93); }

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