COLOR #556365

HEX: #556365
RGB: (85,99,101)

Color info

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

RGB color model

#556365 color RGB value is (85,99,101).

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

RGB channels and saturation

R 85 of 255 = 33%
G 99 of 255 = 39%
B 101 of 255 = 40%

85
99
101

R + G + B ~ 37%. #556365 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 99 + 101 = 285 (100%)
R 85 of 285 ~ 29.82%
G 99 of 285 ~ 34.74%
B 101 of 285 ~ 35.44%

%29.82
%34.74
%35.44

CMYK color model

#556365 color CMYK value is (16,2,0,60).

  • cyan value is 15.84%
  • magenta value is 1.98%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(16,2,0,60)
C16M2Y0K60 
(16%,2%,0%,60%)
(0.16/0.02/0.00/0.60)	

CMYK percentages

%15.84
%1.98
%0
%60.39

Codes

Color #556365 in popluar color models

556365
RGB8599101
HSL188°8.60%36.47%
HSB/HSV188°15.84%39.61%
CMYK15.84%1.98%0.00%
60.39%

Color #556365 in popluar number systems.

HEX556365
Decimal8599101
Binary101010111000111100101
Octal125143145

Shades and tints

Shades of #556365

#556365
(85,99,101)
#4E5A5C
(78,90,92)
#475153
(71,81,83)
#40484A
(64,72,74)
#393F41
(57,63,65)
#323638
(50,54,56)
#2B2D2F
(43,45,47)
#242426
(36,36,38)
#1D1B1D
(29,27,29)
#161214
(22,18,20)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #556365

#556365
(85,99,101)
#647173
(100,113,115)
#737F81
(115,127,129)
#828D8F
(130,141,143)
#919B9D
(145,155,157)
#A0A9AB
(160,169,171)
#AFB7B9
(175,183,185)
#BEC5C7
(190,197,199)
#CDD3D5
(205,211,213)
#DCE1E3
(220,225,227)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556365; }

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

This text font color is #556365.


Background Color

.myBgColor { background-color: #556365; }

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

This div background color is #556365.


Border color

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

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

This div border color is #556365.


Opacity

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

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

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

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

This text has shadow with #556365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556365 on black background.


Color preview on white background

This text has color #556365 on white background.



Black color preview on #556365 background

This text has black color on #556365 background.


White color preview on #556365 background

This text has white color on #556365 background.