COLOR #554A89

HEX: #554A89
RGB: (85,74,137)

Color info

#554A89 contains mainly red and blue colors. Web safe color of #554A89 is #663399 (or #639).

RGB color model

#554A89 color RGB value is (85,74,137).

  • red value is 85;
  • green value is 74;
  • blue value is 137.
RGB:
(85,74,137)
(33%,29%,54%)

RGB channels and saturation

R 85 of 255 = 33%
G 74 of 255 = 29%
B 137 of 255 = 54%

85
74
137

R + G + B ~ 39%. #554A89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 74 + 137 = 296 (100%)
R 85 of 296 ~ 28.72%
G 74 of 296 ~ 25%
B 137 of 296 ~ 46.28%

%28.72
%25
%46.28

CMYK color model

#554A89 color CMYK value is (38,46,0,46).

  • cyan value is 37.96%
  • magenta value is 45.99%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(38,46,0,46)
C38M46Y0K46 
(38%,46%,0%,46%)
(0.38/0.46/0.00/0.46)	

CMYK percentages

%37.96
%45.99
%0
%46.27

Codes

Color #554A89 in popluar color models

554A89
RGB8574137
HSL250°29.86%41.37%
HSB/HSV250°45.99%53.73%
CMYK37.96%45.99%0.00%
46.27%

Color #554A89 in popluar number systems.

HEX554A89
Decimal8574137
Binary1010101100101010001001
Octal125112211

Shades and tints

Shades of #554A89

#554A89
(85,74,137)
#4E447D
(78,68,125)
#473E71
(71,62,113)
#403865
(64,56,101)
#393259
(57,50,89)
#322C4D
(50,44,77)
#2B2641
(43,38,65)
#242035
(36,32,53)
#1D1A29
(29,26,41)
#16141D
(22,20,29)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #554A89

#554A89
(85,74,137)
#645A93
(100,90,147)
#736A9D
(115,106,157)
#827AA7
(130,122,167)
#918AB1
(145,138,177)
#A09ABB
(160,154,187)
#AFAAC5
(175,170,197)
#BEBACF
(190,186,207)
#CDCAD9
(205,202,217)
#DCDAE3
(220,218,227)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554A89 color. Also use rgb(85,74,137) instead hex code.

Text Font Color

.myTextColor { color: #554A89; }

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

This text font color is #554A89.


Background Color

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

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

This div background color is #554A89.


Border color

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

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

This div border color is #554A89.


Opacity

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

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

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

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

This text has shadow with #554A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554A89 on black background.


Color preview on white background

This text has color #554A89 on white background.



Black color preview on #554A89 background

This text has black color on #554A89 background.


White color preview on #554A89 background

This text has white color on #554A89 background.