#556A5C

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

Shades of Mineral Green #556A5C

Tints of Mineral Green #556A5C

Color information

#556A5C (or 0x556A5C) is unknown color: approx Mineral Green. HEX triplet: 55, 6A and 5C. RGB value is (85,106,92). Sum of RGB (Red+Green+Blue) = 85+106+92=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 106 - color contains mainly: green. Hex color #556A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556A5C is #AA95A3. Grayscale: #626262. Windows color (decimal): -11179428 or 6056533. OLE color: 6056533.

HSL color Cylindrical-coordinate representation of color #556A5C: hue angle of 140º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #556A5C is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB8510692-
CMYK0.2000.130.58
HSL140º10.99%37.45%-
HSV(B)140º19.81%41.57%-
XYZ10.8313.0112.07-
YUV98.12124.54118.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 106 (41.80% from 255) = 37.46%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=30.04%
G=37.46%
B=32.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85106920.2000.130.5814010.9937.45
Hex556A5C140D3A8cb25
Octal12515213424015722141345
Binary1010101110101010111001010001101111010100011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556A5C; }

 p { color: rgb(85,106,92); }

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

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

 a { background-color: rgb(85,106,92); }

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

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

 span { border-color: rgb(85,106,92); }

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