#556357

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

Shades of Mineral Green #556357

Tints of Mineral Green #556357

Color information

#556357 (or 0x556357) is unknown color: approx Mineral Green. HEX triplet: 55, 63 and 57. RGB value is (85,99,87). Sum of RGB (Red+Green+Blue) = 85+99+87=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 99 - color contains mainly: green. Hex color #556357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556357 is #AA9CA8. Grayscale: #5D5D5D. Windows color (decimal): -11181225 or 5727061. OLE color: 5727061.

HSL color Cylindrical-coordinate representation of color #556357: hue angle of 128.57º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #556357 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB859987-
CMYK0.1400.120.61
HSL128.57º7.61%36.08%-
HSV(B)128.57º14.14%38.82%-
XYZ9.9311.5410.72-
YUV93.45124.36121.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 99 (39.06% from 255) = 36.53%
BLUE value IS 87 (34.38% from 255) = 32.10%
R=31.37%
G=36.53%
B=32.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599870.1400.120.61128.577.6136.08
Hex556357E0C3D81824
Octal12514312716014752011044
Binary101010111000111010111111001100111101100000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556357; }

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

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

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

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

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

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

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

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