COLOR #546EAD

HEX: #546EAD
RGB: (84,110,173)

Color info

#546EAD contains mainly blue color. Web safe color of #546EAD is #666699 (or #669).

RGB color model

#546EAD color RGB value is (84,110,173).

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

RGB channels and saturation

R 84 of 255 = 33%
G 110 of 255 = 43%
B 173 of 255 = 68%

84
110
173

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

Portions of RGB colors in percentages

R + G + B =
84 + 110 + 173 = 367 (100%)
R 84 of 367 ~ 22.89%
G 110 of 367 ~ 29.97%
B 173 of 367 ~ 47.14%

%22.89
%29.97
%47.14

CMYK color model

#546EAD color CMYK value is (51,36,0,32).

  • cyan value is 51.45%
  • magenta value is 36.42%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(51,36,0,32)
C51M36Y0K32 
(51%,36%,0%,32%)
(0.51/0.36/0.00/0.32)	

CMYK percentages

%51.45
%36.42
%0
%32.16

Codes

Color #546EAD in popluar color models

546EAD
RGB84110173
HSL222°35.18%50.39%
HSB/HSV222°51.45%67.84%
CMYK51.45%36.42%0.00%
32.16%

Color #546EAD in popluar number systems.

HEX546EAD
Decimal84110173
Binary1010100110111010101101
Octal124156255

Shades and tints

Shades of #546EAD

#546EAD
(84,110,173)
#4D649E
(77,100,158)
#465A8F
(70,90,143)
#3F5080
(63,80,128)
#384671
(56,70,113)
#313C62
(49,60,98)
#2A3253
(42,50,83)
#232844
(35,40,68)
#1C1E35
(28,30,53)
#151426
(21,20,38)
#0E0A17
(14,10,23)
#000000
(0,0,0)

Tints of #546EAD

#546EAD
(84,110,173)
#637BB4
(99,123,180)
#7288BB
(114,136,187)
#8195C2
(129,149,194)
#90A2C9
(144,162,201)
#9FAFD0
(159,175,208)
#AEBCD7
(174,188,215)
#BDC9DE
(189,201,222)
#CCD6E5
(204,214,229)
#DBE3EC
(219,227,236)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546EAD; }

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

This text font color is #546EAD.


Background Color

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

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

This div background color is #546EAD.


Border color

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

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

This div border color is #546EAD.


Opacity

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

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

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

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

This text has shadow with #546EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546EAD on black background.


Color preview on white background

This text has color #546EAD on white background.



Black color preview on #546EAD background

This text has black color on #546EAD background.


White color preview on #546EAD background

This text has white color on #546EAD background.