COLOR #556C83

HEX: #556C83
RGB: (85,108,131)

Color info

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

RGB color model

#556C83 color RGB value is (85,108,131).

  • red value is 85;
  • green value is 108;
  • blue value is 131.
RGB:
(85,108,131)
(33%,42%,51%)

RGB channels and saturation

R 85 of 255 = 33%
G 108 of 255 = 42%
B 131 of 255 = 51%

85
108
131

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

Portions of RGB colors in percentages

R + G + B =
85 + 108 + 131 = 324 (100%)
R 85 of 324 ~ 26.23%
G 108 of 324 ~ 33.33%
B 131 of 324 ~ 40.43%

%26.23
%33.33
%40.43

CMYK color model

#556C83 color CMYK value is (35,18,0,49).

  • cyan value is 35.11%
  • magenta value is 17.56%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(35,18,0,49)
C35M18Y0K49 
(35%,18%,0%,49%)
(0.35/0.18/0.00/0.49)	

CMYK percentages

%35.11
%17.56
%0
%48.63

Codes

Color #556C83 in popluar color models

556C83
RGB85108131
HSL210°21.30%42.35%
HSB/HSV210°35.11%51.37%
CMYK35.11%17.56%0.00%
48.63%

Color #556C83 in popluar number systems.

HEX556C83
Decimal85108131
Binary1010101110110010000011
Octal125154203

Shades and tints

Shades of #556C83

#556C83
(85,108,131)
#4E6378
(78,99,120)
#475A6D
(71,90,109)
#405162
(64,81,98)
#394857
(57,72,87)
#323F4C
(50,63,76)
#2B3641
(43,54,65)
#242D36
(36,45,54)
#1D242B
(29,36,43)
#161B20
(22,27,32)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #556C83

#556C83
(85,108,131)
#64798E
(100,121,142)
#738699
(115,134,153)
#8293A4
(130,147,164)
#91A0AF
(145,160,175)
#A0ADBA
(160,173,186)
#AFBAC5
(175,186,197)
#BEC7D0
(190,199,208)
#CDD4DB
(205,212,219)
#DCE1E6
(220,225,230)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556C83; }

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

This text font color is #556C83.


Background Color

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

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

This div background color is #556C83.


Border color

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

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

This div border color is #556C83.


Opacity

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

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

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

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

This text has shadow with #556C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556C83 on black background.


Color preview on white background

This text has color #556C83 on white background.



Black color preview on #556C83 background

This text has black color on #556C83 background.


White color preview on #556C83 background

This text has white color on #556C83 background.