COLOR #546EE5

HEX: #546EE5
RGB: (84,110,229)

Color info

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

RGB color model

#546EE5 color RGB value is (84,110,229).

  • red value is 84;
  • green value is 110;
  • blue value is 229.
RGB:
(84,110,229)
(33%,43%,90%)

RGB channels and saturation

R 84 of 255 = 33%
G 110 of 255 = 43%
B 229 of 255 = 90%

84
110
229

R + G + B ~ 55%. #546EE5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 110 + 229 = 423 (100%)
R 84 of 423 ~ 19.86%
G 110 of 423 ~ 26%
B 229 of 423 ~ 54.14%

%19.86
%26
%54.14

CMYK color model

#546EE5 color CMYK value is (63,52,0,10).

  • cyan value is 63.32%
  • magenta value is 51.97%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(63,52,0,10)
C63M52Y0K10 
(63%,52%,0%,10%)
(0.63/0.52/0.00/0.10)	

CMYK percentages

%63.32
%51.97
%0
%10.2

Codes

Color #546EE5 in popluar color models

546EE5
RGB84110229
HSL229°73.60%61.37%
HSB/HSV229°63.32%89.80%
CMYK63.32%51.97%0.00%
10.20%

Color #546EE5 in popluar number systems.

HEX546EE5
Decimal84110229
Binary1010100110111011100101
Octal124156345

Shades and tints

Shades of #546EE5

#546EE5
(84,110,229)
#4D64D1
(77,100,209)
#465ABD
(70,90,189)
#3F50A9
(63,80,169)
#384695
(56,70,149)
#313C81
(49,60,129)
#2A326D
(42,50,109)
#232859
(35,40,89)
#1C1E45
(28,30,69)
#151431
(21,20,49)
#0E0A1D
(14,10,29)
#000000
(0,0,0)

Tints of #546EE5

#546EE5
(84,110,229)
#637BE7
(99,123,231)
#7288E9
(114,136,233)
#8195EB
(129,149,235)
#90A2ED
(144,162,237)
#9FAFEF
(159,175,239)
#AEBCF1
(174,188,241)
#BDC9F3
(189,201,243)
#CCD6F5
(204,214,245)
#DBE3F7
(219,227,247)
#EAF0F9
(234,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546EE5 color. Also use rgb(84,110,229) instead hex code.

Text Font Color

.myTextColor { color: #546EE5; }

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

This text font color is #546EE5.


Background Color

.myBgColor { background-color: #546EE5; }

<div style="background-color:#546EE5">Inner text</div>

This div background color is #546EE5.


Border color

.myBorderColor { border: 1px solid #546EE5; }

<div style="border:3px solid #546EE5">Div</div>

This div border color is #546EE5.


Opacity

.myOpacity80 { color: #546EE5; opacity: 0.8; }

<p style="color:#546EE5;opacity:0.8;">80%</p>

Text with #546EE5 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 #546EE5;}

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

This text has shadow with #546EE5 color.

.textShadow {text-shadow: 3px 3px 1px #546EE5, 3px 3px 1px red;}

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

This text has shadow with #546EE5 primary color and red secondary color.


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

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

This text has shadow with #546EE5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546EE5 on black background.


Color preview on white background

This text has color #546EE5 on white background.



Black color preview on #546EE5 background

This text has black color on #546EE5 background.


White color preview on #546EE5 background

This text has white color on #546EE5 background.