#556C5B

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

Shades of Mineral Green #556C5B

Tints of Mineral Green #556C5B

Color information

#556C5B (or 0x556C5B) is unknown color: approx Mineral Green. HEX triplet: 55, 6C and 5B. RGB value is (85,108,91). Sum of RGB (Red+Green+Blue) = 85+108+91=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 108 - color contains mainly: green. Hex color #556C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C5B is #AA93A4. Grayscale: #636363. Windows color (decimal): -11178917 or 5991509. OLE color: 5991509.

HSL color Cylindrical-coordinate representation of color #556C5B: hue angle of 135.65º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556C5B is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB8510891-
CMYK0.2100.160.58
HSL135.65º11.92%37.84%-
HSV(B)135.65º21.3%42.35%-
XYZ1113.4111.91-
YUV99.18123.38117.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 108 (42.58% from 255) = 38.03%
BLUE value IS 91 (35.94% from 255) = 32.04%
R=29.93%
G=38.03%
B=32.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85108910.2100.160.58135.6511.9237.84
Hex556C5B150103A88c26
Octal12515413325020722101446
Binary10101011101100101101110101010000111010100010001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,108,91); }

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

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

 a { background-color: rgb(85,108,91); }

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

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

 span { border-color: rgb(85,108,91); }

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