COLOR #545388

HEX: #545388
RGB: (84,83,136)

Color info

#545388 contains red, green and blue colors in about the same proportion. Web safe color of #545388 is #666699 (or #669).

RGB color model

#545388 color RGB value is (84,83,136).

  • red value is 84;
  • green value is 83;
  • blue value is 136.
RGB:
(84,83,136)
(33%,33%,53%)

RGB channels and saturation

R 84 of 255 = 33%
G 83 of 255 = 33%
B 136 of 255 = 53%

84
83
136

R + G + B ~ 40%. #545388 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 83 + 136 = 303 (100%)
R 84 of 303 ~ 27.72%
G 83 of 303 ~ 27.39%
B 136 of 303 ~ 44.88%

%27.72
%27.39
%44.88

CMYK color model

#545388 color CMYK value is (38,39,0,47).

  • cyan value is 38.24%
  • magenta value is 38.97%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(38,39,0,47)
C38M39Y0K47 
(38%,39%,0%,47%)
(0.38/0.39/0.00/0.47)	

CMYK percentages

%38.24
%38.97
%0
%46.67

Codes

Color #545388 in popluar color models

545388
RGB8483136
HSL241°24.20%42.94%
HSB/HSV241°38.97%53.33%
CMYK38.24%38.97%0.00%
46.67%

Color #545388 in popluar number systems.

HEX545388
Decimal8483136
Binary1010100101001110001000
Octal124123210

Shades and tints

Shades of #545388

#545388
(84,83,136)
#4D4C7C
(77,76,124)
#464570
(70,69,112)
#3F3E64
(63,62,100)
#383758
(56,55,88)
#31304C
(49,48,76)
#2A2940
(42,41,64)
#232234
(35,34,52)
#1C1B28
(28,27,40)
#15141C
(21,20,28)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #545388

#545388
(84,83,136)
#636292
(99,98,146)
#72719C
(114,113,156)
#8180A6
(129,128,166)
#908FB0
(144,143,176)
#9F9EBA
(159,158,186)
#AEADC4
(174,173,196)
#BDBCCE
(189,188,206)
#CCCBD8
(204,203,216)
#DBDAE2
(219,218,226)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #545388 color. Also use rgb(84,83,136) instead hex code.

Text Font Color

.myTextColor { color: #545388; }

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

This text font color is #545388.


Background Color

.myBgColor { background-color: #545388; }

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

This div background color is #545388.


Border color

.myBorderColor { border: 1px solid #545388; }

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

This div border color is #545388.


Opacity

.myOpacity80 { color: #545388; opacity: 0.8; }

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

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

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

This text has shadow with #545388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545388 on black background.


Color preview on white background

This text has color #545388 on white background.



Black color preview on #545388 background

This text has black color on #545388 background.


White color preview on #545388 background

This text has white color on #545388 background.