#586B5E

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

Shades of Mineral Green #586B5E

Tints of Mineral Green #586B5E

Color information

#586B5E (or 0x586B5E) is unknown color: approx Mineral Green. HEX triplet: 58, 6B and 5E. RGB value is (88,107,94). Sum of RGB (Red+Green+Blue) = 88+107+94=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 107 - color contains mainly: green. Hex color #586B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B5E is #A794A1. Grayscale: #636363. Windows color (decimal): -10982562 or 6187864. OLE color: 6187864.

HSL color Cylindrical-coordinate representation of color #586B5E: hue angle of 138.95º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #586B5E is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB8810794-
CMYK0.1800.120.58
HSL138.95º9.74%38.24%-
HSV(B)138.95º17.76%41.96%-
XYZ11.313.412.58-
YUV99.84124.71119.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.45%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=30.45%
G=37.02%
B=32.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88107940.1800.120.58138.959.7438.24
Hex586B5E120C3A8ba26
Octal13015313622014722131246
Binary1011000110101110111101001001100111010100010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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