COLOR #5453AD

HEX: #5453AD RGB: (84,83,173)

Color info

#5453AD contains mainly blue color. Web safe color of #5453AD is #666699 (or #669).

RGB color model

#5453AD color RGB value is (84,83,173).

RGB: (84,83,173) (33%, 33%, 68%)

RGB channels and saturation

R 84 of 255 = 33%
G 83 of 255 = 33%
B 173 of 255 = 68%

84
83
173

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

Portions of RGB colors in percentages

R + G + B = 84 + 83 + 173 = 340 (100%)
R 84 of 340 ~ 24.71%
G 83 of 340 ~ 24.41%
B 173 of 340 ~ 50.88'%

%24.71
%24.41
%50.88

CMYK color model

#5453AD color CMYK value is (51,52,0,32).

  • cyan value is 51.45%
  • magenta value is 52.02%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (51,52,0,32)
C51M52Y0K32 (51%, 52%, 0%, 32%)
(0.51 / 0.52 / 0.00 / 0.32)

CMYK percentages

%51.45
%52.02
%0
%32.16

Codes

Color #5453AD in popluar color models

54 53 AD
RGB 84 83 173
HSL 241° 35.43% 50.20%
HSB/HSV 241° 52.02% 67.84%
CMYK 51.45% 52.02% 0.00%
32.16%

Color #5453AD in popluar number systems.

HEX 54 53 AD
Decimal 84 83 173
Binary 1010100 1010011 10101101
Octal 124 123 255

Shades and tints

Shades of #5453AD

#5453AD
(84,83,173)
#4D4C9E
(77,76,158)
#46458F
(70,69,143)
#3F3E80
(63,62,128)
#383771
(56,55,113)
#313062
(49,48,98)
#2A2953
(42,41,83)
#232244
(35,34,68)
#1C1B35
(28,27,53)
#151426
(21,20,38)
#0E0D17
(14,13,23)
#000000
(0,0,0)

Tints of #5453AD

#5453AD
(84,83,173)
#6362B4
(99,98,180)
#7271BB
(114,113,187)
#8180C2
(129,128,194)
#908FC9
(144,143,201)
#9F9ED0
(159,158,208)
#AEADD7
(174,173,215)
#BDBCDE
(189,188,222)
#CCCBE5
(204,203,229)
#DBDAEC
(219,218,236)
#EAE9F3
(234,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5453AD; }

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

This text font color is #5453AD.

Background Color

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

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

This div background color is #5453AD.

Border color

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

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

This div border color is #5453AD.

Opacity

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

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

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

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

This text has shadow with #5453AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5453AD.

Preview

Color preview on black background

This text has color #5453AD on black background.


Color preview on white background

This text has color #5453AD on white background.


Black color preview on #5453AD background

This text has black color on #5453AD background.


White color preview on #5453AD background

This text has white color on #5453AD background.


Related colors

Complementary color

Complementary color for #hex is #ABAC52.


I love getcolorcode.com

Triadic colors

1 #AD5453 and #53AD54 with #5453AD are triadic colors.

2 #AD5354 and #5354AD with #5453AD are triadic colors.