COLOR #556B7F

HEX: #556B7F RGB: (85,107,127)

Color info

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

RGB color model

#556B7F color RGB value is (85,107,127).

RGB: (85,107,127) (33%, 42%, 50%)

RGB channels and saturation

R 85 of 255 = 33%
G 107 of 255 = 42%
B 127 of 255 = 50%

85
107
127

R + G + B ~ 42%. #556B7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 107 + 127 = 319 (100%)
R 85 of 319 ~ 26.65%
G 107 of 319 ~ 33.54%
B 127 of 319 ~ 39.81'%

%26.65
%33.54
%39.81

CMYK color model

#556B7F color CMYK value is (33,16,0,50).

  • cyan value is 33.07%
  • magenta value is 15.75%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (33,16,0,50) C33M16Y0K50 (33%,16%,0%,50%) (0.33/0.16/0.00/0.50) 

CMYK percentages

%33.07
%15.75
%0
%50.2

Codes

Color #556B7F in popluar color models

55 6B 7F
RGB 85 107 127
HSL 209° 19.81% 41.57%
HSB/HSV 209° 33.07% 49.80%
CMYK 33.07% 15.75% 0.00%
50.20%

Color #556B7F in popluar number systems.

HEX 55 6B 7F
Decimal 85 107 127
Binary 1010101 1101011 1111111
Octal 125 153 177

Shades and tints

Shades of #556B7F

#556B7F
(85,107,127)
#4E6274
(78,98,116)
#475969
(71,89,105)
#40505E
(64,80,94)
#394753
(57,71,83)
#323E48
(50,62,72)
#2B353D
(43,53,61)
#242C32
(36,44,50)
#1D2327
(29,35,39)
#161A1C
(22,26,28)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #556B7F

#556B7F
(85,107,127)
#64788A
(100,120,138)
#738595
(115,133,149)
#8292A0
(130,146,160)
#919FAB
(145,159,171)
#A0ACB6
(160,172,182)
#AFB9C1
(175,185,193)
#BEC6CC
(190,198,204)
#CDD3D7
(205,211,215)
#DCE0E2
(220,224,226)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556B7F color. Also use rgb(85,107,127) instead hex code.

Text Font Color

.myTextColor { color: #556B7F; }

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

This text font color is #556B7F.

Background Color

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

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

This div background color is #556B7F.

Border color

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

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

This div border color is #556B7F.

Opacity

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

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

Text with #556B7F 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 #556B7F;}

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

This text has shadow with #556B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556B7F.

Preview

Color preview on black background

This text has color #556B7F on black background.


Color preview on white background

This text has color #556B7F on white background.


Black color preview on #556B7F background

This text has black color on #556B7F background.


White color preview on #556B7F background

This text has white color on #556B7F background.


Related colors

Complementary color

Complementary color for #hex is #AA9480.


I love getcolorcode.com

Triadic colors

1 #7F556B and #6B7F55 with #556B7F are triadic colors.

2 #7F6B55 and #6B557F with #556B7F are triadic colors.