COLOR #55697F

HEX: #55697F
RGB: (85,105,127)

Color info

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

RGB color model

#55697F color RGB value is (85,105,127).

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

RGB channels and saturation

R 85 of 255 = 33%
G 105 of 255 = 41%
B 127 of 255 = 50%

85
105
127

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

Portions of RGB colors in percentages

R + G + B =
85 + 105 + 127 = 317 (100%)
R 85 of 317 ~ 26.81%
G 105 of 317 ~ 33.12%
B 127 of 317 ~ 40.06%

%26.81
%33.12
%40.06

CMYK color model

#55697F color CMYK value is (33,17,0,50).

  • cyan value is 33.07%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(33,17,0,50)
C33M17Y0K50 
(33%,17%,0%,50%)
(0.33/0.17/0.00/0.50)	

CMYK percentages

%33.07
%17.32
%0
%50.2

Codes

Color #55697F in popluar color models

55697F
RGB85105127
HSL211°19.81%41.57%
HSB/HSV211°33.07%49.80%
CMYK33.07%17.32%0.00%
50.20%

Color #55697F in popluar number systems.

HEX55697F
Decimal85105127
Binary101010111010011111111
Octal125151177

Shades and tints

Shades of #55697F

#55697F
(85,105,127)
#4E6074
(78,96,116)
#475769
(71,87,105)
#404E5E
(64,78,94)
#394553
(57,69,83)
#323C48
(50,60,72)
#2B333D
(43,51,61)
#242A32
(36,42,50)
#1D2127
(29,33,39)
#16181C
(22,24,28)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #55697F

#55697F
(85,105,127)
#64768A
(100,118,138)
#738395
(115,131,149)
#8290A0
(130,144,160)
#919DAB
(145,157,171)
#A0AAB6
(160,170,182)
#AFB7C1
(175,183,193)
#BEC4CC
(190,196,204)
#CDD1D7
(205,209,215)
#DCDEE2
(220,222,226)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55697F; }

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

This text font color is #55697F.


Background Color

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

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

This div background color is #55697F.


Border color

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

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

This div border color is #55697F.


Opacity

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

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

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

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

This text has shadow with #55697F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55697F on black background.


Color preview on white background

This text has color #55697F on white background.



Black color preview on #55697F background

This text has black color on #55697F background.


White color preview on #55697F background

This text has white color on #55697F background.