COLOR #5484BB

HEX: #5484BB RGB: (84,132,187)

Color info

#5484BB contains mainly green and blue colors. Web safe color of #5484BB is #6699CC (or #69C).

RGB color model

#5484BB color RGB value is (84,132,187).

RGB: (84,132,187) (33%, 52%, 73%)

RGB channels and saturation

R 84 of 255 = 33%
G 132 of 255 = 52%
B 187 of 255 = 73%

84
132
187

R + G + B ~ 53%. #5484BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 84 + 132 + 187 = 403 (100%)
R 84 of 403 ~ 20.84%
G 132 of 403 ~ 32.75%
B 187 of 403 ~ 46.4'%

%20.84
%32.75
%46.4

CMYK color model

#5484BB color CMYK value is (55,29,0,27).

  • cyan value is 55.08%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (55,29,0,27)
C55M29Y0K27 (55%, 29%, 0%, 27%)
(0.55 / 0.29 / 0.00 / 0.27)

CMYK percentages

%55.08
%29.41
%0
%26.67

Codes

Color #5484BB in popluar color models

54 84 BB
RGB 84 132 187
HSL 212° 43.10% 53.14%
HSB/HSV 212° 55.08% 73.33%
CMYK 55.08% 29.41% 0.00%
26.67%

Color #5484BB in popluar number systems.

HEX 54 84 BB
Decimal 84 132 187
Binary 1010100 10000100 10111011
Octal 124 204 273

Shades and tints

Shades of #5484BB

#5484BB
(84,132,187)
#4D78AA
(77,120,170)
#466C99
(70,108,153)
#3F6088
(63,96,136)
#385477
(56,84,119)
#314866
(49,72,102)
#2A3C55
(42,60,85)
#233044
(35,48,68)
#1C2433
(28,36,51)
#151822
(21,24,34)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #5484BB

#5484BB
(84,132,187)
#638FC1
(99,143,193)
#729AC7
(114,154,199)
#81A5CD
(129,165,205)
#90B0D3
(144,176,211)
#9FBBD9
(159,187,217)
#AEC6DF
(174,198,223)
#BDD1E5
(189,209,229)
#CCDCEB
(204,220,235)
#DBE7F1
(219,231,241)
#EAF2F7
(234,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5484BB color. Also use rgb(84,132,187) instead hex code.

Text Font Color

.myTextColor { color: #5484BB; }

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

This text font color is #5484BB.

Background Color

.myBgColor { background-color: #5484BB; }

<div style="background-color:#5484BB">Inner text</div>

This div background color is #5484BB.

Border color

.myBorderColor { border: 1px solid #5484BB; }

<div style="border:3px solid #5484BB">Div</div>

This div border color is #5484BB.

Opacity

.myOpacity80 { color: #5484BB; opacity: 0.8; }

<p style="color:#5484BB;opacity:0.8;">80%</p>

Text with #5484BB 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 #5484BB;}

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

This text has shadow with #5484BB color.


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

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

This text has shadow with #5484BB primary color and red secondary color.


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

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

This text has shadow with #5484BB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5484BB.

Preview

Color preview on black background

This text has color #5484BB on black background.


Color preview on white background

This text has color #5484BB on white background.


Black color preview on #5484BB background

This text has black color on #5484BB background.


White color preview on #5484BB background

This text has white color on #5484BB background.


Related colors

Complementary color

Complementary color for #hex is #AB7B44.


I love getcolorcode.com

Triadic colors

1 #BB5484 and #84BB54 with #5484BB are triadic colors.

2 #BB8454 and #8454BB with #5484BB are triadic colors.