COLOR #5491A4

HEX: #5491A4 RGB: (84,145,164)

Color info

#5491A4 contains mainly green and blue colors. Web safe color of #5491A4 is #669999 (or #699).

RGB color model

#5491A4 color RGB value is (84,145,164).

RGB: (84,145,164) (33%, 57%, 64%)

RGB channels and saturation

R 84 of 255 = 33%
G 145 of 255 = 57%
B 164 of 255 = 64%

84
145
164

R + G + B ~ 51%. #5491A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 84 + 145 + 164 = 393 (100%)
R 84 of 393 ~ 21.37%
G 145 of 393 ~ 36.9%
B 164 of 393 ~ 41.73'%

%21.37
%36.9
%41.73

CMYK color model

#5491A4 color CMYK value is (49,12,0,36).

  • cyan value is 48.78%
  • magenta value is 11.59%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (49,12,0,36)
C49M12Y0K36 (49%, 12%, 0%, 36%)
(0.49 / 0.12 / 0.00 / 0.36)

CMYK percentages

%48.78
%11.59
%0
%35.69

Codes

Color #5491A4 in popluar color models

54 91 A4
RGB 84 145 164
HSL 194° 32.26% 48.63%
HSB/HSV 194° 48.78% 64.31%
CMYK 48.78% 11.59% 0.00%
35.69%

Color #5491A4 in popluar number systems.

HEX 54 91 A4
Decimal 84 145 164
Binary 1010100 10010001 10100100
Octal 124 221 244

Shades and tints

Shades of #5491A4

#5491A4
(84,145,164)
#4D8496
(77,132,150)
#467788
(70,119,136)
#3F6A7A
(63,106,122)
#385D6C
(56,93,108)
#31505E
(49,80,94)
#2A4350
(42,67,80)
#233642
(35,54,66)
#1C2934
(28,41,52)
#151C26
(21,28,38)
#0E0F18
(14,15,24)
#000000
(0,0,0)

Tints of #5491A4

#5491A4
(84,145,164)
#639BAC
(99,155,172)
#72A5B4
(114,165,180)
#81AFBC
(129,175,188)
#90B9C4
(144,185,196)
#9FC3CC
(159,195,204)
#AECDD4
(174,205,212)
#BDD7DC
(189,215,220)
#CCE1E4
(204,225,228)
#DBEBEC
(219,235,236)
#EAF5F4
(234,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5491A4 color. Also use rgb(84,145,164) instead hex code.

Text Font Color

.myTextColor { color: #5491A4; }

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

This text font color is #5491A4.

Background Color

.myBgColor { background-color: #5491A4; }

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

This div background color is #5491A4.

Border color

.myBorderColor { border: 1px solid #5491A4; }

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

This div border color is #5491A4.

Opacity

.myOpacity80 { color: #5491A4; opacity: 0.8; }

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

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

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

This text has shadow with #5491A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5491A4.

Preview

Color preview on black background

This text has color #5491A4 on black background.


Color preview on white background

This text has color #5491A4 on white background.


Black color preview on #5491A4 background

This text has black color on #5491A4 background.


White color preview on #5491A4 background

This text has white color on #5491A4 background.


Related colors

Complementary color

Complementary color for #hex is #AB6E5B.


I love getcolorcode.com

Triadic colors

1 #A45491 and #91A454 with #5491A4 are triadic colors.

2 #A49154 and #9154A4 with #5491A4 are triadic colors.