COLOR #554E8B

HEX: #554E8B RGB: (85,78,139)

Color info

#554E8B contains mainly red and blue colors. Web safe color of #554E8B is #666699 (or #669).

RGB color model

#554E8B color RGB value is (85,78,139).

RGB: (85,78,139) (33%, 31%, 55%)

RGB channels and saturation

R 85 of 255 = 33%
G 78 of 255 = 31%
B 139 of 255 = 55%

85
78
139

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

Portions of RGB colors in percentages

R + G + B = 85 + 78 + 139 = 302 (100%)
R 85 of 302 ~ 28.15%
G 78 of 302 ~ 25.83%
B 139 of 302 ~ 46.03'%

%28.15
%25.83
%46.03

CMYK color model

#554E8B color CMYK value is (39,44,0,45).

  • cyan value is 38.85%
  • magenta value is 43.88%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (39,44,0,45)
C39M44Y0K45 (39%, 44%, 0%, 45%)
(0.39 / 0.44 / 0.00 / 0.45)

CMYK percentages

%38.85
%43.88
%0
%45.49

Codes

Color #554E8B in popluar color models

55 4E 8B
RGB 85 78 139
HSL 247° 28.11% 42.55%
HSB/HSV 247° 43.88% 54.51%
CMYK 38.85% 43.88% 0.00%
45.49%

Color #554E8B in popluar number systems.

HEX 55 4E 8B
Decimal 85 78 139
Binary 1010101 1001110 10001011
Octal 125 116 213

Shades and tints

Shades of #554E8B

#554E8B
(85,78,139)
#4E477F
(78,71,127)
#474073
(71,64,115)
#403967
(64,57,103)
#39325B
(57,50,91)
#322B4F
(50,43,79)
#2B2443
(43,36,67)
#241D37
(36,29,55)
#1D162B
(29,22,43)
#160F1F
(22,15,31)
#0F0813
(15,8,19)
#000000
(0,0,0)

Tints of #554E8B

#554E8B
(85,78,139)
#645E95
(100,94,149)
#736E9F
(115,110,159)
#827EA9
(130,126,169)
#918EB3
(145,142,179)
#A09EBD
(160,158,189)
#AFAEC7
(175,174,199)
#BEBED1
(190,190,209)
#CDCEDB
(205,206,219)
#DCDEE5
(220,222,229)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554E8B color. Also use rgb(85,78,139) instead hex code.

Text Font Color

.myTextColor { color: #554E8B; }

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

This text font color is #554E8B.

Background Color

.myBgColor { background-color: #554E8B; }

<div style="background-color:#554E8B">Inner text</div>

This div background color is #554E8B.

Border color

.myBorderColor { border: 1px solid #554E8B; }

<div style="border:3px solid #554E8B">Div</div>

This div border color is #554E8B.

Opacity

.myOpacity80 { color: #554E8B; opacity: 0.8; }

<p style="color:#554E8B;opacity:0.8;">80%</p>

Text with #554E8B 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 #554E8B;}

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

This text has shadow with #554E8B color.


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

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

This text has shadow with #554E8B primary color and red secondary color.


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

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

This text has shadow with #554E8B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #554E8B.

Preview

Color preview on black background

This text has color #554E8B on black background.


Color preview on white background

This text has color #554E8B on white background.


Black color preview on #554E8B background

This text has black color on #554E8B background.


White color preview on #554E8B background

This text has white color on #554E8B background.


Related colors

Complementary color

Complementary color for #hex is #AAB174.


I love getcolorcode.com

Triadic colors

1 #8B554E and #4E8B55 with #554E8B are triadic colors.

2 #8B4E55 and #4E558B with #554E8B are triadic colors.