#586D5E

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

Shades of Mineral Green #586D5E

Tints of Mineral Green #586D5E

Color information

#586D5E (or 0x586D5E) is unknown color: approx Mineral Green. HEX triplet: 58, 6D and 5E. RGB value is (88,109,94). Sum of RGB (Red+Green+Blue) = 88+109+94=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 109 - color contains mainly: green. Hex color #586D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586D5E is #A792A1. Grayscale: #656565. Windows color (decimal): -10982050 or 6188376. OLE color: 6188376.

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

Color convert

RGB8810994-
CMYK0.1900.140.57
HSL137.14º10.66%38.63%-
HSV(B)137.14º19.27%42.75%-
XYZ11.5113.8212.65-
YUV101.01124.04118.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.24%
GREEN value IS 109 (42.97% from 255) = 37.46%
BLUE value IS 94 (37.11% from 255) = 32.30%
R=30.24%
G=37.46%
B=32.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88109940.1900.140.57137.1410.6638.63
Hex586D5E130E3989b27
Octal13015513623016712111347
Binary1011000110110110111101001101110111001100010011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,109,94); }

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

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

 a { background-color: rgb(88,109,94); }

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

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

 span { border-color: rgb(88,109,94); }

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