COLOR #5586DE

HEX: #5586DE
RGB: (85,134,222)

Color info

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

RGB color model

#5586DE color RGB value is (85,134,222).

  • red value is 85;
  • green value is 134;
  • blue value is 222.
RGB:
(85,134,222)
(33%,53%,87%)

RGB channels and saturation

R 85 of 255 = 33%
G 134 of 255 = 53%
B 222 of 255 = 87%

85
134
222

R + G + B ~ 58%. #5586DE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 134 + 222 = 441 (100%)
R 85 of 441 ~ 19.27%
G 134 of 441 ~ 30.39%
B 222 of 441 ~ 50.34%

%19.27
%30.39
%50.34

CMYK color model

#5586DE color CMYK value is (62,40,0,13).

  • cyan value is 61.71%
  • magenta value is 39.64%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(62,40,0,13)
C62M40Y0K13 
(62%,40%,0%,13%)
(0.62/0.40/0.00/0.13)	

CMYK percentages

%61.71
%39.64
%0
%12.94

Codes

Color #5586DE in popluar color models

5586DE
RGB85134222
HSL219°67.49%60.20%
HSB/HSV219°61.71%87.06%
CMYK61.71%39.64%0.00%
12.94%

Color #5586DE in popluar number systems.

HEX5586DE
Decimal85134222
Binary10101011000011011011110
Octal125206336

Shades and tints

Shades of #5586DE

#5586DE
(85,134,222)
#4E7ACA
(78,122,202)
#476EB6
(71,110,182)
#4062A2
(64,98,162)
#39568E
(57,86,142)
#324A7A
(50,74,122)
#2B3E66
(43,62,102)
#243252
(36,50,82)
#1D263E
(29,38,62)
#161A2A
(22,26,42)
#0F0E16
(15,14,22)
#000000
(0,0,0)

Tints of #5586DE

#5586DE
(85,134,222)
#6491E1
(100,145,225)
#739CE4
(115,156,228)
#82A7E7
(130,167,231)
#91B2EA
(145,178,234)
#A0BDED
(160,189,237)
#AFC8F0
(175,200,240)
#BED3F3
(190,211,243)
#CDDEF6
(205,222,246)
#DCE9F9
(220,233,249)
#EBF4FC
(235,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5586DE color. Also use rgb(85,134,222) instead hex code.

Text Font Color

.myTextColor { color: #5586DE; }

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

This text font color is #5586DE.


Background Color

.myBgColor { background-color: #5586DE; }

<div style="background-color:#5586DE">Inner text</div>

This div background color is #5586DE.


Border color

.myBorderColor { border: 1px solid #5586DE; }

<div style="border:3px solid #5586DE">Div</div>

This div border color is #5586DE.


Opacity

.myOpacity80 { color: #5586DE; opacity: 0.8; }

<p style="color:#5586DE;opacity:0.8;">80%</p>

Text with #5586DE 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 #5586DE;}

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

This text has shadow with #5586DE color.

.textShadow {text-shadow: 3px 3px 1px #5586DE, 3px 3px 1px red;}

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

This text has shadow with #5586DE primary color and red secondary color.


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

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

This text has shadow with #5586DE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5586DE on black background.


Color preview on white background

This text has color #5586DE on white background.



Black color preview on #5586DE background

This text has black color on #5586DE background.


White color preview on #5586DE background

This text has white color on #5586DE background.