COLOR #55677A

HEX: #55677A
RGB: (85,103,122)

Color info

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

RGB color model

#55677A color RGB value is (85,103,122).

  • red value is 85;
  • green value is 103;
  • blue value is 122.
RGB:
(85,103,122)
(33%,40%,48%)

RGB channels and saturation

R 85 of 255 = 33%
G 103 of 255 = 40%
B 122 of 255 = 48%

85
103
122

R + G + B ~ 40%. #55677A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 103 + 122 = 310 (100%)
R 85 of 310 ~ 27.42%
G 103 of 310 ~ 33.23%
B 122 of 310 ~ 39.35%

%27.42
%33.23
%39.35

CMYK color model

#55677A color CMYK value is (30,16,0,52).

  • cyan value is 30.33%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(30,16,0,52)
C30M16Y0K52 
(30%,16%,0%,52%)
(0.30/0.16/0.00/0.52)	

CMYK percentages

%30.33
%15.57
%0
%52.16

Codes

Color #55677A in popluar color models

55677A
RGB85103122
HSL211°17.87%40.59%
HSB/HSV211°30.33%47.84%
CMYK30.33%15.57%0.00%
52.16%

Color #55677A in popluar number systems.

HEX55677A
Decimal85103122
Binary101010111001111111010
Octal125147172

Shades and tints

Shades of #55677A

#55677A
(85,103,122)
#4E5E6F
(78,94,111)
#475564
(71,85,100)
#404C59
(64,76,89)
#39434E
(57,67,78)
#323A43
(50,58,67)
#2B3138
(43,49,56)
#24282D
(36,40,45)
#1D1F22
(29,31,34)
#161617
(22,22,23)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #55677A

#55677A
(85,103,122)
#647486
(100,116,134)
#738192
(115,129,146)
#828E9E
(130,142,158)
#919BAA
(145,155,170)
#A0A8B6
(160,168,182)
#AFB5C2
(175,181,194)
#BEC2CE
(190,194,206)
#CDCFDA
(205,207,218)
#DCDCE6
(220,220,230)
#EBE9F2
(235,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55677A color. Also use rgb(85,103,122) instead hex code.

Text Font Color

.myTextColor { color: #55677A; }

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

This text font color is #55677A.


Background Color

.myBgColor { background-color: #55677A; }

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

This div background color is #55677A.


Border color

.myBorderColor { border: 1px solid #55677A; }

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

This div border color is #55677A.


Opacity

.myOpacity80 { color: #55677A; opacity: 0.8; }

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

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

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

This text has shadow with #55677A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55677A on black background.


Color preview on white background

This text has color #55677A on white background.



Black color preview on #55677A background

This text has black color on #55677A background.


White color preview on #55677A background

This text has white color on #55677A background.