#556958

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

Shades of Mineral Green #556958

Tints of Mineral Green #556958

Color information

#556958 (or 0x556958) is unknown color: approx Mineral Green. HEX triplet: 55, 69 and 58. RGB value is (85,105,88). Sum of RGB (Red+Green+Blue) = 85+105+88=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 105 - color contains mainly: green. Hex color #556958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556958 is #AA96A7. Grayscale: #616161. Windows color (decimal): -11179688 or 5794133. OLE color: 5794133.

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

Color convert

RGB8510588-
CMYK0.1900.160.59
HSL129º10.53%37.25%-
HSV(B)129º19.05%41.18%-
XYZ10.5612.7411.13-
YUV97.08122.87119.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 105 (41.41% from 255) = 37.77%
BLUE value IS 88 (34.77% from 255) = 31.65%
R=30.58%
G=37.77%
B=31.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85105880.1900.160.5912910.5337.25
Hex556958130103B81b25
Octal12515113023020732011345
Binary10101011101001101100010011010000111011100000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556958; }

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

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

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

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

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

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

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

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