COLOR #556C8C

HEX: #556C8C
RGB: (85,108,140)

Color info

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

RGB color model

#556C8C color RGB value is (85,108,140).

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

RGB channels and saturation

R 85 of 255 = 33%
G 108 of 255 = 42%
B 140 of 255 = 55%

85
108
140

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

Portions of RGB colors in percentages

R + G + B =
85 + 108 + 140 = 333 (100%)
R 85 of 333 ~ 25.53%
G 108 of 333 ~ 32.43%
B 140 of 333 ~ 42.04%

%25.53
%32.43
%42.04

CMYK color model

#556C8C color CMYK value is (39,23,0,45).

  • cyan value is 39.29%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(39,23,0,45)
C39M23Y0K45 
(39%,23%,0%,45%)
(0.39/0.23/0.00/0.45)	

CMYK percentages

%39.29
%22.86
%0
%45.1

Codes

Color #556C8C in popluar color models

556C8C
RGB85108140
HSL215°24.44%44.12%
HSB/HSV215°39.29%54.90%
CMYK39.29%22.86%0.00%
45.10%

Color #556C8C in popluar number systems.

HEX556C8C
Decimal85108140
Binary1010101110110010001100
Octal125154214

Shades and tints

Shades of #556C8C

#556C8C
(85,108,140)
#4E6380
(78,99,128)
#475A74
(71,90,116)
#405168
(64,81,104)
#39485C
(57,72,92)
#323F50
(50,63,80)
#2B3644
(43,54,68)
#242D38
(36,45,56)
#1D242C
(29,36,44)
#161B20
(22,27,32)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #556C8C

#556C8C
(85,108,140)
#647996
(100,121,150)
#7386A0
(115,134,160)
#8293AA
(130,147,170)
#91A0B4
(145,160,180)
#A0ADBE
(160,173,190)
#AFBAC8
(175,186,200)
#BEC7D2
(190,199,210)
#CDD4DC
(205,212,220)
#DCE1E6
(220,225,230)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556C8C; }

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

This text font color is #556C8C.


Background Color

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

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

This div background color is #556C8C.


Border color

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

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

This div border color is #556C8C.


Opacity

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

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

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

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

This text has shadow with #556C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556C8C on black background.


Color preview on white background

This text has color #556C8C on white background.



Black color preview on #556C8C background

This text has black color on #556C8C background.


White color preview on #556C8C background

This text has white color on #556C8C background.