COLOR #554E80

HEX: #554E80
RGB: (85,78,128)

Color info

#554E80 contains red, green and blue colors in about the same proportion. Web safe color of #554E80 is #666666 (or #666).

RGB color model

#554E80 color RGB value is (85,78,128).

  • red value is 85;
  • green value is 78;
  • blue value is 128.
RGB:
(85,78,128)
(33%,31%,50%)

RGB channels and saturation

R 85 of 255 = 33%
G 78 of 255 = 31%
B 128 of 255 = 50%

85
78
128

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

Portions of RGB colors in percentages

R + G + B =
85 + 78 + 128 = 291 (100%)
R 85 of 291 ~ 29.21%
G 78 of 291 ~ 26.8%
B 128 of 291 ~ 43.99%

%29.21
%26.8
%43.99

CMYK color model

#554E80 color CMYK value is (34,39,0,50).

  • cyan value is 33.59%
  • magenta value is 39.06%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(34,39,0,50)
C34M39Y0K50 
(34%,39%,0%,50%)
(0.34/0.39/0.00/0.50)	

CMYK percentages

%33.59
%39.06
%0
%49.8

Codes

Color #554E80 in popluar color models

554E80
RGB8578128
HSL248°24.27%40.39%
HSB/HSV248°39.06%50.20%
CMYK33.59%39.06%0.00%
49.80%

Color #554E80 in popluar number systems.

HEX554E80
Decimal8578128
Binary1010101100111010000000
Octal125116200

Shades and tints

Shades of #554E80

#554E80
(85,78,128)
#4E4775
(78,71,117)
#47406A
(71,64,106)
#40395F
(64,57,95)
#393254
(57,50,84)
#322B49
(50,43,73)
#2B243E
(43,36,62)
#241D33
(36,29,51)
#1D1628
(29,22,40)
#160F1D
(22,15,29)
#0F0812
(15,8,18)
#000000
(0,0,0)

Tints of #554E80

#554E80
(85,78,128)
#645E8B
(100,94,139)
#736E96
(115,110,150)
#827EA1
(130,126,161)
#918EAC
(145,142,172)
#A09EB7
(160,158,183)
#AFAEC2
(175,174,194)
#BEBECD
(190,190,205)
#CDCED8
(205,206,216)
#DCDEE3
(220,222,227)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554E80; }

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

This text font color is #554E80.


Background Color

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

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

This div background color is #554E80.


Border color

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

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

This div border color is #554E80.


Opacity

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

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

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

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

This text has shadow with #554E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554E80 on black background.


Color preview on white background

This text has color #554E80 on white background.



Black color preview on #554E80 background

This text has black color on #554E80 background.


White color preview on #554E80 background

This text has white color on #554E80 background.