COLOR #556E5F

HEX: #556E5F RGB: (85,110,95)

Color info

#556E5F contains red, green and blue colors in about the same proportion. Web safe color of #556E5F is #666666 (or #666).

RGB color model

#556E5F color RGB value is (85,110,95).

RGB: (85,110,95) (33%, 43%, 37%)

RGB channels and saturation

R 85 of 255 = 33%
G 110 of 255 = 43%
B 95 of 255 = 37%

85
110
95

R + G + B ~ 38%. #556E5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 110 + 95 = 290 (100%)
R 85 of 290 ~ 29.31%
G 110 of 290 ~ 37.93%
B 95 of 290 ~ 32.76'%

%29.31
%37.93
%32.76

CMYK color model

#556E5F color CMYK value is (23,0,14,57).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 56.86%
CMYK: (23,0,14,57) C23M0Y14K57 (23%,0%,14%,57%) (0.23/0.00/0.14/0.57) 

CMYK percentages

%22.73
%0
%13.64
%56.86

Codes

Color #556E5F in popluar color models

55 6E 5F
RGB 85 110 95
HSL 144° 12.82% 38.24%
HSB/HSV 144° 22.73% 43.14%
CMYK 22.73% 0.00% 13.64%
56.86%

Color #556E5F in popluar number systems.

HEX 55 6E 5F
Decimal 85 110 95
Binary 1010101 1101110 1011111
Octal 125 156 137

Shades and tints

Shades of #556E5F

#556E5F
(85,110,95)
#4E6457
(78,100,87)
#475A4F
(71,90,79)
#405047
(64,80,71)
#39463F
(57,70,63)
#323C37
(50,60,55)
#2B322F
(43,50,47)
#242827
(36,40,39)
#1D1E1F
(29,30,31)
#161417
(22,20,23)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #556E5F

#556E5F
(85,110,95)
#647B6D
(100,123,109)
#73887B
(115,136,123)
#829589
(130,149,137)
#91A297
(145,162,151)
#A0AFA5
(160,175,165)
#AFBCB3
(175,188,179)
#BEC9C1
(190,201,193)
#CDD6CF
(205,214,207)
#DCE3DD
(220,227,221)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556E5F color. Also use rgb(85,110,95) instead hex code.

Text Font Color

.myTextColor { color: #556E5F; }

<p style="color:#556E5F">This sample text font color is #556E5F.</p>

This text font color is #556E5F.

Background Color

.myBgColor { background-color: #556E5F; }

<div style="background-color:#556E5F">Inner text</div>

This div background color is #556E5F.

Border color

.myBorderColor { border: 1px solid #556E5F; }

<div style="border:3px solid #556E5F">Div</div>

This div border color is #556E5F.

Opacity

.myOpacity80 { color: #556E5F; opacity: 0.8; }

<p style="color:#556E5F;opacity:0.8;">80%</p>

Text with #556E5F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #556E5F;}

<p style="text-shadow: 3px 3px 1px #556E5F">Text here.</p>

This text has shadow with #556E5F color.


.textShadow {text-shadow: 3px 3px 1px #556E5F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #556E5F, 5px 5px 20px red">Text here.</p>

This text has shadow with #556E5F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#556E5F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#556E5F, Direction=45, Strength=4)">Text</p>

This text has shadow with #556E5F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #556E5F;
-webkit-box-shadow: 1px 1px 3px 2px #556E5F;
box-shadow: 1px 1px 3px 2px #556E5F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #556E5F; -webkit-box-shadow: 1px 1px 3px 2px #556E5F; box-shadow:1px 1px 3px 2px #556E5F;">
Div content here
</div>

This div box has shadow with color #556E5F.

Preview

Color preview on black background

This text has color #556E5F on black background.


Color preview on white background

This text has color #556E5F on white background.


Black color preview on #556E5F background

This text has black color on #556E5F background.


White color preview on #556E5F background

This text has white color on #556E5F background.


Related colors

Complementary color

Complementary color for #hex is #AA91A0.


I love getcolorcode.com

Triadic colors

1 #5F556E and #6E5F55 with #556E5F are triadic colors.

2 #5F6E55 and #6E555F with #556E5F are triadic colors.