#556F59

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

Shades of Mineral Green #556F59

Tints of Mineral Green #556F59

Color information

#556F59 (or 0x556F59) is unknown color: approx Mineral Green. HEX triplet: 55, 6F and 59. RGB value is (85,111,89). Sum of RGB (Red+Green+Blue) = 85+111+89=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #556F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F59 is #AA90A6. Grayscale: #646464. Windows color (decimal): -11178151 or 5861205. OLE color: 5861205.

HSL color Cylindrical-coordinate representation of color #556F59: hue angle of 129.23º 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 #556F59 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB8511189-
CMYK0.2300.200.56
HSL129.23º13.27%38.43%-
HSV(B)129.23º23.42%43.53%-
XYZ11.2314.0211.57-
YUV100.72121.39116.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 89 (35.16% from 255) = 31.23%
R=29.82%
G=38.95%
B=31.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85111890.2300.200.56129.2313.2738.43
Hex556F59170143881d26
Octal12515713127024702011546
Binary10101011101111101100110111010100111000100000011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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