#556058

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

Shades of Mineral Green #556058

Tints of Mineral Green #556058

Color information

#556058 (or 0x556058) is unknown color: approx Mineral Green. HEX triplet: 55, 60 and 58. RGB value is (85,96,88). Sum of RGB (Red+Green+Blue) = 85+96+88=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 96 - color contains mainly: green. Hex color #556058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556058 is #AA9FA7. Grayscale: #5B5B5B. Windows color (decimal): -11181992 or 5791829. OLE color: 5791829.

HSL color Cylindrical-coordinate representation of color #556058: hue angle of 136.36º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #556058 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB859688-
CMYK0.1100.080.62
HSL136.36º6.08%35.49%-
HSV(B)136.36º11.46%37.65%-
XYZ9.691110.85-
YUV91.8125.86123.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.60%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 88 (34.77% from 255) = 32.71%
R=31.60%
G=35.69%
B=32.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596880.1100.080.62136.366.0835.49
Hex556058B083E88623
Octal1251401301301076210643
Binary10101011100000101100010110100011111010001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556058; }

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

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

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

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

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

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

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

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