COLOR #545DB4

HEX: #545DB4
RGB: (84,93,180)

Color info

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

RGB color model

#545DB4 color RGB value is (84,93,180).

  • red value is 84;
  • green value is 93;
  • blue value is 180.
RGB:
(84,93,180)
(33%,36%,71%)

RGB channels and saturation

R 84 of 255 = 33%
G 93 of 255 = 36%
B 180 of 255 = 71%

84
93
180

R + G + B ~ 47%. #545DB4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 93 + 180 = 357 (100%)
R 84 of 357 ~ 23.53%
G 93 of 357 ~ 26.05%
B 180 of 357 ~ 50.42%

%23.53
%26.05
%50.42

CMYK color model

#545DB4 color CMYK value is (53,48,0,29).

  • cyan value is 53.33%
  • magenta value is 48.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(53,48,0,29)
C53M48Y0K29 
(53%,48%,0%,29%)
(0.53/0.48/0.00/0.29)	

CMYK percentages

%53.33
%48.33
%0
%29.41

Codes

Color #545DB4 in popluar color models

545DB4
RGB8493180
HSL234°39.02%51.76%
HSB/HSV234°53.33%70.59%
CMYK53.33%48.33%0.00%
29.41%

Color #545DB4 in popluar number systems.

HEX545DB4
Decimal8493180
Binary1010100101110110110100
Octal124135264

Shades and tints

Shades of #545DB4

#545DB4
(84,93,180)
#4D55A4
(77,85,164)
#464D94
(70,77,148)
#3F4584
(63,69,132)
#383D74
(56,61,116)
#313564
(49,53,100)
#2A2D54
(42,45,84)
#232544
(35,37,68)
#1C1D34
(28,29,52)
#151524
(21,21,36)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #545DB4

#545DB4
(84,93,180)
#636BBA
(99,107,186)
#7279C0
(114,121,192)
#8187C6
(129,135,198)
#9095CC
(144,149,204)
#9FA3D2
(159,163,210)
#AEB1D8
(174,177,216)
#BDBFDE
(189,191,222)
#CCCDE4
(204,205,228)
#DBDBEA
(219,219,234)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #545DB4 color. Also use rgb(84,93,180) instead hex code.

Text Font Color

.myTextColor { color: #545DB4; }

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

This text font color is #545DB4.


Background Color

.myBgColor { background-color: #545DB4; }

<div style="background-color:#545DB4">Inner text</div>

This div background color is #545DB4.


Border color

.myBorderColor { border: 1px solid #545DB4; }

<div style="border:3px solid #545DB4">Div</div>

This div border color is #545DB4.


Opacity

.myOpacity80 { color: #545DB4; opacity: 0.8; }

<p style="color:#545DB4;opacity:0.8;">80%</p>

Text with #545DB4 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 #545DB4;}

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

This text has shadow with #545DB4 color.

.textShadow {text-shadow: 3px 3px 1px #545DB4, 3px 3px 1px red;}

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

This text has shadow with #545DB4 primary color and red secondary color.


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

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

This text has shadow with #545DB4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545DB4 on black background.


Color preview on white background

This text has color #545DB4 on white background.



Black color preview on #545DB4 background

This text has black color on #545DB4 background.


White color preview on #545DB4 background

This text has white color on #545DB4 background.