#575E59

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

Shades of Mineral Green #575E59

Tints of Mineral Green #575E59

Color information

#575E59 (or 0x575E59) is unknown color: approx Mineral Green. HEX triplet: 57, 5E and 59. RGB value is (87,94,89). Sum of RGB (Red+Green+Blue) = 87+94+89=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 94 - color contains mainly: green. Hex color #575E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E59 is #A8A1A6. Grayscale: #5B5B5B. Windows color (decimal): -11051431 or 5856855. OLE color: 5856855.

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

Color convert

RGB879489-
CMYK0.0700.050.63
HSL137.14º3.87%35.49%-
HSV(B)137.14º7.45%36.86%-
XYZ9.7410.7511.01-
YUV91.34126.68124.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.22%
GREEN value IS 94 (37.11% from 255) = 34.81%
BLUE value IS 89 (35.16% from 255) = 32.96%
R=32.22%
G=34.81%
B=32.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8794890.0700.050.63137.143.8735.49
Hex575E597053F89423
Octal12713613170577211443
Binary101011110111101011001111010111111110001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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