COLOR #556665

HEX: #556665
RGB: (85,102,101)

Color info

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

RGB color model

#556665 color RGB value is (85,102,101).

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

RGB channels and saturation

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

85
102
101

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

Portions of RGB colors in percentages

R + G + B =
85 + 102 + 101 = 288 (100%)
R 85 of 288 ~ 29.51%
G 102 of 288 ~ 35.42%
B 101 of 288 ~ 35.07%

%29.51
%35.42
%35.07

CMYK color model

#556665 color CMYK value is (17,0,1,60).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 60.00%
CMYK:
(17,0,1,60)
C17M0Y1K60 
(17%,0%,1%,60%)
(0.17/0.00/0.01/0.60)	

CMYK percentages

%16.67
%0
%0.98
%60

Codes

Color #556665 in popluar color models

556665
RGB85102101
HSL176°9.09%36.67%
HSB/HSV176°16.67%40.00%
CMYK16.67%0.00%0.98%
60.00%

Color #556665 in popluar number systems.

HEX556665
Decimal85102101
Binary101010111001101100101
Octal125146145

Shades and tints

Shades of #556665

#556665
(85,102,101)
#4E5D5C
(78,93,92)
#475453
(71,84,83)
#404B4A
(64,75,74)
#394241
(57,66,65)
#323938
(50,57,56)
#2B302F
(43,48,47)
#242726
(36,39,38)
#1D1E1D
(29,30,29)
#161514
(22,21,20)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #556665

#556665
(85,102,101)
#647373
(100,115,115)
#738081
(115,128,129)
#828D8F
(130,141,143)
#919A9D
(145,154,157)
#A0A7AB
(160,167,171)
#AFB4B9
(175,180,185)
#BEC1C7
(190,193,199)
#CDCED5
(205,206,213)
#DCDBE3
(220,219,227)
#EBE8F1
(235,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556665; }

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

This text font color is #556665.


Background Color

.myBgColor { background-color: #556665; }

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

This div background color is #556665.


Border color

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

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

This div border color is #556665.


Opacity

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

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

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

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

This text has shadow with #556665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556665 on black background.


Color preview on white background

This text has color #556665 on white background.



Black color preview on #556665 background

This text has black color on #556665 background.


White color preview on #556665 background

This text has white color on #556665 background.