COLOR #556065

HEX: #556065
RGB: (85,96,101)

Color info

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

RGB color model

#556065 color RGB value is (85,96,101).

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

RGB channels and saturation

R 85 of 255 = 33%
G 96 of 255 = 38%
B 101 of 255 = 40%

85
96
101

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

Portions of RGB colors in percentages

R + G + B =
85 + 96 + 101 = 282 (100%)
R 85 of 282 ~ 30.14%
G 96 of 282 ~ 34.04%
B 101 of 282 ~ 35.82%

%30.14
%34.04
%35.82

CMYK color model

#556065 color CMYK value is (16,5,0,60).

  • cyan value is 15.84%
  • magenta value is 4.95%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(16,5,0,60)
C16M5Y0K60 
(16%,5%,0%,60%)
(0.16/0.05/0.00/0.60)	

CMYK percentages

%15.84
%4.95
%0
%60.39

Codes

Color #556065 in popluar color models

556065
RGB8596101
HSL199°8.60%36.47%
HSB/HSV199°15.84%39.61%
CMYK15.84%4.95%0.00%
60.39%

Color #556065 in popluar number systems.

HEX556065
Decimal8596101
Binary101010111000001100101
Octal125140145

Shades and tints

Shades of #556065

#556065
(85,96,101)
#4E585C
(78,88,92)
#475053
(71,80,83)
#40484A
(64,72,74)
#394041
(57,64,65)
#323838
(50,56,56)
#2B302F
(43,48,47)
#242826
(36,40,38)
#1D201D
(29,32,29)
#161814
(22,24,20)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #556065

#556065
(85,96,101)
#646E73
(100,110,115)
#737C81
(115,124,129)
#828A8F
(130,138,143)
#91989D
(145,152,157)
#A0A6AB
(160,166,171)
#AFB4B9
(175,180,185)
#BEC2C7
(190,194,199)
#CDD0D5
(205,208,213)
#DCDEE3
(220,222,227)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556065; }

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

This text font color is #556065.


Background Color

.myBgColor { background-color: #556065; }

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

This div background color is #556065.


Border color

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

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

This div border color is #556065.


Opacity

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

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

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

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

This text has shadow with #556065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556065 on black background.


Color preview on white background

This text has color #556065 on white background.



Black color preview on #556065 background

This text has black color on #556065 background.


White color preview on #556065 background

This text has white color on #556065 background.