#556D5A

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

Shades of Mineral Green #556D5A

Tints of Mineral Green #556D5A

Color information

#556D5A (or 0x556D5A) is unknown color: approx Mineral Green. HEX triplet: 55, 6D and 5A. RGB value is (85,109,90). Sum of RGB (Red+Green+Blue) = 85+109+90=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 109 - color contains mainly: green. Hex color #556D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556D5A is #AA92A5. Grayscale: #636363. Windows color (decimal): -11178662 or 5926229. OLE color: 5926229.

HSL color Cylindrical-coordinate representation of color #556D5A: hue angle of 132.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #556D5A is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB8510990-
CMYK0.2200.170.57
HSL132.5º12.37%38.04%-
HSV(B)132.5º22.02%42.75%-
XYZ11.0613.6111.72-
YUV99.66122.55117.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 109 (42.97% from 255) = 38.38%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=29.93%
G=38.38%
B=31.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85109900.2200.170.57132.512.3738.04
Hex556D5A160113984c26
Octal12515513226021712041446
Binary10101011101101101101010110010001111001100001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,109,90); }

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

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

 a { background-color: rgb(85,109,90); }

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

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

 span { border-color: rgb(85,109,90); }

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