COLOR #554D93

HEX: #554D93
RGB: (85,77,147)

Color info

#554D93 contains mainly blue color. Web safe color of #554D93 is #663399 (or #639).

RGB color model

#554D93 color RGB value is (85,77,147).

  • red value is 85;
  • green value is 77;
  • blue value is 147.
RGB:
(85,77,147)
(33%,30%,58%)

RGB channels and saturation

R 85 of 255 = 33%
G 77 of 255 = 30%
B 147 of 255 = 58%

85
77
147

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

Portions of RGB colors in percentages

R + G + B =
85 + 77 + 147 = 309 (100%)
R 85 of 309 ~ 27.51%
G 77 of 309 ~ 24.92%
B 147 of 309 ~ 47.57%

%27.51
%24.92
%47.57

CMYK color model

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

  • cyan value is 42.18%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(42,48,0,42)
C42M48Y0K42 
(42%,48%,0%,42%)
(0.42/0.48/0.00/0.42)	

CMYK percentages

%42.18
%47.62
%0
%42.35

Codes

Color #554D93 in popluar color models

554D93
RGB8577147
HSL247°31.25%43.92%
HSB/HSV247°47.62%57.65%
CMYK42.18%47.62%0.00%
42.35%

Color #554D93 in popluar number systems.

HEX554D93
Decimal8577147
Binary1010101100110110010011
Octal125115223

Shades and tints

Shades of #554D93

#554D93
(85,77,147)
#4E4686
(78,70,134)
#473F79
(71,63,121)
#40386C
(64,56,108)
#39315F
(57,49,95)
#322A52
(50,42,82)
#2B2345
(43,35,69)
#241C38
(36,28,56)
#1D152B
(29,21,43)
#160E1E
(22,14,30)
#0F0711
(15,7,17)
#000000
(0,0,0)

Tints of #554D93

#554D93
(85,77,147)
#645D9C
(100,93,156)
#736DA5
(115,109,165)
#827DAE
(130,125,174)
#918DB7
(145,141,183)
#A09DC0
(160,157,192)
#AFADC9
(175,173,201)
#BEBDD2
(190,189,210)
#CDCDDB
(205,205,219)
#DCDDE4
(220,221,228)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554D93; }

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

This text font color is #554D93.


Background Color

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

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

This div background color is #554D93.


Border color

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

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

This div border color is #554D93.


Opacity

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

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

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

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

This text has shadow with #554D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554D93 on black background.


Color preview on white background

This text has color #554D93 on white background.



Black color preview on #554D93 background

This text has black color on #554D93 background.


White color preview on #554D93 background

This text has white color on #554D93 background.