COLOR #5586BA

HEX: #5586BA
RGB: (85,134,186)

Color info

#5586BA contains mainly green and blue colors. Web safe color of #5586BA is #6699CC (or #69C).

RGB color model

#5586BA color RGB value is (85,134,186).

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

RGB channels and saturation

R 85 of 255 = 33%
G 134 of 255 = 53%
B 186 of 255 = 73%

85
134
186

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

Portions of RGB colors in percentages

R + G + B =
85 + 134 + 186 = 405 (100%)
R 85 of 405 ~ 20.99%
G 134 of 405 ~ 33.09%
B 186 of 405 ~ 45.93%

%20.99
%33.09
%45.93

CMYK color model

#5586BA color CMYK value is (54,28,0,27).

  • cyan value is 54.30%
  • magenta value is 27.96%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(54,28,0,27)
C54M28Y0K27 
(54%,28%,0%,27%)
(0.54/0.28/0.00/0.27)	

CMYK percentages

%54.3
%27.96
%0
%27.06

Codes

Color #5586BA in popluar color models

5586BA
RGB85134186
HSL211°42.26%53.14%
HSB/HSV211°54.30%72.94%
CMYK54.30%27.96%0.00%
27.06%

Color #5586BA in popluar number systems.

HEX5586BA
Decimal85134186
Binary10101011000011010111010
Octal125206272

Shades and tints

Shades of #5586BA

#5586BA
(85,134,186)
#4E7AAA
(78,122,170)
#476E9A
(71,110,154)
#40628A
(64,98,138)
#39567A
(57,86,122)
#324A6A
(50,74,106)
#2B3E5A
(43,62,90)
#24324A
(36,50,74)
#1D263A
(29,38,58)
#161A2A
(22,26,42)
#0F0E1A
(15,14,26)
#000000
(0,0,0)

Tints of #5586BA

#5586BA
(85,134,186)
#6491C0
(100,145,192)
#739CC6
(115,156,198)
#82A7CC
(130,167,204)
#91B2D2
(145,178,210)
#A0BDD8
(160,189,216)
#AFC8DE
(175,200,222)
#BED3E4
(190,211,228)
#CDDEEA
(205,222,234)
#DCE9F0
(220,233,240)
#EBF4F6
(235,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5586BA; }

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

This text font color is #5586BA.


Background Color

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

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

This div background color is #5586BA.


Border color

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

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

This div border color is #5586BA.


Opacity

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

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

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

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

This text has shadow with #5586BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5586BA on black background.


Color preview on white background

This text has color #5586BA on white background.



Black color preview on #5586BA background

This text has black color on #5586BA background.


White color preview on #5586BA background

This text has white color on #5586BA background.