COLOR #554D84

HEX: #554D84 RGB: (85,77,132)

Color info

#554D84 contains red, green and blue colors in about the same proportion. Web safe color of #554D84 is #663399 (or #639).

RGB color model

#554D84 color RGB value is (85,77,132).

RGB: (85,77,132) (33%, 30%, 52%)

RGB channels and saturation

R 85 of 255 = 33%
G 77 of 255 = 30%
B 132 of 255 = 52%

85
77
132

R + G + B ~ 38%. #554D84 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 77 + 132 = 294 (100%)
R 85 of 294 ~ 28.91%
G 77 of 294 ~ 26.19%
B 132 of 294 ~ 44.9'%

%28.91
%26.19
%44.9

CMYK color model

#554D84 color CMYK value is (36,42,0,48).

  • cyan value is 35.61%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (36,42,0,48)
C36M42Y0K48 (36%, 42%, 0%, 48%)
(0.36 / 0.42 / 0.00 / 0.48)

CMYK percentages

%35.61
%41.67
%0
%48.24

Codes

Color #554D84 in popluar color models

55 4D 84
RGB 85 77 132
HSL 249° 26.32% 40.98%
HSB/HSV 249° 41.67% 51.76%
CMYK 35.61% 41.67% 0.00%
48.24%

Color #554D84 in popluar number systems.

HEX 55 4D 84
Decimal 85 77 132
Binary 1010101 1001101 10000100
Octal 125 115 204

Shades and tints

Shades of #554D84

#554D84
(85,77,132)
#4E4678
(78,70,120)
#473F6C
(71,63,108)
#403860
(64,56,96)
#393154
(57,49,84)
#322A48
(50,42,72)
#2B233C
(43,35,60)
#241C30
(36,28,48)
#1D1524
(29,21,36)
#160E18
(22,14,24)
#0F070C
(15,7,12)
#000000
(0,0,0)

Tints of #554D84

#554D84
(85,77,132)
#645D8F
(100,93,143)
#736D9A
(115,109,154)
#827DA5
(130,125,165)
#918DB0
(145,141,176)
#A09DBB
(160,157,187)
#AFADC6
(175,173,198)
#BEBDD1
(190,189,209)
#CDCDDC
(205,205,220)
#DCDDE7
(220,221,231)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554D84 color. Also use rgb(85,77,132) instead hex code.

Text Font Color

.myTextColor { color: #554D84; }

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

This text font color is #554D84.

Background Color

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

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

This div background color is #554D84.

Border color

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

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

This div border color is #554D84.

Opacity

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

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

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

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

This text has shadow with #554D84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554D84.

Preview

Color preview on black background

This text has color #554D84 on black background.


Color preview on white background

This text has color #554D84 on white background.


Black color preview on #554D84 background

This text has black color on #554D84 background.


White color preview on #554D84 background

This text has white color on #554D84 background.


Related colors

Complementary color

Complementary color for #hex is #AAB27B.


I love getcolorcode.com

Triadic colors

1 #84554D and #4D8455 with #554D84 are triadic colors.

2 #844D55 and #4D5584 with #554D84 are triadic colors.