COLOR #546B97

HEX: #546B97 RGB: (84,107,151)

Color info

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

RGB color model

#546B97 color RGB value is (84,107,151).

RGB: (84,107,151) (33%, 42%, 59%)

RGB channels and saturation

R 84 of 255 = 33%
G 107 of 255 = 42%
B 151 of 255 = 59%

84
107
151

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

Portions of RGB colors in percentages

R + G + B = 84 + 107 + 151 = 342 (100%)
R 84 of 342 ~ 24.56%
G 107 of 342 ~ 31.29%
B 151 of 342 ~ 44.15'%

%24.56
%31.29
%44.15

CMYK color model

#546B97 color CMYK value is (44,29,0,41).

  • cyan value is 44.37%
  • magenta value is 29.14%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (44,29,0,41)
C44M29Y0K41 (44%, 29%, 0%, 41%)
(0.44 / 0.29 / 0.00 / 0.41)

CMYK percentages

%44.37
%29.14
%0
%40.78

Codes

Color #546B97 in popluar color models

54 6B 97
RGB 84 107 151
HSL 219° 28.51% 46.08%
HSB/HSV 219° 44.37% 59.22%
CMYK 44.37% 29.14% 0.00%
40.78%

Color #546B97 in popluar number systems.

HEX 54 6B 97
Decimal 84 107 151
Binary 1010100 1101011 10010111
Octal 124 153 227

Shades and tints

Shades of #546B97

#546B97
(84,107,151)
#4D628A
(77,98,138)
#46597D
(70,89,125)
#3F5070
(63,80,112)
#384763
(56,71,99)
#313E56
(49,62,86)
#2A3549
(42,53,73)
#232C3C
(35,44,60)
#1C232F
(28,35,47)
#151A22
(21,26,34)
#0E1115
(14,17,21)
#000000
(0,0,0)

Tints of #546B97

#546B97
(84,107,151)
#6378A0
(99,120,160)
#7285A9
(114,133,169)
#8192B2
(129,146,178)
#909FBB
(144,159,187)
#9FACC4
(159,172,196)
#AEB9CD
(174,185,205)
#BDC6D6
(189,198,214)
#CCD3DF
(204,211,223)
#DBE0E8
(219,224,232)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546B97; }

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

This text font color is #546B97.

Background Color

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

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

This div background color is #546B97.

Border color

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

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

This div border color is #546B97.

Opacity

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

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

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

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

This text has shadow with #546B97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #546B97.

Preview

Color preview on black background

This text has color #546B97 on black background.


Color preview on white background

This text has color #546B97 on white background.


Black color preview on #546B97 background

This text has black color on #546B97 background.


White color preview on #546B97 background

This text has white color on #546B97 background.


Related colors

Complementary color

Complementary color for #hex is #AB9468.


I love getcolorcode.com

Triadic colors

1 #97546B and #6B9754 with #546B97 are triadic colors.

2 #976B54 and #6B5497 with #546B97 are triadic colors.