#586A5A

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

Shades of Mineral Green #586A5A

Tints of Mineral Green #586A5A

Color information

#586A5A (or 0x586A5A) is unknown color: approx Mineral Green. HEX triplet: 58, 6A and 5A. RGB value is (88,106,90). Sum of RGB (Red+Green+Blue) = 88+106+90=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 106 - color contains mainly: green. Hex color #586A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586A5A is #A795A5. Grayscale: #626262. Windows color (decimal): -10982822 or 5925464. OLE color: 5925464.

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

Color convert

RGB8810690-
CMYK0.1700.150.58
HSL126.67º9.28%38.04%-
HSV(B)126.67º16.98%41.57%-
XYZ11.0213.1211.62-
YUV98.79123.04120.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.99%
GREEN value IS 106 (41.80% from 255) = 37.32%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=30.99%
G=37.32%
B=31.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88106900.1700.150.58126.679.2838.04
Hex586A5A110F3A7f926
Octal13015213221017721771146
Binary101100011010101011010100010111111101011111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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