COLOR #55697D

HEX: #55697D
RGB: (85,105,125)

Color info

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

RGB color model

#55697D color RGB value is (85,105,125).

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

RGB channels and saturation

R 85 of 255 = 33%
G 105 of 255 = 41%
B 125 of 255 = 49%

85
105
125

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

Portions of RGB colors in percentages

R + G + B =
85 + 105 + 125 = 315 (100%)
R 85 of 315 ~ 26.98%
G 105 of 315 ~ 33.33%
B 125 of 315 ~ 39.68%

%26.98
%33.33
%39.68

CMYK color model

#55697D color CMYK value is (32,16,0,51).

  • cyan value is 32.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(32,16,0,51)
C32M16Y0K51 
(32%,16%,0%,51%)
(0.32/0.16/0.00/0.51)	

CMYK percentages

%32
%16
%0
%50.98

Codes

Color #55697D in popluar color models

55697D
RGB85105125
HSL210°19.05%41.18%
HSB/HSV210°32.00%49.02%
CMYK32.00%16.00%0.00%
50.98%

Color #55697D in popluar number systems.

HEX55697D
Decimal85105125
Binary101010111010011111101
Octal125151175

Shades and tints

Shades of #55697D

#55697D
(85,105,125)
#4E6072
(78,96,114)
#475767
(71,87,103)
#404E5C
(64,78,92)
#394551
(57,69,81)
#323C46
(50,60,70)
#2B333B
(43,51,59)
#242A30
(36,42,48)
#1D2125
(29,33,37)
#16181A
(22,24,26)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #55697D

#55697D
(85,105,125)
#647688
(100,118,136)
#738393
(115,131,147)
#82909E
(130,144,158)
#919DA9
(145,157,169)
#A0AAB4
(160,170,180)
#AFB7BF
(175,183,191)
#BEC4CA
(190,196,202)
#CDD1D5
(205,209,213)
#DCDEE0
(220,222,224)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55697D; }

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

This text font color is #55697D.


Background Color

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

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

This div background color is #55697D.


Border color

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

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

This div border color is #55697D.


Opacity

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

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

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

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

This text has shadow with #55697D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55697D on black background.


Color preview on white background

This text has color #55697D on white background.



Black color preview on #55697D background

This text has black color on #55697D background.


White color preview on #55697D background

This text has white color on #55697D background.