#585E59

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

Shades of Mineral Green #585E59

Tints of Mineral Green #585E59

Color information

#585E59 (or 0x585E59) is unknown color: approx Mineral Green. HEX triplet: 58, 5E and 59. RGB value is (88,94,89). Sum of RGB (Red+Green+Blue) = 88+94+89=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 94 - color contains mainly: green. Hex color #585E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E59 is #A7A1A6. Grayscale: #5B5B5B. Windows color (decimal): -10985895 or 5856856. OLE color: 5856856.

HSL color Cylindrical-coordinate representation of color #585E59: hue angle of 130º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #585E59 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB889489-
CMYK0.0600.050.63
HSL130º3.3%35.69%-
HSV(B)130º6.38%36.86%-
XYZ9.8310.811.02-
YUV91.64126.51125.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.47%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 89 (35.16% from 255) = 32.84%
R=32.47%
G=34.69%
B=32.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8894890.0600.050.631303.335.69
Hex585E596053F82324
Octal13013613160577202344
Binary10110001011110101100111001011111111000001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585E59; }

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

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

<style>
 a { background-color: #585E59; }

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

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

<style>
 span { border-color: #585E59; }

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

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