COLOR #556C7E

HEX: #556C7E RGB: (85,108,126)

Color info

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

RGB color model

#556C7E color RGB value is (85,108,126).

RGB: (85,108,126) (33%, 42%, 49%)

RGB channels and saturation

R 85 of 255 = 33%
G 108 of 255 = 42%
B 126 of 255 = 49%

85
108
126

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

Portions of RGB colors in percentages

R + G + B = 85 + 108 + 126 = 319 (100%)
R 85 of 319 ~ 26.65%
G 108 of 319 ~ 33.86%
B 126 of 319 ~ 39.5'%

%26.65
%33.86
%39.5

CMYK color model

#556C7E color CMYK value is (33,14,0,51).

  • cyan value is 32.54%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (33,14,0,51)
C33M14Y0K51 (33%, 14%, 0%, 51%)
(0.33 / 0.14 / 0.00 / 0.51)

CMYK percentages

%32.54
%14.29
%0
%50.59

Codes

Color #556C7E in popluar color models

55 6C 7E
RGB 85 108 126
HSL 206° 19.43% 41.37%
HSB/HSV 206° 32.54% 49.41%
CMYK 32.54% 14.29% 0.00%
50.59%

Color #556C7E in popluar number systems.

HEX 55 6C 7E
Decimal 85 108 126
Binary 1010101 1101100 1111110
Octal 125 154 176

Shades and tints

Shades of #556C7E

#556C7E
(85,108,126)
#4E6373
(78,99,115)
#475A68
(71,90,104)
#40515D
(64,81,93)
#394852
(57,72,82)
#323F47
(50,63,71)
#2B363C
(43,54,60)
#242D31
(36,45,49)
#1D2426
(29,36,38)
#161B1B
(22,27,27)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #556C7E

#556C7E
(85,108,126)
#647989
(100,121,137)
#738694
(115,134,148)
#82939F
(130,147,159)
#91A0AA
(145,160,170)
#A0ADB5
(160,173,181)
#AFBAC0
(175,186,192)
#BEC7CB
(190,199,203)
#CDD4D6
(205,212,214)
#DCE1E1
(220,225,225)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556C7E color. Also use rgb(85,108,126) instead hex code.

Text Font Color

.myTextColor { color: #556C7E; }

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

This text font color is #556C7E.

Background Color

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

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

This div background color is #556C7E.

Border color

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

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

This div border color is #556C7E.

Opacity

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

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

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

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

This text has shadow with #556C7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556C7E.

Preview

Color preview on black background

This text has color #556C7E on black background.


Color preview on white background

This text has color #556C7E on white background.


Black color preview on #556C7E background

This text has black color on #556C7E background.


White color preview on #556C7E background

This text has white color on #556C7E background.


Related colors

Complementary color

Complementary color for #hex is #AA9381.


I love getcolorcode.com

Triadic colors

1 #7E556C and #6C7E55 with #556C7E are triadic colors.

2 #7E6C55 and #6C557E with #556C7E are triadic colors.