#556959

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

Shades of Mineral Green #556959

Tints of Mineral Green #556959

Color information

#556959 (or 0x556959) is unknown color: approx Mineral Green. HEX triplet: 55, 69 and 59. RGB value is (85,105,89). Sum of RGB (Red+Green+Blue) = 85+105+89=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #556959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556959 is #AA96A6. Grayscale: #616161. Windows color (decimal): -11179687 or 5859669. OLE color: 5859669.

HSL color Cylindrical-coordinate representation of color #556959: hue angle of 132º 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 #556959 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB8510589-
CMYK0.1900.150.59
HSL132º10.53%37.25%-
HSV(B)132º19.05%41.18%-
XYZ10.612.7611.35-
YUV97.2123.37119.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 89 (35.16% from 255) = 31.90%
R=30.47%
G=37.63%
B=31.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85105890.1900.150.5913210.5337.25
Hex556959130F3B84b25
Octal12515113123017732041345
Binary1010101110100110110011001101111111011100001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556959; }

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

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

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

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

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

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

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

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