Html Css Color HEX #586A5B Mineral Green

📋 copy color: '#586A5B'

red 88 ◦ green 106 ◦ blue 91

#586A5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #586A5B

Tints of Mineral Green #586A5B

RGB

 RED value IS 88 (34.77% from 255) = 30.88%

 GREEN value IS 106 (41.8% from 255) = 37.19%

 BLUE value IS 91 (35.94% from 255) = 31.93%

R = 30.88%
G = 37.19%
B = 31.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#586A5B (or 0x586A5B) is known color: Mineral Green. HEX triplet: 58, 6A and 5B. RGB value is (88,106,91). Sum of RGB (Red+Green+Blue) = 88+106+91=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 106 - color contains mainly: green. Hex color #586A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586A5B is #A795A4. Grayscale: #626262. Windows color (decimal): -10982821 or 5991000. OLE color: 5991000.

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

Color convert

RGB 88 106 91 -
CMYK 0.17 0 0.14 0.58
HSL 130º 0.09% 0.38% -
HSV(B) 130º 0.17% 0.42% -
XYZ 11.07 13.14 11.85 -
YUV 98.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 88 106 91 0.17 0 0.14 0.58 130 0.09 0.38
Hex 58 6A 5B 11 0 E 3A 82 9 26
Octal 130 152 133 21 0 16 72 202 11 46
Binary 1011000 1101010 1011011 10001 0 1110 111010 10000010 1001 100110

Color Harmonies of #586A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586A5B

Black with #586A5B

Text Example


Text Example

White with #586A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,106,91); }

 H1.HeaderClassName
 {
   color: #586A5B;
 }
 .AnyTagClassName
 {
   color: #586A5B;
 }
</style>

background-color css

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

 a { background-color: rgb(88,106,91); }

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

border-color css

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

 span { border-color: rgb(88,106,91); }

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