COLOR #55637F

HEX: #55637F
RGB: (85,99,127)

Color info

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

RGB color model

#55637F color RGB value is (85,99,127).

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

RGB channels and saturation

R 85 of 255 = 33%
G 99 of 255 = 39%
B 127 of 255 = 50%

85
99
127

R + G + B ~ 41%. #55637F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 99 + 127 = 311 (100%)
R 85 of 311 ~ 27.33%
G 99 of 311 ~ 31.83%
B 127 of 311 ~ 40.84%

%27.33
%31.83
%40.84

CMYK color model

#55637F color CMYK value is (33,22,0,50).

  • cyan value is 33.07%
  • magenta value is 22.05%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(33,22,0,50)
C33M22Y0K50 
(33%,22%,0%,50%)
(0.33/0.22/0.00/0.50)	

CMYK percentages

%33.07
%22.05
%0
%50.2

Codes

Color #55637F in popluar color models

55637F
RGB8599127
HSL220°19.81%41.57%
HSB/HSV220°33.07%49.80%
CMYK33.07%22.05%0.00%
50.20%

Color #55637F in popluar number systems.

HEX55637F
Decimal8599127
Binary101010111000111111111
Octal125143177

Shades and tints

Shades of #55637F

#55637F
(85,99,127)
#4E5A74
(78,90,116)
#475169
(71,81,105)
#40485E
(64,72,94)
#393F53
(57,63,83)
#323648
(50,54,72)
#2B2D3D
(43,45,61)
#242432
(36,36,50)
#1D1B27
(29,27,39)
#16121C
(22,18,28)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #55637F

#55637F
(85,99,127)
#64718A
(100,113,138)
#737F95
(115,127,149)
#828DA0
(130,141,160)
#919BAB
(145,155,171)
#A0A9B6
(160,169,182)
#AFB7C1
(175,183,193)
#BEC5CC
(190,197,204)
#CDD3D7
(205,211,215)
#DCE1E2
(220,225,226)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55637F; }

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

This text font color is #55637F.


Background Color

.myBgColor { background-color: #55637F; }

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

This div background color is #55637F.


Border color

.myBorderColor { border: 1px solid #55637F; }

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

This div border color is #55637F.


Opacity

.myOpacity80 { color: #55637F; opacity: 0.8; }

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

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

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

This text has shadow with #55637F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55637F on black background.


Color preview on white background

This text has color #55637F on white background.



Black color preview on #55637F background

This text has black color on #55637F background.


White color preview on #55637F background

This text has white color on #55637F background.