COLOR #5569E8

HEX: #5569E8
RGB: (85,105,232)

Color info

#5569E8 contains mainly blue color. Web safe color of #5569E8 is #6666FF (or #66F).

RGB color model

#5569E8 color RGB value is (85,105,232).

  • red value is 85;
  • green value is 105;
  • blue value is 232.
RGB:
(85,105,232)
(33%,41%,91%)

RGB channels and saturation

R 85 of 255 = 33%
G 105 of 255 = 41%
B 232 of 255 = 91%

85
105
232

R + G + B ~ 55%. #5569E8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 105 + 232 = 422 (100%)
R 85 of 422 ~ 20.14%
G 105 of 422 ~ 24.88%
B 232 of 422 ~ 54.98%

%20.14
%24.88
%54.98

CMYK color model

#5569E8 color CMYK value is (63,55,0,9).

  • cyan value is 63.36%
  • magenta value is 54.74%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(63,55,0,9)
C63M55Y0K9 
(63%,55%,0%,9%)
(0.63/0.55/0.00/0.09)	

CMYK percentages

%63.36
%54.74
%0
%9.02

Codes

Color #5569E8 in popluar color models

5569E8
RGB85105232
HSL232°76.17%62.16%
HSB/HSV232°63.36%90.98%
CMYK63.36%54.74%0.00%
9.02%

Color #5569E8 in popluar number systems.

HEX5569E8
Decimal85105232
Binary1010101110100111101000
Octal125151350

Shades and tints

Shades of #5569E8

#5569E8
(85,105,232)
#4E60D3
(78,96,211)
#4757BE
(71,87,190)
#404EA9
(64,78,169)
#394594
(57,69,148)
#323C7F
(50,60,127)
#2B336A
(43,51,106)
#242A55
(36,42,85)
#1D2140
(29,33,64)
#16182B
(22,24,43)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #5569E8

#5569E8
(85,105,232)
#6476EA
(100,118,234)
#7383EC
(115,131,236)
#8290EE
(130,144,238)
#919DF0
(145,157,240)
#A0AAF2
(160,170,242)
#AFB7F4
(175,183,244)
#BEC4F6
(190,196,246)
#CDD1F8
(205,209,248)
#DCDEFA
(220,222,250)
#EBEBFC
(235,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5569E8 color. Also use rgb(85,105,232) instead hex code.

Text Font Color

.myTextColor { color: #5569E8; }

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

This text font color is #5569E8.


Background Color

.myBgColor { background-color: #5569E8; }

<div style="background-color:#5569E8">Inner text</div>

This div background color is #5569E8.


Border color

.myBorderColor { border: 1px solid #5569E8; }

<div style="border:3px solid #5569E8">Div</div>

This div border color is #5569E8.


Opacity

.myOpacity80 { color: #5569E8; opacity: 0.8; }

<p style="color:#5569E8;opacity:0.8;">80%</p>

Text with #5569E8 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 #5569E8;}

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

This text has shadow with #5569E8 color.

.textShadow {text-shadow: 3px 3px 1px #5569E8, 3px 3px 1px red;}

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

This text has shadow with #5569E8 primary color and red secondary color.


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

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

This text has shadow with #5569E8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5569E8 on black background.


Color preview on white background

This text has color #5569E8 on white background.



Black color preview on #5569E8 background

This text has black color on #5569E8 background.


White color preview on #5569E8 background

This text has white color on #5569E8 background.