COLOR #5449AD

HEX: #5449AD
RGB: (84,73,173)

Color info

#5449AD contains mainly blue color. Web safe color of #5449AD is #663399 (or #639).

RGB color model

#5449AD color RGB value is (84,73,173).

  • red value is 84;
  • green value is 73;
  • blue value is 173.
RGB:
(84,73,173)
(33%,29%,68%)

RGB channels and saturation

R 84 of 255 = 33%
G 73 of 255 = 29%
B 173 of 255 = 68%

84
73
173

R + G + B ~ 43%. #5449AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 73 + 173 = 330 (100%)
R 84 of 330 ~ 25.45%
G 73 of 330 ~ 22.12%
B 173 of 330 ~ 52.42%

%25.45
%22.12
%52.42

CMYK color model

#5449AD color CMYK value is (51,58,0,32).

  • cyan value is 51.45%
  • magenta value is 57.80%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(51,58,0,32)
C51M58Y0K32 
(51%,58%,0%,32%)
(0.51/0.58/0.00/0.32)	

CMYK percentages

%51.45
%57.8
%0
%32.16

Codes

Color #5449AD in popluar color models

5449AD
RGB8473173
HSL247°40.65%48.24%
HSB/HSV247°57.80%67.84%
CMYK51.45%57.80%0.00%
32.16%

Color #5449AD in popluar number systems.

HEX5449AD
Decimal8473173
Binary1010100100100110101101
Octal124111255

Shades and tints

Shades of #5449AD

#5449AD
(84,73,173)
#4D439E
(77,67,158)
#463D8F
(70,61,143)
#3F3780
(63,55,128)
#383171
(56,49,113)
#312B62
(49,43,98)
#2A2553
(42,37,83)
#231F44
(35,31,68)
#1C1935
(28,25,53)
#151326
(21,19,38)
#0E0D17
(14,13,23)
#000000
(0,0,0)

Tints of #5449AD

#5449AD
(84,73,173)
#6359B4
(99,89,180)
#7269BB
(114,105,187)
#8179C2
(129,121,194)
#9089C9
(144,137,201)
#9F99D0
(159,153,208)
#AEA9D7
(174,169,215)
#BDB9DE
(189,185,222)
#CCC9E5
(204,201,229)
#DBD9EC
(219,217,236)
#EAE9F3
(234,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5449AD color. Also use rgb(84,73,173) instead hex code.

Text Font Color

.myTextColor { color: #5449AD; }

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

This text font color is #5449AD.


Background Color

.myBgColor { background-color: #5449AD; }

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

This div background color is #5449AD.


Border color

.myBorderColor { border: 1px solid #5449AD; }

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

This div border color is #5449AD.


Opacity

.myOpacity80 { color: #5449AD; opacity: 0.8; }

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

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

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

This text has shadow with #5449AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5449AD on black background.


Color preview on white background

This text has color #5449AD on white background.



Black color preview on #5449AD background

This text has black color on #5449AD background.


White color preview on #5449AD background

This text has white color on #5449AD background.