#556F5B

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

Shades of Mineral Green #556F5B

Tints of Mineral Green #556F5B

Color information

#556F5B (or 0x556F5B) is unknown color: approx Mineral Green. HEX triplet: 55, 6F and 5B. RGB value is (85,111,91). Sum of RGB (Red+Green+Blue) = 85+111+91=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 111 - color contains mainly: green. Hex color #556F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F5B is #AA90A4. Grayscale: #656565. Windows color (decimal): -11178149 or 5992277. OLE color: 5992277.

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

Color convert

RGB8511191-
CMYK0.2300.180.56
HSL133.85º13.27%38.43%-
HSV(B)133.85º23.42%43.53%-
XYZ11.3214.0612.01-
YUV100.95122.39116.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 111 (43.75% from 255) = 38.68%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=29.62%
G=38.68%
B=31.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85111910.2300.180.56133.8513.2738.43
Hex556F5B170123886d26
Octal12515713327022702061546
Binary10101011101111101101110111010010111000100001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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