COLOR #5487B0

HEX: #5487B0 RGB: (84,135,176)

Color info

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

RGB color model

#5487B0 color RGB value is (84,135,176).

RGB: (84,135,176) (33%, 53%, 69%)

RGB channels and saturation

R 84 of 255 = 33%
G 135 of 255 = 53%
B 176 of 255 = 69%

84
135
176

R + G + B ~ 52%. #5487B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 84 + 135 + 176 = 395 (100%)
R 84 of 395 ~ 21.27%
G 135 of 395 ~ 34.18%
B 176 of 395 ~ 44.56'%

%21.27
%34.18
%44.56

CMYK color model

#5487B0 color CMYK value is (52,23,0,31).

  • cyan value is 52.27%
  • magenta value is 23.30%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (52,23,0,31)
C52M23Y0K31 (52%, 23%, 0%, 31%)
(0.52 / 0.23 / 0.00 / 0.31)

CMYK percentages

%52.27
%23.3
%0
%30.98

Codes

Color #5487B0 in popluar color models

54 87 B0
RGB 84 135 176
HSL 207° 36.80% 50.98%
HSB/HSV 207° 52.27% 69.02%
CMYK 52.27% 23.30% 0.00%
30.98%

Color #5487B0 in popluar number systems.

HEX 54 87 B0
Decimal 84 135 176
Binary 1010100 10000111 10110000
Octal 124 207 260

Shades and tints

Shades of #5487B0

#5487B0
(84,135,176)
#4D7BA0
(77,123,160)
#466F90
(70,111,144)
#3F6380
(63,99,128)
#385770
(56,87,112)
#314B60
(49,75,96)
#2A3F50
(42,63,80)
#233340
(35,51,64)
#1C2730
(28,39,48)
#151B20
(21,27,32)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #5487B0

#5487B0
(84,135,176)
#6391B7
(99,145,183)
#729BBE
(114,155,190)
#81A5C5
(129,165,197)
#90AFCC
(144,175,204)
#9FB9D3
(159,185,211)
#AEC3DA
(174,195,218)
#BDCDE1
(189,205,225)
#CCD7E8
(204,215,232)
#DBE1EF
(219,225,239)
#EAEBF6
(234,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5487B0 color. Also use rgb(84,135,176) instead hex code.

Text Font Color

.myTextColor { color: #5487B0; }

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

This text font color is #5487B0.

Background Color

.myBgColor { background-color: #5487B0; }

<div style="background-color:#5487B0">Inner text</div>

This div background color is #5487B0.

Border color

.myBorderColor { border: 1px solid #5487B0; }

<div style="border:3px solid #5487B0">Div</div>

This div border color is #5487B0.

Opacity

.myOpacity80 { color: #5487B0; opacity: 0.8; }

<p style="color:#5487B0;opacity:0.8;">80%</p>

Text with #5487B0 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 #5487B0;}

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

This text has shadow with #5487B0 color.


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

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

This text has shadow with #5487B0 primary color and red secondary color.


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

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

This text has shadow with #5487B0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5487B0.

Preview

Color preview on black background

This text has color #5487B0 on black background.


Color preview on white background

This text has color #5487B0 on white background.


Black color preview on #5487B0 background

This text has black color on #5487B0 background.


White color preview on #5487B0 background

This text has white color on #5487B0 background.


Related colors

Complementary color

Complementary color for #hex is #AB784F.


I love getcolorcode.com

Triadic colors

1 #B05487 and #87B054 with #5487B0 are triadic colors.

2 #B08754 and #8754B0 with #5487B0 are triadic colors.