#556557

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

Shades of Mineral Green #556557

Tints of Mineral Green #556557

Color information

#556557 (or 0x556557) is unknown color: approx Mineral Green. HEX triplet: 55, 65 and 57. RGB value is (85,101,87). Sum of RGB (Red+Green+Blue) = 85+101+87=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #556557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556557 is #AA9AA8. Grayscale: #5E5E5E. Windows color (decimal): -11180713 or 5727573. OLE color: 5727573.

HSL color Cylindrical-coordinate representation of color #556557: hue angle of 127.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #556557 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB8510187-
CMYK0.1600.140.60
HSL127.5º8.6%36.47%-
HSV(B)127.5º15.84%39.61%-
XYZ10.1211.9310.79-
YUV94.62123.7121.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 87 (34.38% from 255) = 31.87%
R=31.14%
G=37.00%
B=31.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85101870.1600.140.60127.58.636.47
Hex556557100E3C7f924
Octal12514512720016741771144
Binary101010111001011010111100000111011110011111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556557; }

 p { color: rgb(85,101,87); }

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

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

 a { background-color: rgb(85,101,87); }

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

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

 span { border-color: rgb(85,101,87); }

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