COLOR #5454D1

HEX: #5454D1
RGB: (84,84,209)

Color info

#5454D1 contains mainly blue color. Web safe color of #5454D1 is #6666CC (or #66C).

RGB color model

#5454D1 color RGB value is (84,84,209).

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

RGB channels and saturation

R 84 of 255 = 33%
G 84 of 255 = 33%
B 209 of 255 = 82%

84
84
209

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

Portions of RGB colors in percentages

R + G + B =
84 + 84 + 209 = 377 (100%)
R 84 of 377 ~ 22.28%
G 84 of 377 ~ 22.28%
B 209 of 377 ~ 55.44%

%22.28
%22.28
%55.44

CMYK color model

#5454D1 color CMYK value is (60,60,0,18).

  • cyan value is 59.81%
  • magenta value is 59.81%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(60,60,0,18)
C60M60Y0K18 
(60%,60%,0%,18%)
(0.60/0.60/0.00/0.18)	

CMYK percentages

%59.81
%59.81
%0
%18.04

Codes

Color #5454D1 in popluar color models

5454D1
RGB8484209
HSL240°57.60%57.45%
HSB/HSV240°59.81%81.96%
CMYK59.81%59.81%0.00%
18.04%

Color #5454D1 in popluar number systems.

HEX5454D1
Decimal8484209
Binary1010100101010011010001
Octal124124321

Shades and tints

Shades of #5454D1

#5454D1
(84,84,209)
#4D4DBE
(77,77,190)
#4646AB
(70,70,171)
#3F3F98
(63,63,152)
#383885
(56,56,133)
#313172
(49,49,114)
#2A2A5F
(42,42,95)
#23234C
(35,35,76)
#1C1C39
(28,28,57)
#151526
(21,21,38)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #5454D1

#5454D1
(84,84,209)
#6363D5
(99,99,213)
#7272D9
(114,114,217)
#8181DD
(129,129,221)
#9090E1
(144,144,225)
#9F9FE5
(159,159,229)
#AEAEE9
(174,174,233)
#BDBDED
(189,189,237)
#CCCCF1
(204,204,241)
#DBDBF5
(219,219,245)
#EAEAF9
(234,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5454D1; }

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

This text font color is #5454D1.


Background Color

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

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

This div background color is #5454D1.


Border color

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

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

This div border color is #5454D1.


Opacity

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

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

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

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

This text has shadow with #5454D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5454D1 on black background.


Color preview on white background

This text has color #5454D1 on white background.



Black color preview on #5454D1 background

This text has black color on #5454D1 background.


White color preview on #5454D1 background

This text has white color on #5454D1 background.