COLOR #556B65

HEX: #556B65 RGB: (85,107,101)

Color info

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

RGB color model

#556B65 color RGB value is (85,107,101).

RGB: (85,107,101) (33%, 42%, 40%)

RGB channels and saturation

R 85 of 255 = 33%
G 107 of 255 = 42%
B 101 of 255 = 40%

85
107
101

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

Portions of RGB colors in percentages

R + G + B = 85 + 107 + 101 = 293 (100%)
R 85 of 293 ~ 29.01%
G 107 of 293 ~ 36.52%
B 101 of 293 ~ 34.47'%

%29.01
%36.52
%34.47

CMYK color model

#556B65 color CMYK value is (21,0,6,58).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 5.61%
  • key color value is 58.04%

CMYK: (21,0,6,58)
C21M0Y6K58 (21%, 0%, 6%, 58%)
(0.21 / 0.00 / 0.06 / 0.58)

CMYK percentages

%20.56
%0
%5.61
%58.04

Codes

Color #556B65 in popluar color models

55 6B 65
RGB 85 107 101
HSL 164° 11.46% 37.65%
HSB/HSV 164° 20.56% 41.96%
CMYK 20.56% 0.00% 5.61%
58.04%

Color #556B65 in popluar number systems.

HEX 55 6B 65
Decimal 85 107 101
Binary 1010101 1101011 1100101
Octal 125 153 145

Shades and tints

Shades of #556B65

#556B65
(85,107,101)
#4E625C
(78,98,92)
#475953
(71,89,83)
#40504A
(64,80,74)
#394741
(57,71,65)
#323E38
(50,62,56)
#2B352F
(43,53,47)
#242C26
(36,44,38)
#1D231D
(29,35,29)
#161A14
(22,26,20)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #556B65

#556B65
(85,107,101)
#647873
(100,120,115)
#738581
(115,133,129)
#82928F
(130,146,143)
#919F9D
(145,159,157)
#A0ACAB
(160,172,171)
#AFB9B9
(175,185,185)
#BEC6C7
(190,198,199)
#CDD3D5
(205,211,213)
#DCE0E3
(220,224,227)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556B65; }

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

This text font color is #556B65.

Background Color

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

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

This div background color is #556B65.

Border color

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

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

This div border color is #556B65.

Opacity

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

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

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

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

This text has shadow with #556B65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556B65.

Preview

Color preview on black background

This text has color #556B65 on black background.


Color preview on white background

This text has color #556B65 on white background.


Black color preview on #556B65 background

This text has black color on #556B65 background.


White color preview on #556B65 background

This text has white color on #556B65 background.


Related colors

Complementary color

Complementary color for #hex is #AA949A.


I love getcolorcode.com

Triadic colors

1 #65556B and #6B6555 with #556B65 are triadic colors.

2 #656B55 and #6B5565 with #556B65 are triadic colors.