COLOR #554080

HEX: #554080
RGB: (85,64,128)

Color info

#554080 contains mainly red and blue colors. Web safe color of #554080 is #663366 (or #636).

RGB color model

#554080 color RGB value is (85,64,128).

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

RGB channels and saturation

R 85 of 255 = 33%
G 64 of 255 = 25%
B 128 of 255 = 50%

85
64
128

R + G + B ~ 36%. #554080 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 64 + 128 = 277 (100%)
R 85 of 277 ~ 30.69%
G 64 of 277 ~ 23.1%
B 128 of 277 ~ 46.21%

%30.69
%23.1
%46.21

CMYK color model

#554080 color CMYK value is (34,50,0,50).

  • cyan value is 33.59%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(34,50,0,50)
C34M50Y0K50 
(34%,50%,0%,50%)
(0.34/0.50/0.00/0.50)	

CMYK percentages

%33.59
%50
%0
%49.8

Codes

Color #554080 in popluar color models

554080
RGB8564128
HSL260°33.33%37.65%
HSB/HSV260°50.00%50.20%
CMYK33.59%50.00%0.00%
49.80%

Color #554080 in popluar number systems.

HEX554080
Decimal8564128
Binary1010101100000010000000
Octal125100200

Shades and tints

Shades of #554080

#554080
(85,64,128)
#4E3B75
(78,59,117)
#47366A
(71,54,106)
#40315F
(64,49,95)
#392C54
(57,44,84)
#322749
(50,39,73)
#2B223E
(43,34,62)
#241D33
(36,29,51)
#1D1828
(29,24,40)
#16131D
(22,19,29)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #554080

#554080
(85,64,128)
#64518B
(100,81,139)
#736296
(115,98,150)
#8273A1
(130,115,161)
#9184AC
(145,132,172)
#A095B7
(160,149,183)
#AFA6C2
(175,166,194)
#BEB7CD
(190,183,205)
#CDC8D8
(205,200,216)
#DCD9E3
(220,217,227)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554080; }

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

This text font color is #554080.


Background Color

.myBgColor { background-color: #554080; }

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

This div background color is #554080.


Border color

.myBorderColor { border: 1px solid #554080; }

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

This div border color is #554080.


Opacity

.myOpacity80 { color: #554080; opacity: 0.8; }

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

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

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

This text has shadow with #554080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554080 on black background.


Color preview on white background

This text has color #554080 on white background.



Black color preview on #554080 background

This text has black color on #554080 background.


White color preview on #554080 background

This text has white color on #554080 background.