#586E5C

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

Shades of Mineral Green #586E5C

Tints of Mineral Green #586E5C

Color information

#586E5C (or 0x586E5C) is unknown color: approx Mineral Green. HEX triplet: 58, 6E and 5C. RGB value is (88,110,92). Sum of RGB (Red+Green+Blue) = 88+110+92=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 110 - color contains mainly: green. Hex color #586E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586E5C is #A791A3. Grayscale: #656565. Windows color (decimal): -10981796 or 6057560. OLE color: 6057560.

HSL color Cylindrical-coordinate representation of color #586E5C: hue angle of 130.91º 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 #586E5C is Cyan = 0.2, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB8811092-
CMYK0.200.160.57
HSL130.91º11.11%38.82%-
HSV(B)130.91º20%43.14%-
XYZ11.531412.22-
YUV101.37122.71118.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.34%
GREEN value IS 110 (43.36% from 255) = 37.93%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=30.34%
G=37.93%
B=31.72%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88110920.200.160.57130.9111.1138.82
Hex586E5C140103983b27
Octal13015613424020712031347
Binary10110001101110101110010100010000111001100000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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