COLOR #556375

HEX: #556375
RGB: (85,99,117)

Color info

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

RGB color model

#556375 color RGB value is (85,99,117).

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

RGB channels and saturation

R 85 of 255 = 33%
G 99 of 255 = 39%
B 117 of 255 = 46%

85
99
117

R + G + B ~ 39%. #556375 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 99 + 117 = 301 (100%)
R 85 of 301 ~ 28.24%
G 99 of 301 ~ 32.89%
B 117 of 301 ~ 38.87%

%28.24
%32.89
%38.87

CMYK color model

#556375 color CMYK value is (27,15,0,54).

  • cyan value is 27.35%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(27,15,0,54)
C27M15Y0K54 
(27%,15%,0%,54%)
(0.27/0.15/0.00/0.54)	

CMYK percentages

%27.35
%15.38
%0
%54.12

Codes

Color #556375 in popluar color models

556375
RGB8599117
HSL214°15.84%39.61%
HSB/HSV214°27.35%45.88%
CMYK27.35%15.38%0.00%
54.12%

Color #556375 in popluar number systems.

HEX556375
Decimal8599117
Binary101010111000111110101
Octal125143165

Shades and tints

Shades of #556375

#556375
(85,99,117)
#4E5A6B
(78,90,107)
#475161
(71,81,97)
#404857
(64,72,87)
#393F4D
(57,63,77)
#323643
(50,54,67)
#2B2D39
(43,45,57)
#24242F
(36,36,47)
#1D1B25
(29,27,37)
#16121B
(22,18,27)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #556375

#556375
(85,99,117)
#647181
(100,113,129)
#737F8D
(115,127,141)
#828D99
(130,141,153)
#919BA5
(145,155,165)
#A0A9B1
(160,169,177)
#AFB7BD
(175,183,189)
#BEC5C9
(190,197,201)
#CDD3D5
(205,211,213)
#DCE1E1
(220,225,225)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556375; }

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

This text font color is #556375.


Background Color

.myBgColor { background-color: #556375; }

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

This div background color is #556375.


Border color

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

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

This div border color is #556375.


Opacity

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

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

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

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

This text has shadow with #556375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556375 on black background.


Color preview on white background

This text has color #556375 on white background.



Black color preview on #556375 background

This text has black color on #556375 background.


White color preview on #556375 background

This text has white color on #556375 background.