COLOR #5450AB

HEX: #5450AB
RGB: (84,80,171)

Color info

#5450AB contains mainly blue color. Web safe color of #5450AB is #666699 (or #669).

RGB color model

#5450AB color RGB value is (84,80,171).

  • red value is 84;
  • green value is 80;
  • blue value is 171.
RGB:
(84,80,171)
(33%,31%,67%)

RGB channels and saturation

R 84 of 255 = 33%
G 80 of 255 = 31%
B 171 of 255 = 67%

84
80
171

R + G + B ~ 44%. #5450AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 80 + 171 = 335 (100%)
R 84 of 335 ~ 25.07%
G 80 of 335 ~ 23.88%
B 171 of 335 ~ 51.04%

%25.07
%23.88
%51.04

CMYK color model

#5450AB color CMYK value is (51,53,0,33).

  • cyan value is 50.88%
  • magenta value is 53.22%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(51,53,0,33)
C51M53Y0K33 
(51%,53%,0%,33%)
(0.51/0.53/0.00/0.33)	

CMYK percentages

%50.88
%53.22
%0
%32.94

Codes

Color #5450AB in popluar color models

5450AB
RGB8480171
HSL243°36.25%49.22%
HSB/HSV243°53.22%67.06%
CMYK50.88%53.22%0.00%
32.94%

Color #5450AB in popluar number systems.

HEX5450AB
Decimal8480171
Binary1010100101000010101011
Octal124120253

Shades and tints

Shades of #5450AB

#5450AB
(84,80,171)
#4D499C
(77,73,156)
#46428D
(70,66,141)
#3F3B7E
(63,59,126)
#38346F
(56,52,111)
#312D60
(49,45,96)
#2A2651
(42,38,81)
#231F42
(35,31,66)
#1C1833
(28,24,51)
#151124
(21,17,36)
#0E0A15
(14,10,21)
#000000
(0,0,0)

Tints of #5450AB

#5450AB
(84,80,171)
#635FB2
(99,95,178)
#726EB9
(114,110,185)
#817DC0
(129,125,192)
#908CC7
(144,140,199)
#9F9BCE
(159,155,206)
#AEAAD5
(174,170,213)
#BDB9DC
(189,185,220)
#CCC8E3
(204,200,227)
#DBD7EA
(219,215,234)
#EAE6F1
(234,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5450AB color. Also use rgb(84,80,171) instead hex code.

Text Font Color

.myTextColor { color: #5450AB; }

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

This text font color is #5450AB.


Background Color

.myBgColor { background-color: #5450AB; }

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

This div background color is #5450AB.


Border color

.myBorderColor { border: 1px solid #5450AB; }

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

This div border color is #5450AB.


Opacity

.myOpacity80 { color: #5450AB; opacity: 0.8; }

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

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

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

This text has shadow with #5450AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5450AB on black background.


Color preview on white background

This text has color #5450AB on white background.



Black color preview on #5450AB background

This text has black color on #5450AB background.


White color preview on #5450AB background

This text has white color on #5450AB background.