#586B5D

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

Shades of Mineral Green #586B5D

Tints of Mineral Green #586B5D

Color information

#586B5D (or 0x586B5D) is unknown color: approx Mineral Green. HEX triplet: 58, 6B and 5D. RGB value is (88,107,93). Sum of RGB (Red+Green+Blue) = 88+107+93=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 107 - color contains mainly: green. Hex color #586B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B5D is #A794A2. Grayscale: #636363. Windows color (decimal): -10982563 or 6122328. OLE color: 6122328.

HSL color Cylindrical-coordinate representation of color #586B5D: hue angle of 135.79º 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 #586B5D is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB8810793-
CMYK0.1800.130.58
HSL135.79º9.74%38.24%-
HSV(B)135.79º17.76%41.96%-
XYZ11.2613.3812.35-
YUV99.72124.21119.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.56%
GREEN value IS 107 (42.19% from 255) = 37.15%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=30.56%
G=37.15%
B=32.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88107930.1800.130.58135.799.7438.24
Hex586B5D120D3A88a26
Octal13015313522015722101246
Binary1011000110101110111011001001101111010100010001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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