COLOR #5458E1

HEX: #5458E1
RGB: (84,88,225)

Color info

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

RGB color model

#5458E1 color RGB value is (84,88,225).

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

RGB channels and saturation

R 84 of 255 = 33%
G 88 of 255 = 35%
B 225 of 255 = 88%

84
88
225

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

Portions of RGB colors in percentages

R + G + B =
84 + 88 + 225 = 397 (100%)
R 84 of 397 ~ 21.16%
G 88 of 397 ~ 22.17%
B 225 of 397 ~ 56.68%

%21.16
%22.17
%56.68

CMYK color model

#5458E1 color CMYK value is (63,61,0,12).

  • cyan value is 62.67%
  • magenta value is 60.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(63,61,0,12)
C63M61Y0K12 
(63%,61%,0%,12%)
(0.63/0.61/0.00/0.12)	

CMYK percentages

%62.67
%60.89
%0
%11.76

Codes

Color #5458E1 in popluar color models

5458E1
RGB8488225
HSL238°70.15%60.59%
HSB/HSV238°62.67%88.24%
CMYK62.67%60.89%0.00%
11.76%

Color #5458E1 in popluar number systems.

HEX5458E1
Decimal8488225
Binary1010100101100011100001
Octal124130341

Shades and tints

Shades of #5458E1

#5458E1
(84,88,225)
#4D50CD
(77,80,205)
#4648B9
(70,72,185)
#3F40A5
(63,64,165)
#383891
(56,56,145)
#31307D
(49,48,125)
#2A2869
(42,40,105)
#232055
(35,32,85)
#1C1841
(28,24,65)
#15102D
(21,16,45)
#0E0819
(14,8,25)
#000000
(0,0,0)

Tints of #5458E1

#5458E1
(84,88,225)
#6367E3
(99,103,227)
#7276E5
(114,118,229)
#8185E7
(129,133,231)
#9094E9
(144,148,233)
#9FA3EB
(159,163,235)
#AEB2ED
(174,178,237)
#BDC1EF
(189,193,239)
#CCD0F1
(204,208,241)
#DBDFF3
(219,223,243)
#EAEEF5
(234,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5458E1; }

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

This text font color is #5458E1.


Background Color

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

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

This div background color is #5458E1.


Border color

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

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

This div border color is #5458E1.


Opacity

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

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

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

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

This text has shadow with #5458E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5458E1 on black background.


Color preview on white background

This text has color #5458E1 on white background.



Black color preview on #5458E1 background

This text has black color on #5458E1 background.


White color preview on #5458E1 background

This text has white color on #5458E1 background.