COLOR #546B9E

HEX: #546B9E RGB: (84,107,158)

Color info

#546B9E contains mainly green and blue colors. Web safe color of #546B9E is #666699 (or #669).

RGB color model

#546B9E color RGB value is (84,107,158).

RGB: (84,107,158) (33%, 42%, 62%)

RGB channels and saturation

R 84 of 255 = 33%
G 107 of 255 = 42%
B 158 of 255 = 62%

84
107
158

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

Portions of RGB colors in percentages

R + G + B = 84 + 107 + 158 = 349 (100%)
R 84 of 349 ~ 24.07%
G 107 of 349 ~ 30.66%
B 158 of 349 ~ 45.27'%

%24.07
%30.66
%45.27

CMYK color model

#546B9E color CMYK value is (47,32,0,38).

  • cyan value is 46.84%
  • magenta value is 32.28%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (47,32,0,38)
C47M32Y0K38 (47%, 32%, 0%, 38%)
(0.47 / 0.32 / 0.00 / 0.38)

CMYK percentages

%46.84
%32.28
%0
%38.04

Codes

Color #546B9E in popluar color models

54 6B 9E
RGB 84 107 158
HSL 221° 30.58% 47.45%
HSB/HSV 221° 46.84% 61.96%
CMYK 46.84% 32.28% 0.00%
38.04%

Color #546B9E in popluar number systems.

HEX 54 6B 9E
Decimal 84 107 158
Binary 1010100 1101011 10011110
Octal 124 153 236

Shades and tints

Shades of #546B9E

#546B9E
(84,107,158)
#4D6290
(77,98,144)
#465982
(70,89,130)
#3F5074
(63,80,116)
#384766
(56,71,102)
#313E58
(49,62,88)
#2A354A
(42,53,74)
#232C3C
(35,44,60)
#1C232E
(28,35,46)
#151A20
(21,26,32)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #546B9E

#546B9E
(84,107,158)
#6378A6
(99,120,166)
#7285AE
(114,133,174)
#8192B6
(129,146,182)
#909FBE
(144,159,190)
#9FACC6
(159,172,198)
#AEB9CE
(174,185,206)
#BDC6D6
(189,198,214)
#CCD3DE
(204,211,222)
#DBE0E6
(219,224,230)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546B9E color. Also use rgb(84,107,158) instead hex code.

Text Font Color

.myTextColor { color: #546B9E; }

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

This text font color is #546B9E.

Background Color

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

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

This div background color is #546B9E.

Border color

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

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

This div border color is #546B9E.

Opacity

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

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

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

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

This text has shadow with #546B9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #546B9E.

Preview

Color preview on black background

This text has color #546B9E on black background.


Color preview on white background

This text has color #546B9E on white background.


Black color preview on #546B9E background

This text has black color on #546B9E background.


White color preview on #546B9E background

This text has white color on #546B9E background.


Related colors

Complementary color

Complementary color for #hex is #AB9461.


I love getcolorcode.com

Triadic colors

1 #9E546B and #6B9E54 with #546B9E are triadic colors.

2 #9E6B54 and #6B549E with #546B9E are triadic colors.