COLOR #5587D0

HEX: #5587D0 RGB: (85,135,208)

Color info

#5587D0 contains mainly blue color. Web safe color of #5587D0 is #6699CC (or #69C).

RGB color model

#5587D0 color RGB value is (85,135,208).

RGB: (85,135,208) (33%, 53%, 82%)

RGB channels and saturation

R 85 of 255 = 33%
G 135 of 255 = 53%
B 208 of 255 = 82%

85
135
208

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

Portions of RGB colors in percentages

R + G + B = 85 + 135 + 208 = 428 (100%)
R 85 of 428 ~ 19.86%
G 135 of 428 ~ 31.54%
B 208 of 428 ~ 48.6'%

%19.86
%31.54
%48.6

CMYK color model

#5587D0 color CMYK value is (59,35,0,18).

  • cyan value is 59.13%
  • magenta value is 35.10%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (59,35,0,18)
C59M35Y0K18 (59%, 35%, 0%, 18%)
(0.59 / 0.35 / 0.00 / 0.18)

CMYK percentages

%59.13
%35.1
%0
%18.43

Codes

Color #5587D0 in popluar color models

55 87 D0
RGB 85 135 208
HSL 216° 56.68% 57.45%
HSB/HSV 216° 59.13% 81.57%
CMYK 59.13% 35.10% 0.00%
18.43%

Color #5587D0 in popluar number systems.

HEX 55 87 D0
Decimal 85 135 208
Binary 1010101 10000111 11010000
Octal 125 207 320

Shades and tints

Shades of #5587D0

#5587D0
(85,135,208)
#4E7BBE
(78,123,190)
#476FAC
(71,111,172)
#40639A
(64,99,154)
#395788
(57,87,136)
#324B76
(50,75,118)
#2B3F64
(43,63,100)
#243352
(36,51,82)
#1D2740
(29,39,64)
#161B2E
(22,27,46)
#0F0F1C
(15,15,28)
#000000
(0,0,0)

Tints of #5587D0

#5587D0
(85,135,208)
#6491D4
(100,145,212)
#739BD8
(115,155,216)
#82A5DC
(130,165,220)
#91AFE0
(145,175,224)
#A0B9E4
(160,185,228)
#AFC3E8
(175,195,232)
#BECDEC
(190,205,236)
#CDD7F0
(205,215,240)
#DCE1F4
(220,225,244)
#EBEBF8
(235,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5587D0; }

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

This text font color is #5587D0.

Background Color

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

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

This div background color is #5587D0.

Border color

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

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

This div border color is #5587D0.

Opacity

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

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

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

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

This text has shadow with #5587D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5587D0.

Preview

Color preview on black background

This text has color #5587D0 on black background.


Color preview on white background

This text has color #5587D0 on white background.


Black color preview on #5587D0 background

This text has black color on #5587D0 background.


White color preview on #5587D0 background

This text has white color on #5587D0 background.


Related colors

Complementary color

Complementary color for #hex is #AA782F.


I love getcolorcode.com

Triadic colors

1 #D05587 and #87D055 with #5587D0 are triadic colors.

2 #D08755 and #8755D0 with #5587D0 are triadic colors.