#556F5C

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

Shades of Mineral Green #556F5C

Tints of Mineral Green #556F5C

Color information

#556F5C (or 0x556F5C) is unknown color: approx Mineral Green. HEX triplet: 55, 6F and 5C. RGB value is (85,111,92). Sum of RGB (Red+Green+Blue) = 85+111+92=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 111 - color contains mainly: green. Hex color #556F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F5C is #AA90A3. Grayscale: #656565. Windows color (decimal): -11178148 or 6057813. OLE color: 6057813.

HSL color Cylindrical-coordinate representation of color #556F5C: hue angle of 136.15º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #556F5C is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB8511192-
CMYK0.2300.170.56
HSL136.15º13.27%38.43%-
HSV(B)136.15º23.42%43.53%-
XYZ11.3614.0712.24-
YUV101.06122.89116.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 111 (43.75% from 255) = 38.54%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=29.51%
G=38.54%
B=31.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85111920.2300.170.56136.1513.2738.43
Hex556F5C170113888d26
Octal12515713427021702101546
Binary10101011101111101110010111010001111000100010001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,111,92); }

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

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

 a { background-color: rgb(85,111,92); }

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

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

 span { border-color: rgb(85,111,92); }

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