COLOR #545B99

HEX: #545B99 RGB: (84,91,153)

Color info

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

RGB color model

#545B99 color RGB value is (84,91,153).

RGB: (84,91,153) (33%, 36%, 60%)

RGB channels and saturation

R 84 of 255 = 33%
G 91 of 255 = 36%
B 153 of 255 = 60%

84
91
153

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

Portions of RGB colors in percentages

R + G + B = 84 + 91 + 153 = 328 (100%)
R 84 of 328 ~ 25.61%
G 91 of 328 ~ 27.74%
B 153 of 328 ~ 46.65'%

%25.61
%27.74
%46.65

CMYK color model

#545B99 color CMYK value is (45,41,0,40).

  • cyan value is 45.10%
  • magenta value is 40.52%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (45,41,0,40)
C45M41Y0K40 (45%, 41%, 0%, 40%)
(0.45 / 0.41 / 0.00 / 0.40)

CMYK percentages

%45.1
%40.52
%0
%40

Codes

Color #545B99 in popluar color models

54 5B 99
RGB 84 91 153
HSL 234° 29.11% 46.47%
HSB/HSV 234° 45.10% 60.00%
CMYK 45.10% 40.52% 0.00%
40.00%

Color #545B99 in popluar number systems.

HEX 54 5B 99
Decimal 84 91 153
Binary 1010100 1011011 10011001
Octal 124 133 231

Shades and tints

Shades of #545B99

#545B99
(84,91,153)
#4D538C
(77,83,140)
#464B7F
(70,75,127)
#3F4372
(63,67,114)
#383B65
(56,59,101)
#313358
(49,51,88)
#2A2B4B
(42,43,75)
#23233E
(35,35,62)
#1C1B31
(28,27,49)
#151324
(21,19,36)
#0E0B17
(14,11,23)
#000000
(0,0,0)

Tints of #545B99

#545B99
(84,91,153)
#6369A2
(99,105,162)
#7277AB
(114,119,171)
#8185B4
(129,133,180)
#9093BD
(144,147,189)
#9FA1C6
(159,161,198)
#AEAFCF
(174,175,207)
#BDBDD8
(189,189,216)
#CCCBE1
(204,203,225)
#DBD9EA
(219,217,234)
#EAE7F3
(234,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #545B99 color. Also use rgb(84,91,153) instead hex code.

Text Font Color

.myTextColor { color: #545B99; }

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

This text font color is #545B99.

Background Color

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

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

This div background color is #545B99.

Border color

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

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

This div border color is #545B99.

Opacity

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

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

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

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

This text has shadow with #545B99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #545B99.

Preview

Color preview on black background

This text has color #545B99 on black background.


Color preview on white background

This text has color #545B99 on white background.


Black color preview on #545B99 background

This text has black color on #545B99 background.


White color preview on #545B99 background

This text has white color on #545B99 background.


Related colors

Complementary color

Complementary color for #hex is #ABA466.


I love getcolorcode.com

Triadic colors

1 #99545B and #5B9954 with #545B99 are triadic colors.

2 #995B54 and #5B5499 with #545B99 are triadic colors.