COLOR #5586EE

HEX: #5586EE
RGB: (85,134,238)

Color info

#5586EE contains mainly blue color. Web safe color of #5586EE is #6699FF (or #69F).

RGB color model

#5586EE color RGB value is (85,134,238).

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

RGB channels and saturation

R 85 of 255 = 33%
G 134 of 255 = 53%
B 238 of 255 = 93%

85
134
238

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

Portions of RGB colors in percentages

R + G + B =
85 + 134 + 238 = 457 (100%)
R 85 of 457 ~ 18.6%
G 134 of 457 ~ 29.32%
B 238 of 457 ~ 52.08%

%18.6
%29.32
%52.08

CMYK color model

#5586EE color CMYK value is (64,44,0,7).

  • cyan value is 64.29%
  • magenta value is 43.70%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(64,44,0,7)
C64M44Y0K7 
(64%,44%,0%,7%)
(0.64/0.44/0.00/0.07)	

CMYK percentages

%64.29
%43.7
%0
%6.67

Codes

Color #5586EE in popluar color models

5586EE
RGB85134238
HSL221°81.82%63.33%
HSB/HSV221°64.29%93.33%
CMYK64.29%43.70%0.00%
6.67%

Color #5586EE in popluar number systems.

HEX5586EE
Decimal85134238
Binary10101011000011011101110
Octal125206356

Shades and tints

Shades of #5586EE

#5586EE
(85,134,238)
#4E7AD9
(78,122,217)
#476EC4
(71,110,196)
#4062AF
(64,98,175)
#39569A
(57,86,154)
#324A85
(50,74,133)
#2B3E70
(43,62,112)
#24325B
(36,50,91)
#1D2646
(29,38,70)
#161A31
(22,26,49)
#0F0E1C
(15,14,28)
#000000
(0,0,0)

Tints of #5586EE

#5586EE
(85,134,238)
#6491EF
(100,145,239)
#739CF0
(115,156,240)
#82A7F1
(130,167,241)
#91B2F2
(145,178,242)
#A0BDF3
(160,189,243)
#AFC8F4
(175,200,244)
#BED3F5
(190,211,245)
#CDDEF6
(205,222,246)
#DCE9F7
(220,233,247)
#EBF4F8
(235,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5586EE; }

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

This text font color is #5586EE.


Background Color

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

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

This div background color is #5586EE.


Border color

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

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

This div border color is #5586EE.


Opacity

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

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

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

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

This text has shadow with #5586EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5586EE on black background.


Color preview on white background

This text has color #5586EE on white background.



Black color preview on #5586EE background

This text has black color on #5586EE background.


White color preview on #5586EE background

This text has white color on #5586EE background.