COLOR #5451E7

HEX: #5451E7
RGB: (84,81,231)

Color info

#5451E7 contains mainly blue color. Web safe color of #5451E7 is #6666FF (or #66F).

RGB color model

#5451E7 color RGB value is (84,81,231).

  • red value is 84;
  • green value is 81;
  • blue value is 231.
RGB:
(84,81,231)
(33%,32%,91%)

RGB channels and saturation

R 84 of 255 = 33%
G 81 of 255 = 32%
B 231 of 255 = 91%

84
81
231

R + G + B ~ 52%. #5451E7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 81 + 231 = 396 (100%)
R 84 of 396 ~ 21.21%
G 81 of 396 ~ 20.45%
B 231 of 396 ~ 58.33%

%21.21
%20.45
%58.33

CMYK color model

#5451E7 color CMYK value is (64,65,0,9).

  • cyan value is 63.64%
  • magenta value is 64.94%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(64,65,0,9)
C64M65Y0K9 
(64%,65%,0%,9%)
(0.64/0.65/0.00/0.09)	

CMYK percentages

%63.64
%64.94
%0
%9.41

Codes

Color #5451E7 in popluar color models

5451E7
RGB8481231
HSL241°75.76%61.18%
HSB/HSV241°64.94%90.59%
CMYK63.64%64.94%0.00%
9.41%

Color #5451E7 in popluar number systems.

HEX5451E7
Decimal8481231
Binary1010100101000111100111
Octal124121347

Shades and tints

Shades of #5451E7

#5451E7
(84,81,231)
#4D4AD2
(77,74,210)
#4643BD
(70,67,189)
#3F3CA8
(63,60,168)
#383593
(56,53,147)
#312E7E
(49,46,126)
#2A2769
(42,39,105)
#232054
(35,32,84)
#1C193F
(28,25,63)
#15122A
(21,18,42)
#0E0B15
(14,11,21)
#000000
(0,0,0)

Tints of #5451E7

#5451E7
(84,81,231)
#6360E9
(99,96,233)
#726FEB
(114,111,235)
#817EED
(129,126,237)
#908DEF
(144,141,239)
#9F9CF1
(159,156,241)
#AEABF3
(174,171,243)
#BDBAF5
(189,186,245)
#CCC9F7
(204,201,247)
#DBD8F9
(219,216,249)
#EAE7FB
(234,231,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5451E7 color. Also use rgb(84,81,231) instead hex code.

Text Font Color

.myTextColor { color: #5451E7; }

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

This text font color is #5451E7.


Background Color

.myBgColor { background-color: #5451E7; }

<div style="background-color:#5451E7">Inner text</div>

This div background color is #5451E7.


Border color

.myBorderColor { border: 1px solid #5451E7; }

<div style="border:3px solid #5451E7">Div</div>

This div border color is #5451E7.


Opacity

.myOpacity80 { color: #5451E7; opacity: 0.8; }

<p style="color:#5451E7;opacity:0.8;">80%</p>

Text with #5451E7 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 #5451E7;}

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

This text has shadow with #5451E7 color.

.textShadow {text-shadow: 3px 3px 1px #5451E7, 3px 3px 1px red;}

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

This text has shadow with #5451E7 primary color and red secondary color.


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

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

This text has shadow with #5451E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5451E7 on black background.


Color preview on white background

This text has color #5451E7 on white background.



Black color preview on #5451E7 background

This text has black color on #5451E7 background.


White color preview on #5451E7 background

This text has white color on #5451E7 background.