#585D59

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

Shades of Mineral Green #585D59

Tints of Mineral Green #585D59

Color information

#585D59 (or 0x585D59) is unknown color: approx Mineral Green. HEX triplet: 58, 5D and 59. RGB value is (88,93,89). Sum of RGB (Red+Green+Blue) = 88+93+89=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 93 - color contains mainly: green. Hex color #585D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D59 is #A7A2A6. Grayscale: #5B5B5B. Windows color (decimal): -10986151 or 5856600. OLE color: 5856600.

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

Color convert

RGB889389-
CMYK0.0500.040.64
HSL132º2.76%35.49%-
HSV(B)132º5.38%36.47%-
XYZ9.7410.6210.99-
YUV91.05126.84125.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.59%
GREEN value IS 93 (36.72% from 255) = 34.44%
BLUE value IS 89 (35.16% from 255) = 32.96%
R=32.59%
G=34.44%
B=32.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8893890.0500.040.641322.7635.49
Hex585D595044084323
Octal130135131504100204343
Binary101100010111011011001101010010000001000010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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