#556957

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

Shades of Mineral Green #556957

Tints of Mineral Green #556957

Color information

#556957 (or 0x556957) is unknown color: approx Mineral Green. HEX triplet: 55, 69 and 57. RGB value is (85,105,87). Sum of RGB (Red+Green+Blue) = 85+105+87=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #556957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556957 is #AA96A8. Grayscale: #616161. Windows color (decimal): -11179689 or 5728597. OLE color: 5728597.

HSL color Cylindrical-coordinate representation of color #556957: hue angle of 126º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #556957 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB8510587-
CMYK0.1900.170.59
HSL126º10.53%37.25%-
HSV(B)126º19.05%41.18%-
XYZ10.5212.7210.92-
YUV96.97122.37119.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 105 (41.41% from 255) = 37.91%
BLUE value IS 87 (34.38% from 255) = 31.41%
R=30.69%
G=37.91%
B=31.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85105870.1900.170.5912610.5337.25
Hex556957130113B7eb25
Octal12515112723021731761345
Binary1010101110100110101111001101000111101111111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556957; }

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

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

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

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

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

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

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

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