Html Css Color HEX #586F5B Mineral Green

📋 copy color: '#586F5B'

red 88 ◦ green 111 ◦ blue 91

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

Shades of Mineral Green #586F5B

Tints of Mineral Green #586F5B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.28%

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

R = 30.34%
G = 38.28%
B = 31.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#586F5B (or 0x586F5B) is known color: Mineral Green. HEX triplet: 58, 6F and 5B. RGB value is (88,111,91). Sum of RGB (Red+Green+Blue) = 88+111+91=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 111 - color contains mainly: green. Hex color #586F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F5B is #A790A4. Grayscale: #656565. Windows color (decimal): -10981541 or 5992280. OLE color: 5992280.

HSL color Cylindrical-coordinate representation of color #586F5B: hue angle of 127.83º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #586F5B is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 111 91 -
CMYK 0.21 0 0.18 0.56
HSL 127.83º 0.12% 0.39% -
HSV(B) 127.83º 0.21% 0.44% -
XYZ 11.6 14.2 12.03 -
YUV 101.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 88 111 91 0.21 0 0.18 0.56 127.83 0.12 0.39
Hex 58 6F 5B 15 0 12 38 80 C 27
Octal 130 157 133 25 0 22 70 200 14 47
Binary 1011000 1101111 1011011 10101 0 10010 111000 10000000 1100 100111

Color Harmonies of #586F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586F5B

Black with #586F5B

Text Example


Text Example

White with #586F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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