COLOR #556379

HEX: #556379 RGB: (85,99,121)

Color info

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

RGB color model

#556379 color RGB value is (85,99,121).

RGB: (85,99,121) (33%, 39%, 47%)

RGB channels and saturation

R 85 of 255 = 33%
G 99 of 255 = 39%
B 121 of 255 = 47%

85
99
121

R + G + B ~ 40%. #556379 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 99 + 121 = 305 (100%)
R 85 of 305 ~ 27.87%
G 99 of 305 ~ 32.46%
B 121 of 305 ~ 39.67'%

%27.87
%32.46
%39.67

CMYK color model

#556379 color CMYK value is (30,18,0,53).

  • cyan value is 29.75%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (30,18,0,53)
C30M18Y0K53 (30%, 18%, 0%, 53%)
(0.30 / 0.18 / 0.00 / 0.53)

CMYK percentages

%29.75
%18.18
%0
%52.55

Codes

Color #556379 in popluar color models

55 63 79
RGB 85 99 121
HSL 217° 17.48% 40.39%
HSB/HSV 217° 29.75% 47.45%
CMYK 29.75% 18.18% 0.00%
52.55%

Color #556379 in popluar number systems.

HEX 55 63 79
Decimal 85 99 121
Binary 1010101 1100011 1111001
Octal 125 143 171

Shades and tints

Shades of #556379

#556379
(85,99,121)
#4E5A6E
(78,90,110)
#475163
(71,81,99)
#404858
(64,72,88)
#393F4D
(57,63,77)
#323642
(50,54,66)
#2B2D37
(43,45,55)
#24242C
(36,36,44)
#1D1B21
(29,27,33)
#161216
(22,18,22)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #556379

#556379
(85,99,121)
#647185
(100,113,133)
#737F91
(115,127,145)
#828D9D
(130,141,157)
#919BA9
(145,155,169)
#A0A9B5
(160,169,181)
#AFB7C1
(175,183,193)
#BEC5CD
(190,197,205)
#CDD3D9
(205,211,217)
#DCE1E5
(220,225,229)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556379 color. Also use rgb(85,99,121) instead hex code.

Text Font Color

.myTextColor { color: #556379; }

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

This text font color is #556379.

Background Color

.myBgColor { background-color: #556379; }

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

This div background color is #556379.

Border color

.myBorderColor { border: 1px solid #556379; }

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

This div border color is #556379.

Opacity

.myOpacity80 { color: #556379; opacity: 0.8; }

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

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

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

This text has shadow with #556379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556379.

Preview

Color preview on black background

This text has color #556379 on black background.


Color preview on white background

This text has color #556379 on white background.


Black color preview on #556379 background

This text has black color on #556379 background.


White color preview on #556379 background

This text has white color on #556379 background.


Related colors

Complementary color

Complementary color for #hex is #AA9C86.


I love getcolorcode.com

Triadic colors

1 #795563 and #637955 with #556379 are triadic colors.

2 #796355 and #635579 with #556379 are triadic colors.