COLOR #556567

HEX: #556567
RGB: (85,101,103)

Color info

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

RGB color model

#556567 color RGB value is (85,101,103).

  • red value is 85;
  • green value is 101;
  • blue value is 103.
RGB:
(85,101,103)
(33%,40%,40%)

RGB channels and saturation

R 85 of 255 = 33%
G 101 of 255 = 40%
B 103 of 255 = 40%

85
101
103

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

Portions of RGB colors in percentages

R + G + B =
85 + 101 + 103 = 289 (100%)
R 85 of 289 ~ 29.41%
G 101 of 289 ~ 34.95%
B 103 of 289 ~ 35.64%

%29.41
%34.95
%35.64

CMYK color model

#556567 color CMYK value is (17,2,0,60).

  • cyan value is 17.48%
  • magenta value is 1.94%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(17,2,0,60)
C17M2Y0K60 
(17%,2%,0%,60%)
(0.17/0.02/0.00/0.60)	

CMYK percentages

%17.48
%1.94
%0
%59.61

Codes

Color #556567 in popluar color models

556567
RGB85101103
HSL187°9.57%36.86%
HSB/HSV187°17.48%40.39%
CMYK17.48%1.94%0.00%
59.61%

Color #556567 in popluar number systems.

HEX556567
Decimal85101103
Binary101010111001011100111
Octal125145147

Shades and tints

Shades of #556567

#556567
(85,101,103)
#4E5C5E
(78,92,94)
#475355
(71,83,85)
#404A4C
(64,74,76)
#394143
(57,65,67)
#32383A
(50,56,58)
#2B2F31
(43,47,49)
#242628
(36,38,40)
#1D1D1F
(29,29,31)
#161416
(22,20,22)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #556567

#556567
(85,101,103)
#647374
(100,115,116)
#738181
(115,129,129)
#828F8E
(130,143,142)
#919D9B
(145,157,155)
#A0ABA8
(160,171,168)
#AFB9B5
(175,185,181)
#BEC7C2
(190,199,194)
#CDD5CF
(205,213,207)
#DCE3DC
(220,227,220)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556567 color. Also use rgb(85,101,103) instead hex code.

Text Font Color

.myTextColor { color: #556567; }

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

This text font color is #556567.


Background Color

.myBgColor { background-color: #556567; }

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

This div background color is #556567.


Border color

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

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

This div border color is #556567.


Opacity

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

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

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

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

This text has shadow with #556567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556567 on black background.


Color preview on white background

This text has color #556567 on white background.



Black color preview on #556567 background

This text has black color on #556567 background.


White color preview on #556567 background

This text has white color on #556567 background.