COLOR #5587AA

HEX: #5587AA RGB: (85,135,170)

Color info

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

RGB color model

#5587AA color RGB value is (85,135,170).

RGB: (85,135,170) (33%, 53%, 67%)

RGB channels and saturation

R 85 of 255 = 33%
G 135 of 255 = 53%
B 170 of 255 = 67%

85
135
170

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

Portions of RGB colors in percentages

R + G + B = 85 + 135 + 170 = 390 (100%)
R 85 of 390 ~ 21.79%
G 135 of 390 ~ 34.62%
B 170 of 390 ~ 43.59'%

%21.79
%34.62
%43.59

CMYK color model

#5587AA color CMYK value is (50,21,0,33).

  • cyan value is 50.00%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (50,21,0,33)
C50M21Y0K33 (50%, 21%, 0%, 33%)
(0.50 / 0.21 / 0.00 / 0.33)

CMYK percentages

%50
%20.59
%0
%33.33

Codes

Color #5587AA in popluar color models

55 87 AA
RGB 85 135 170
HSL 205° 33.33% 50.00%
HSB/HSV 205° 50.00% 66.67%
CMYK 50.00% 20.59% 0.00%
33.33%

Color #5587AA in popluar number systems.

HEX 55 87 AA
Decimal 85 135 170
Binary 1010101 10000111 10101010
Octal 125 207 252

Shades and tints

Shades of #5587AA

#5587AA
(85,135,170)
#4E7B9B
(78,123,155)
#476F8C
(71,111,140)
#40637D
(64,99,125)
#39576E
(57,87,110)
#324B5F
(50,75,95)
#2B3F50
(43,63,80)
#243341
(36,51,65)
#1D2732
(29,39,50)
#161B23
(22,27,35)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #5587AA

#5587AA
(85,135,170)
#6491B1
(100,145,177)
#739BB8
(115,155,184)
#82A5BF
(130,165,191)
#91AFC6
(145,175,198)
#A0B9CD
(160,185,205)
#AFC3D4
(175,195,212)
#BECDDB
(190,205,219)
#CDD7E2
(205,215,226)
#DCE1E9
(220,225,233)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5587AA color. Also use rgb(85,135,170) instead hex code.

Text Font Color

.myTextColor { color: #5587AA; }

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

This text font color is #5587AA.

Background Color

.myBgColor { background-color: #5587AA; }

<div style="background-color:#5587AA">Inner text</div>

This div background color is #5587AA.

Border color

.myBorderColor { border: 1px solid #5587AA; }

<div style="border:3px solid #5587AA">Div</div>

This div border color is #5587AA.

Opacity

.myOpacity80 { color: #5587AA; opacity: 0.8; }

<p style="color:#5587AA;opacity:0.8;">80%</p>

Text with #5587AA 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 #5587AA;}

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

This text has shadow with #5587AA color.


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

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

This text has shadow with #5587AA primary color and red secondary color.


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

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

This text has shadow with #5587AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5587AA.

Preview

Color preview on black background

This text has color #5587AA on black background.


Color preview on white background

This text has color #5587AA on white background.


Black color preview on #5587AA background

This text has black color on #5587AA background.


White color preview on #5587AA background

This text has white color on #5587AA background.


Related colors

Complementary color

Complementary color for #hex is #AA7855.


I love getcolorcode.com

Triadic colors

1 #AA5587 and #87AA55 with #5587AA are triadic colors.

2 #AA8755 and #8755AA with #5587AA are triadic colors.