COLOR #5466E1

HEX: #5466E1
RGB: (84,102,225)

Color info

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

RGB color model

#5466E1 color RGB value is (84,102,225).

  • red value is 84;
  • green value is 102;
  • blue value is 225.
RGB:
(84,102,225)
(33%,40%,88%)

RGB channels and saturation

R 84 of 255 = 33%
G 102 of 255 = 40%
B 225 of 255 = 88%

84
102
225

R + G + B ~ 54%. #5466E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 102 + 225 = 411 (100%)
R 84 of 411 ~ 20.44%
G 102 of 411 ~ 24.82%
B 225 of 411 ~ 54.74%

%20.44
%24.82
%54.74

CMYK color model

#5466E1 color CMYK value is (63,55,0,12).

  • cyan value is 62.67%
  • magenta value is 54.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(63,55,0,12)
C63M55Y0K12 
(63%,55%,0%,12%)
(0.63/0.55/0.00/0.12)	

CMYK percentages

%62.67
%54.67
%0
%11.76

Codes

Color #5466E1 in popluar color models

5466E1
RGB84102225
HSL232°70.15%60.59%
HSB/HSV232°62.67%88.24%
CMYK62.67%54.67%0.00%
11.76%

Color #5466E1 in popluar number systems.

HEX5466E1
Decimal84102225
Binary1010100110011011100001
Octal124146341

Shades and tints

Shades of #5466E1

#5466E1
(84,102,225)
#4D5DCD
(77,93,205)
#4654B9
(70,84,185)
#3F4BA5
(63,75,165)
#384291
(56,66,145)
#31397D
(49,57,125)
#2A3069
(42,48,105)
#232755
(35,39,85)
#1C1E41
(28,30,65)
#15152D
(21,21,45)
#0E0C19
(14,12,25)
#000000
(0,0,0)

Tints of #5466E1

#5466E1
(84,102,225)
#6373E3
(99,115,227)
#7280E5
(114,128,229)
#818DE7
(129,141,231)
#909AE9
(144,154,233)
#9FA7EB
(159,167,235)
#AEB4ED
(174,180,237)
#BDC1EF
(189,193,239)
#CCCEF1
(204,206,241)
#DBDBF3
(219,219,243)
#EAE8F5
(234,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5466E1 color. Also use rgb(84,102,225) instead hex code.

Text Font Color

.myTextColor { color: #5466E1; }

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

This text font color is #5466E1.


Background Color

.myBgColor { background-color: #5466E1; }

<div style="background-color:#5466E1">Inner text</div>

This div background color is #5466E1.


Border color

.myBorderColor { border: 1px solid #5466E1; }

<div style="border:3px solid #5466E1">Div</div>

This div border color is #5466E1.


Opacity

.myOpacity80 { color: #5466E1; opacity: 0.8; }

<p style="color:#5466E1;opacity:0.8;">80%</p>

Text with #5466E1 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 #5466E1;}

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

This text has shadow with #5466E1 color.

.textShadow {text-shadow: 3px 3px 1px #5466E1, 3px 3px 1px red;}

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

This text has shadow with #5466E1 primary color and red secondary color.


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

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

This text has shadow with #5466E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5466E1 on black background.


Color preview on white background

This text has color #5466E1 on white background.



Black color preview on #5466E1 background

This text has black color on #5466E1 background.


White color preview on #5466E1 background

This text has white color on #5466E1 background.