COLOR #554579

HEX: #554579
RGB: (85,69,121)

Color info

#554579 contains red, green and blue colors in about the same proportion. Web safe color of #554579 is #663366 (or #636).

RGB color model

#554579 color RGB value is (85,69,121).

  • red value is 85;
  • green value is 69;
  • blue value is 121.
RGB:
(85,69,121)
(33%,27%,47%)

RGB channels and saturation

R 85 of 255 = 33%
G 69 of 255 = 27%
B 121 of 255 = 47%

85
69
121

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

Portions of RGB colors in percentages

R + G + B =
85 + 69 + 121 = 275 (100%)
R 85 of 275 ~ 30.91%
G 69 of 275 ~ 25.09%
B 121 of 275 ~ 44%

%30.91
%25.09
%44

CMYK color model

#554579 color CMYK value is (30,43,0,53).

  • cyan value is 29.75%
  • magenta value is 42.98%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(30,43,0,53)
C30M43Y0K53 
(30%,43%,0%,53%)
(0.30/0.43/0.00/0.53)	

CMYK percentages

%29.75
%42.98
%0
%52.55

Codes

Color #554579 in popluar color models

554579
RGB8569121
HSL258°27.37%37.25%
HSB/HSV258°42.98%47.45%
CMYK29.75%42.98%0.00%
52.55%

Color #554579 in popluar number systems.

HEX554579
Decimal8569121
Binary101010110001011111001
Octal125105171

Shades and tints

Shades of #554579

#554579
(85,69,121)
#4E3F6E
(78,63,110)
#473963
(71,57,99)
#403358
(64,51,88)
#392D4D
(57,45,77)
#322742
(50,39,66)
#2B2137
(43,33,55)
#241B2C
(36,27,44)
#1D1521
(29,21,33)
#160F16
(22,15,22)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #554579

#554579
(85,69,121)
#645585
(100,85,133)
#736591
(115,101,145)
#82759D
(130,117,157)
#9185A9
(145,133,169)
#A095B5
(160,149,181)
#AFA5C1
(175,165,193)
#BEB5CD
(190,181,205)
#CDC5D9
(205,197,217)
#DCD5E5
(220,213,229)
#EBE5F1
(235,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554579 color. Also use rgb(85,69,121) instead hex code.

Text Font Color

.myTextColor { color: #554579; }

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

This text font color is #554579.


Background Color

.myBgColor { background-color: #554579; }

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

This div background color is #554579.


Border color

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

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

This div border color is #554579.


Opacity

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

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

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

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

This text has shadow with #554579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554579 on black background.


Color preview on white background

This text has color #554579 on white background.



Black color preview on #554579 background

This text has black color on #554579 background.


White color preview on #554579 background

This text has white color on #554579 background.