COLOR #5487A5

HEX: #5487A5
RGB: (84,135,165)

Color info

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

RGB color model

#5487A5 color RGB value is (84,135,165).

  • red value is 84;
  • green value is 135;
  • blue value is 165.
RGB:
(84,135,165)
(33%,53%,65%)

RGB channels and saturation

R 84 of 255 = 33%
G 135 of 255 = 53%
B 165 of 255 = 65%

84
135
165

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

Portions of RGB colors in percentages

R + G + B =
84 + 135 + 165 = 384 (100%)
R 84 of 384 ~ 21.88%
G 135 of 384 ~ 35.16%
B 165 of 384 ~ 42.97%

%21.88
%35.16
%42.97

CMYK color model

#5487A5 color CMYK value is (49,18,0,35).

  • cyan value is 49.09%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(49,18,0,35)
C49M18Y0K35 
(49%,18%,0%,35%)
(0.49/0.18/0.00/0.35)	

CMYK percentages

%49.09
%18.18
%0
%35.29

Codes

Color #5487A5 in popluar color models

5487A5
RGB84135165
HSL202°32.53%48.82%
HSB/HSV202°49.09%64.71%
CMYK49.09%18.18%0.00%
35.29%

Color #5487A5 in popluar number systems.

HEX5487A5
Decimal84135165
Binary10101001000011110100101
Octal124207245

Shades and tints

Shades of #5487A5

#5487A5
(84,135,165)
#4D7B96
(77,123,150)
#466F87
(70,111,135)
#3F6378
(63,99,120)
#385769
(56,87,105)
#314B5A
(49,75,90)
#2A3F4B
(42,63,75)
#23333C
(35,51,60)
#1C272D
(28,39,45)
#151B1E
(21,27,30)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #5487A5

#5487A5
(84,135,165)
#6391AD
(99,145,173)
#729BB5
(114,155,181)
#81A5BD
(129,165,189)
#90AFC5
(144,175,197)
#9FB9CD
(159,185,205)
#AEC3D5
(174,195,213)
#BDCDDD
(189,205,221)
#CCD7E5
(204,215,229)
#DBE1ED
(219,225,237)
#EAEBF5
(234,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5487A5; }

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

This text font color is #5487A5.


Background Color

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

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

This div background color is #5487A5.


Border color

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

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

This div border color is #5487A5.


Opacity

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

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

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

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

This text has shadow with #5487A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5487A5 on black background.


Color preview on white background

This text has color #5487A5 on white background.



Black color preview on #5487A5 background

This text has black color on #5487A5 background.


White color preview on #5487A5 background

This text has white color on #5487A5 background.