COLOR #556D8D

HEX: #556D8D RGB: (85,109,141)

Color info

#556D8D contains red, green and blue colors in about the same proportion. Web safe color of #556D8D is #666699 (or #669).

RGB color model

#556D8D color RGB value is (85,109,141).

RGB: (85,109,141) (33%, 43%, 55%)

RGB channels and saturation

R 85 of 255 = 33%
G 109 of 255 = 43%
B 141 of 255 = 55%

85
109
141

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

Portions of RGB colors in percentages

R + G + B = 85 + 109 + 141 = 335 (100%)
R 85 of 335 ~ 25.37%
G 109 of 335 ~ 32.54%
B 141 of 335 ~ 42.09'%

%25.37
%32.54
%42.09

CMYK color model

#556D8D color CMYK value is (40,23,0,45).

  • cyan value is 39.72%
  • magenta value is 22.70%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (40,23,0,45)
C40M23Y0K45 (40%, 23%, 0%, 45%)
(0.40 / 0.23 / 0.00 / 0.45)

CMYK percentages

%39.72
%22.7
%0
%44.71

Codes

Color #556D8D in popluar color models

55 6D 8D
RGB 85 109 141
HSL 214° 24.78% 44.31%
HSB/HSV 214° 39.72% 55.29%
CMYK 39.72% 22.70% 0.00%
44.71%

Color #556D8D in popluar number systems.

HEX 55 6D 8D
Decimal 85 109 141
Binary 1010101 1101101 10001101
Octal 125 155 215

Shades and tints

Shades of #556D8D

#556D8D
(85,109,141)
#4E6481
(78,100,129)
#475B75
(71,91,117)
#405269
(64,82,105)
#39495D
(57,73,93)
#324051
(50,64,81)
#2B3745
(43,55,69)
#242E39
(36,46,57)
#1D252D
(29,37,45)
#161C21
(22,28,33)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #556D8D

#556D8D
(85,109,141)
#647A97
(100,122,151)
#7387A1
(115,135,161)
#8294AB
(130,148,171)
#91A1B5
(145,161,181)
#A0AEBF
(160,174,191)
#AFBBC9
(175,187,201)
#BEC8D3
(190,200,211)
#CDD5DD
(205,213,221)
#DCE2E7
(220,226,231)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556D8D color. Also use rgb(85,109,141) instead hex code.

Text Font Color

.myTextColor { color: #556D8D; }

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

This text font color is #556D8D.

Background Color

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

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

This div background color is #556D8D.

Border color

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

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

This div border color is #556D8D.

Opacity

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

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

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

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

This text has shadow with #556D8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556D8D.

Preview

Color preview on black background

This text has color #556D8D on black background.


Color preview on white background

This text has color #556D8D on white background.


Black color preview on #556D8D background

This text has black color on #556D8D background.


White color preview on #556D8D background

This text has white color on #556D8D background.


Related colors

Complementary color

Complementary color for #hex is #AA9272.


I love getcolorcode.com

Triadic colors

1 #8D556D and #6D8D55 with #556D8D are triadic colors.

2 #8D6D55 and #6D558D with #556D8D are triadic colors.