COLOR #546DBB

HEX: #546DBB
RGB: (84,109,187)

Color info

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

RGB color model

#546DBB color RGB value is (84,109,187).

  • red value is 84;
  • green value is 109;
  • blue value is 187.
RGB:
(84,109,187)
(33%,43%,73%)

RGB channels and saturation

R 84 of 255 = 33%
G 109 of 255 = 43%
B 187 of 255 = 73%

84
109
187

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

Portions of RGB colors in percentages

R + G + B =
84 + 109 + 187 = 380 (100%)
R 84 of 380 ~ 22.11%
G 109 of 380 ~ 28.68%
B 187 of 380 ~ 49.21%

%22.11
%28.68
%49.21

CMYK color model

#546DBB color CMYK value is (55,42,0,27).

  • cyan value is 55.08%
  • magenta value is 41.71%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(55,42,0,27)
C55M42Y0K27 
(55%,42%,0%,27%)
(0.55/0.42/0.00/0.27)	

CMYK percentages

%55.08
%41.71
%0
%26.67

Codes

Color #546DBB in popluar color models

546DBB
RGB84109187
HSL225°43.10%53.14%
HSB/HSV225°55.08%73.33%
CMYK55.08%41.71%0.00%
26.67%

Color #546DBB in popluar number systems.

HEX546DBB
Decimal84109187
Binary1010100110110110111011
Octal124155273

Shades and tints

Shades of #546DBB

#546DBB
(84,109,187)
#4D64AA
(77,100,170)
#465B99
(70,91,153)
#3F5288
(63,82,136)
#384977
(56,73,119)
#314066
(49,64,102)
#2A3755
(42,55,85)
#232E44
(35,46,68)
#1C2533
(28,37,51)
#151C22
(21,28,34)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #546DBB

#546DBB
(84,109,187)
#637AC1
(99,122,193)
#7287C7
(114,135,199)
#8194CD
(129,148,205)
#90A1D3
(144,161,211)
#9FAED9
(159,174,217)
#AEBBDF
(174,187,223)
#BDC8E5
(189,200,229)
#CCD5EB
(204,213,235)
#DBE2F1
(219,226,241)
#EAEFF7
(234,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546DBB color. Also use rgb(84,109,187) instead hex code.

Text Font Color

.myTextColor { color: #546DBB; }

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

This text font color is #546DBB.


Background Color

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

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

This div background color is #546DBB.


Border color

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

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

This div border color is #546DBB.


Opacity

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

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

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

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

This text has shadow with #546DBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546DBB on black background.


Color preview on white background

This text has color #546DBB on white background.



Black color preview on #546DBB background

This text has black color on #546DBB background.


White color preview on #546DBB background

This text has white color on #546DBB background.