COLOR #547EA5

HEX: #547EA5 RGB: (84,126,165)

Color info

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

RGB color model

#547EA5 color RGB value is (84,126,165).

RGB: (84,126,165) (33%, 49%, 65%)

RGB channels and saturation

R 84 of 255 = 33%
G 126 of 255 = 49%
B 165 of 255 = 65%

84
126
165

R + G + B ~ 49%. #547EA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 84 + 126 + 165 = 375 (100%)
R 84 of 375 ~ 22.4%
G 126 of 375 ~ 33.6%
B 165 of 375 ~ 44'%

%22.4
%33.6
%44

CMYK color model

#547EA5 color CMYK value is (49,24,0,35).

  • cyan value is 49.09%
  • magenta value is 23.64%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK: (49,24,0,35) C49M24Y0K35 (49%,24%,0%,35%) (0.49/0.24/0.00/0.35) 

CMYK percentages

%49.09
%23.64
%0
%35.29

Codes

Color #547EA5 in popluar color models

54 7E A5
RGB 84 126 165
HSL 209° 32.53% 48.82%
HSB/HSV 209° 49.09% 64.71%
CMYK 49.09% 23.64% 0.00%
35.29%

Color #547EA5 in popluar number systems.

HEX 54 7E A5
Decimal 84 126 165
Binary 1010100 1111110 10100101
Octal 124 176 245

Shades and tints

Shades of #547EA5

#547EA5
(84,126,165)
#4D7396
(77,115,150)
#466887
(70,104,135)
#3F5D78
(63,93,120)
#385269
(56,82,105)
#31475A
(49,71,90)
#2A3C4B
(42,60,75)
#23313C
(35,49,60)
#1C262D
(28,38,45)
#151B1E
(21,27,30)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #547EA5

#547EA5
(84,126,165)
#6389AD
(99,137,173)
#7294B5
(114,148,181)
#819FBD
(129,159,189)
#90AAC5
(144,170,197)
#9FB5CD
(159,181,205)
#AEC0D5
(174,192,213)
#BDCBDD
(189,203,221)
#CCD6E5
(204,214,229)
#DBE1ED
(219,225,237)
#EAECF5
(234,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #547EA5 color. Also use rgb(84,126,165) instead hex code.

Text Font Color

.myTextColor { color: #547EA5; }

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

This text font color is #547EA5.

Background Color

.myBgColor { background-color: #547EA5; }

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

This div background color is #547EA5.

Border color

.myBorderColor { border: 1px solid #547EA5; }

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

This div border color is #547EA5.

Opacity

.myOpacity80 { color: #547EA5; opacity: 0.8; }

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

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

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

This text has shadow with #547EA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #547EA5.

Preview

Color preview on black background

This text has color #547EA5 on black background.


Color preview on white background

This text has color #547EA5 on white background.


Black color preview on #547EA5 background

This text has black color on #547EA5 background.


White color preview on #547EA5 background

This text has white color on #547EA5 background.


Related colors

Complementary color

Complementary color for #hex is #AB815A.


I love getcolorcode.com

Triadic colors

1 #A5547E and #7EA554 with #547EA5 are triadic colors.

2 #A57E54 and #7E54A5 with #547EA5 are triadic colors.