COLOR #556271

HEX: #556271
RGB: (85,98,113)

Color info

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

RGB color model

#556271 color RGB value is (85,98,113).

  • red value is 85;
  • green value is 98;
  • blue value is 113.
RGB:
(85,98,113)
(33%,38%,44%)

RGB channels and saturation

R 85 of 255 = 33%
G 98 of 255 = 38%
B 113 of 255 = 44%

85
98
113

R + G + B ~ 38%. #556271 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 98 + 113 = 296 (100%)
R 85 of 296 ~ 28.72%
G 98 of 296 ~ 33.11%
B 113 of 296 ~ 38.18%

%28.72
%33.11
%38.18

CMYK color model

#556271 color CMYK value is (25,13,0,56).

  • cyan value is 24.78%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(25,13,0,56)
C25M13Y0K56 
(25%,13%,0%,56%)
(0.25/0.13/0.00/0.56)	

CMYK percentages

%24.78
%13.27
%0
%55.69

Codes

Color #556271 in popluar color models

556271
RGB8598113
HSL212°14.14%38.82%
HSB/HSV212°24.78%44.31%
CMYK24.78%13.27%0.00%
55.69%

Color #556271 in popluar number systems.

HEX556271
Decimal8598113
Binary101010111000101110001
Octal125142161

Shades and tints

Shades of #556271

#556271
(85,98,113)
#4E5A67
(78,90,103)
#47525D
(71,82,93)
#404A53
(64,74,83)
#394249
(57,66,73)
#323A3F
(50,58,63)
#2B3235
(43,50,53)
#242A2B
(36,42,43)
#1D2221
(29,34,33)
#161A17
(22,26,23)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #556271

#556271
(85,98,113)
#64707D
(100,112,125)
#737E89
(115,126,137)
#828C95
(130,140,149)
#919AA1
(145,154,161)
#A0A8AD
(160,168,173)
#AFB6B9
(175,182,185)
#BEC4C5
(190,196,197)
#CDD2D1
(205,210,209)
#DCE0DD
(220,224,221)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556271 color. Also use rgb(85,98,113) instead hex code.

Text Font Color

.myTextColor { color: #556271; }

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

This text font color is #556271.


Background Color

.myBgColor { background-color: #556271; }

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

This div background color is #556271.


Border color

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

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

This div border color is #556271.


Opacity

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

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

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

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

This text has shadow with #556271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556271 on black background.


Color preview on white background

This text has color #556271 on white background.



Black color preview on #556271 background

This text has black color on #556271 background.


White color preview on #556271 background

This text has white color on #556271 background.