COLOR #5460E3

HEX: #5460E3
RGB: (84,96,227)

Color info

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

RGB color model

#5460E3 color RGB value is (84,96,227).

  • red value is 84;
  • green value is 96;
  • blue value is 227.
RGB:
(84,96,227)
(33%,38%,89%)

RGB channels and saturation

R 84 of 255 = 33%
G 96 of 255 = 38%
B 227 of 255 = 89%

84
96
227

R + G + B ~ 53%. #5460E3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 96 + 227 = 407 (100%)
R 84 of 407 ~ 20.64%
G 96 of 407 ~ 23.59%
B 227 of 407 ~ 55.77%

%20.64
%23.59
%55.77

CMYK color model

#5460E3 color CMYK value is (63,58,0,11).

  • cyan value is 63.00%
  • magenta value is 57.71%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(63,58,0,11)
C63M58Y0K11 
(63%,58%,0%,11%)
(0.63/0.58/0.00/0.11)	

CMYK percentages

%63
%57.71
%0
%10.98

Codes

Color #5460E3 in popluar color models

5460E3
RGB8496227
HSL235°71.86%60.98%
HSB/HSV235°63.00%89.02%
CMYK63.00%57.71%0.00%
10.98%

Color #5460E3 in popluar number systems.

HEX5460E3
Decimal8496227
Binary1010100110000011100011
Octal124140343

Shades and tints

Shades of #5460E3

#5460E3
(84,96,227)
#4D58CF
(77,88,207)
#4650BB
(70,80,187)
#3F48A7
(63,72,167)
#384093
(56,64,147)
#31387F
(49,56,127)
#2A306B
(42,48,107)
#232857
(35,40,87)
#1C2043
(28,32,67)
#15182F
(21,24,47)
#0E101B
(14,16,27)
#000000
(0,0,0)

Tints of #5460E3

#5460E3
(84,96,227)
#636EE5
(99,110,229)
#727CE7
(114,124,231)
#818AE9
(129,138,233)
#9098EB
(144,152,235)
#9FA6ED
(159,166,237)
#AEB4EF
(174,180,239)
#BDC2F1
(189,194,241)
#CCD0F3
(204,208,243)
#DBDEF5
(219,222,245)
#EAECF7
(234,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5460E3 color. Also use rgb(84,96,227) instead hex code.

Text Font Color

.myTextColor { color: #5460E3; }

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

This text font color is #5460E3.


Background Color

.myBgColor { background-color: #5460E3; }

<div style="background-color:#5460E3">Inner text</div>

This div background color is #5460E3.


Border color

.myBorderColor { border: 1px solid #5460E3; }

<div style="border:3px solid #5460E3">Div</div>

This div border color is #5460E3.


Opacity

.myOpacity80 { color: #5460E3; opacity: 0.8; }

<p style="color:#5460E3;opacity:0.8;">80%</p>

Text with #5460E3 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 #5460E3;}

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

This text has shadow with #5460E3 color.

.textShadow {text-shadow: 3px 3px 1px #5460E3, 3px 3px 1px red;}

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

This text has shadow with #5460E3 primary color and red secondary color.


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

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

This text has shadow with #5460E3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5460E3 on black background.


Color preview on white background

This text has color #5460E3 on white background.



Black color preview on #5460E3 background

This text has black color on #5460E3 background.


White color preview on #5460E3 background

This text has white color on #5460E3 background.