COLOR #546BE0

HEX: #546BE0
RGB: (84,107,224)

Color info

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

RGB color model

#546BE0 color RGB value is (84,107,224).

  • red value is 84;
  • green value is 107;
  • blue value is 224.
RGB:
(84,107,224)
(33%,42%,88%)

RGB channels and saturation

R 84 of 255 = 33%
G 107 of 255 = 42%
B 224 of 255 = 88%

84
107
224

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

Portions of RGB colors in percentages

R + G + B =
84 + 107 + 224 = 415 (100%)
R 84 of 415 ~ 20.24%
G 107 of 415 ~ 25.78%
B 224 of 415 ~ 53.98%

%20.24
%25.78
%53.98

CMYK color model

#546BE0 color CMYK value is (63,52,0,12).

  • cyan value is 62.50%
  • magenta value is 52.23%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(63,52,0,12)
C63M52Y0K12 
(63%,52%,0%,12%)
(0.63/0.52/0.00/0.12)	

CMYK percentages

%62.5
%52.23
%0
%12.16

Codes

Color #546BE0 in popluar color models

546BE0
RGB84107224
HSL230°69.31%60.39%
HSB/HSV230°62.50%87.84%
CMYK62.50%52.23%0.00%
12.16%

Color #546BE0 in popluar number systems.

HEX546BE0
Decimal84107224
Binary1010100110101111100000
Octal124153340

Shades and tints

Shades of #546BE0

#546BE0
(84,107,224)
#4D62CC
(77,98,204)
#4659B8
(70,89,184)
#3F50A4
(63,80,164)
#384790
(56,71,144)
#313E7C
(49,62,124)
#2A3568
(42,53,104)
#232C54
(35,44,84)
#1C2340
(28,35,64)
#151A2C
(21,26,44)
#0E1118
(14,17,24)
#000000
(0,0,0)

Tints of #546BE0

#546BE0
(84,107,224)
#6378E2
(99,120,226)
#7285E4
(114,133,228)
#8192E6
(129,146,230)
#909FE8
(144,159,232)
#9FACEA
(159,172,234)
#AEB9EC
(174,185,236)
#BDC6EE
(189,198,238)
#CCD3F0
(204,211,240)
#DBE0F2
(219,224,242)
#EAEDF4
(234,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546BE0 color. Also use rgb(84,107,224) instead hex code.

Text Font Color

.myTextColor { color: #546BE0; }

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

This text font color is #546BE0.


Background Color

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

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

This div background color is #546BE0.


Border color

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

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

This div border color is #546BE0.


Opacity

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

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

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

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

This text has shadow with #546BE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546BE0 on black background.


Color preview on white background

This text has color #546BE0 on white background.



Black color preview on #546BE0 background

This text has black color on #546BE0 background.


White color preview on #546BE0 background

This text has white color on #546BE0 background.