COLOR #5454A3

HEX: #5454A3
RGB: (84,84,163)

Color info

#5454A3 contains mainly blue color. Web safe color of #5454A3 is #666699 (or #669).

RGB color model

#5454A3 color RGB value is (84,84,163).

  • red value is 84;
  • green value is 84;
  • blue value is 163.
RGB:
(84,84,163)
(33%,33%,64%)

RGB channels and saturation

R 84 of 255 = 33%
G 84 of 255 = 33%
B 163 of 255 = 64%

84
84
163

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

Portions of RGB colors in percentages

R + G + B =
84 + 84 + 163 = 331 (100%)
R 84 of 331 ~ 25.38%
G 84 of 331 ~ 25.38%
B 163 of 331 ~ 49.24%

%25.38
%25.38
%49.24

CMYK color model

#5454A3 color CMYK value is (48,48,0,36).

  • cyan value is 48.47%
  • magenta value is 48.47%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(48,48,0,36)
C48M48Y0K36 
(48%,48%,0%,36%)
(0.48/0.48/0.00/0.36)	

CMYK percentages

%48.47
%48.47
%0
%36.08

Codes

Color #5454A3 in popluar color models

5454A3
RGB8484163
HSL240°31.98%48.43%
HSB/HSV240°48.47%63.92%
CMYK48.47%48.47%0.00%
36.08%

Color #5454A3 in popluar number systems.

HEX5454A3
Decimal8484163
Binary1010100101010010100011
Octal124124243

Shades and tints

Shades of #5454A3

#5454A3
(84,84,163)
#4D4D95
(77,77,149)
#464687
(70,70,135)
#3F3F79
(63,63,121)
#38386B
(56,56,107)
#31315D
(49,49,93)
#2A2A4F
(42,42,79)
#232341
(35,35,65)
#1C1C33
(28,28,51)
#151525
(21,21,37)
#0E0E17
(14,14,23)
#000000
(0,0,0)

Tints of #5454A3

#5454A3
(84,84,163)
#6363AB
(99,99,171)
#7272B3
(114,114,179)
#8181BB
(129,129,187)
#9090C3
(144,144,195)
#9F9FCB
(159,159,203)
#AEAED3
(174,174,211)
#BDBDDB
(189,189,219)
#CCCCE3
(204,204,227)
#DBDBEB
(219,219,235)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5454A3 color. Also use rgb(84,84,163) instead hex code.

Text Font Color

.myTextColor { color: #5454A3; }

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

This text font color is #5454A3.


Background Color

.myBgColor { background-color: #5454A3; }

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

This div background color is #5454A3.


Border color

.myBorderColor { border: 1px solid #5454A3; }

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

This div border color is #5454A3.


Opacity

.myOpacity80 { color: #5454A3; opacity: 0.8; }

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

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

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

This text has shadow with #5454A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5454A3 on black background.


Color preview on white background

This text has color #5454A3 on white background.



Black color preview on #5454A3 background

This text has black color on #5454A3 background.


White color preview on #5454A3 background

This text has white color on #5454A3 background.