COLOR #55678D

HEX: #55678D RGB: (85,103,141)

Color info

#55678D contains red, green and blue colors in about the same proportion. Web safe color of #55678D is #666699 (or #669).

RGB color model

#55678D color RGB value is (85,103,141).

RGB: (85,103,141) (33%, 40%, 55%)

RGB channels and saturation

R 85 of 255 = 33%
G 103 of 255 = 40%
B 141 of 255 = 55%

85
103
141

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

Portions of RGB colors in percentages

R + G + B = 85 + 103 + 141 = 329 (100%)
R 85 of 329 ~ 25.84%
G 103 of 329 ~ 31.31%
B 141 of 329 ~ 42.86'%

%25.84
%31.31
%42.86

CMYK color model

#55678D color CMYK value is (40,27,0,45).

  • cyan value is 39.72%
  • magenta value is 26.95%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (40,27,0,45)
C40M27Y0K45 (40%, 27%, 0%, 45%)
(0.40 / 0.27 / 0.00 / 0.45)

CMYK percentages

%39.72
%26.95
%0
%44.71

Codes

Color #55678D in popluar color models

55 67 8D
RGB 85 103 141
HSL 221° 24.78% 44.31%
HSB/HSV 221° 39.72% 55.29%
CMYK 39.72% 26.95% 0.00%
44.71%

Color #55678D in popluar number systems.

HEX 55 67 8D
Decimal 85 103 141
Binary 1010101 1100111 10001101
Octal 125 147 215

Shades and tints

Shades of #55678D

#55678D
(85,103,141)
#4E5E81
(78,94,129)
#475575
(71,85,117)
#404C69
(64,76,105)
#39435D
(57,67,93)
#323A51
(50,58,81)
#2B3145
(43,49,69)
#242839
(36,40,57)
#1D1F2D
(29,31,45)
#161621
(22,22,33)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #55678D

#55678D
(85,103,141)
#647497
(100,116,151)
#7381A1
(115,129,161)
#828EAB
(130,142,171)
#919BB5
(145,155,181)
#A0A8BF
(160,168,191)
#AFB5C9
(175,181,201)
#BEC2D3
(190,194,211)
#CDCFDD
(205,207,221)
#DCDCE7
(220,220,231)
#EBE9F1
(235,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55678D color. Also use rgb(85,103,141) instead hex code.

Text Font Color

.myTextColor { color: #55678D; }

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

This text font color is #55678D.

Background Color

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

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

This div background color is #55678D.

Border color

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

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

This div border color is #55678D.

Opacity

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

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

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

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

This text has shadow with #55678D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55678D.

Preview

Color preview on black background

This text has color #55678D on black background.


Color preview on white background

This text has color #55678D on white background.


Black color preview on #55678D background

This text has black color on #55678D background.


White color preview on #55678D background

This text has white color on #55678D background.


Related colors

Complementary color

Complementary color for #hex is #AA9872.


I love getcolorcode.com

Triadic colors

1 #8D5567 and #678D55 with #55678D are triadic colors.

2 #8D6755 and #67558D with #55678D are triadic colors.