COLOR #545DAF

HEX: #545DAF
RGB: (84,93,175)

Color info

#545DAF contains mainly blue color. Web safe color of #545DAF is #666699 (or #669).

RGB color model

#545DAF color RGB value is (84,93,175).

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

RGB channels and saturation

R 84 of 255 = 33%
G 93 of 255 = 36%
B 175 of 255 = 69%

84
93
175

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

Portions of RGB colors in percentages

R + G + B =
84 + 93 + 175 = 352 (100%)
R 84 of 352 ~ 23.86%
G 93 of 352 ~ 26.42%
B 175 of 352 ~ 49.72%

%23.86
%26.42
%49.72

CMYK color model

#545DAF color CMYK value is (52,47,0,31).

  • cyan value is 52.00%
  • magenta value is 46.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(52,47,0,31)
C52M47Y0K31 
(52%,47%,0%,31%)
(0.52/0.47/0.00/0.31)	

CMYK percentages

%52
%46.86
%0
%31.37

Codes

Color #545DAF in popluar color models

545DAF
RGB8493175
HSL234°36.25%50.78%
HSB/HSV234°52.00%68.63%
CMYK52.00%46.86%0.00%
31.37%

Color #545DAF in popluar number systems.

HEX545DAF
Decimal8493175
Binary1010100101110110101111
Octal124135257

Shades and tints

Shades of #545DAF

#545DAF
(84,93,175)
#4D55A0
(77,85,160)
#464D91
(70,77,145)
#3F4582
(63,69,130)
#383D73
(56,61,115)
#313564
(49,53,100)
#2A2D55
(42,45,85)
#232546
(35,37,70)
#1C1D37
(28,29,55)
#151528
(21,21,40)
#0E0D19
(14,13,25)
#000000
(0,0,0)

Tints of #545DAF

#545DAF
(84,93,175)
#636BB6
(99,107,182)
#7279BD
(114,121,189)
#8187C4
(129,135,196)
#9095CB
(144,149,203)
#9FA3D2
(159,163,210)
#AEB1D9
(174,177,217)
#BDBFE0
(189,191,224)
#CCCDE7
(204,205,231)
#DBDBEE
(219,219,238)
#EAE9F5
(234,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545DAF; }

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

This text font color is #545DAF.


Background Color

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

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

This div background color is #545DAF.


Border color

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

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

This div border color is #545DAF.


Opacity

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

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

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

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

This text has shadow with #545DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545DAF on black background.


Color preview on white background

This text has color #545DAF on white background.



Black color preview on #545DAF background

This text has black color on #545DAF background.


White color preview on #545DAF background

This text has white color on #545DAF background.