COLOR #54558B

HEX: #54558B RGB: (84,85,139)

Color info

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

RGB color model

#54558B color RGB value is (84,85,139).

RGB: (84,85,139) (33%, 33%, 55%)

RGB channels and saturation

R 84 of 255 = 33%
G 85 of 255 = 33%
B 139 of 255 = 55%

84
85
139

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

Portions of RGB colors in percentages

R + G + B = 84 + 85 + 139 = 308 (100%)
R 84 of 308 ~ 27.27%
G 85 of 308 ~ 27.6%
B 139 of 308 ~ 45.13'%

%27.27
%27.6
%45.13

CMYK color model

#54558B color CMYK value is (40,39,0,45).

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

CMYK: (40,39,0,45)
C40M39Y0K45 (40%, 39%, 0%, 45%)
(0.40 / 0.39 / 0.00 / 0.45)

CMYK percentages

%39.57
%38.85
%0
%45.49

Codes

Color #54558B in popluar color models

54 55 8B
RGB 84 85 139
HSL 239° 24.66% 43.73%
HSB/HSV 239° 39.57% 54.51%
CMYK 39.57% 38.85% 0.00%
45.49%

Color #54558B in popluar number systems.

HEX 54 55 8B
Decimal 84 85 139
Binary 1010100 1010101 10001011
Octal 124 125 213

Shades and tints

Shades of #54558B

#54558B
(84,85,139)
#4D4E7F
(77,78,127)
#464773
(70,71,115)
#3F4067
(63,64,103)
#38395B
(56,57,91)
#31324F
(49,50,79)
#2A2B43
(42,43,67)
#232437
(35,36,55)
#1C1D2B
(28,29,43)
#15161F
(21,22,31)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #54558B

#54558B
(84,85,139)
#636495
(99,100,149)
#72739F
(114,115,159)
#8182A9
(129,130,169)
#9091B3
(144,145,179)
#9FA0BD
(159,160,189)
#AEAFC7
(174,175,199)
#BDBED1
(189,190,209)
#CCCDDB
(204,205,219)
#DBDCE5
(219,220,229)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54558B color. Also use rgb(84,85,139) instead hex code.

Text Font Color

.myTextColor { color: #54558B; }

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

This text font color is #54558B.

Background Color

.myBgColor { background-color: #54558B; }

<div style="background-color:#54558B">Inner text</div>

This div background color is #54558B.

Border color

.myBorderColor { border: 1px solid #54558B; }

<div style="border:3px solid #54558B">Div</div>

This div border color is #54558B.

Opacity

.myOpacity80 { color: #54558B; opacity: 0.8; }

<p style="color:#54558B;opacity:0.8;">80%</p>

Text with #54558B 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 #54558B;}

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

This text has shadow with #54558B color.


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

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

This text has shadow with #54558B primary color and red secondary color.


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

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

This text has shadow with #54558B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #54558B.

Preview

Color preview on black background

This text has color #54558B on black background.


Color preview on white background

This text has color #54558B on white background.


Black color preview on #54558B background

This text has black color on #54558B background.


White color preview on #54558B background

This text has white color on #54558B background.


Related colors

Complementary color

Complementary color for #hex is #ABAA74.


I love getcolorcode.com

Triadic colors

1 #8B5455 and #558B54 with #54558B are triadic colors.

2 #8B5554 and #55548B with #54558B are triadic colors.