COLOR #5569C4

HEX: #5569C4
RGB: (85,105,196)

Color info

#5569C4 contains mainly blue color. Web safe color of #5569C4 is #6666CC (or #66C).

RGB color model

#5569C4 color RGB value is (85,105,196).

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

RGB channels and saturation

R 85 of 255 = 33%
G 105 of 255 = 41%
B 196 of 255 = 77%

85
105
196

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

Portions of RGB colors in percentages

R + G + B =
85 + 105 + 196 = 386 (100%)
R 85 of 386 ~ 22.02%
G 105 of 386 ~ 27.2%
B 196 of 386 ~ 50.78%

%22.02
%27.2
%50.78

CMYK color model

#5569C4 color CMYK value is (57,46,0,23).

  • cyan value is 56.63%
  • magenta value is 46.43%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(57,46,0,23)
C57M46Y0K23 
(57%,46%,0%,23%)
(0.57/0.46/0.00/0.23)	

CMYK percentages

%56.63
%46.43
%0
%23.14

Codes

Color #5569C4 in popluar color models

5569C4
RGB85105196
HSL229°48.47%55.10%
HSB/HSV229°56.63%76.86%
CMYK56.63%46.43%0.00%
23.14%

Color #5569C4 in popluar number systems.

HEX5569C4
Decimal85105196
Binary1010101110100111000100
Octal125151304

Shades and tints

Shades of #5569C4

#5569C4
(85,105,196)
#4E60B3
(78,96,179)
#4757A2
(71,87,162)
#404E91
(64,78,145)
#394580
(57,69,128)
#323C6F
(50,60,111)
#2B335E
(43,51,94)
#242A4D
(36,42,77)
#1D213C
(29,33,60)
#16182B
(22,24,43)
#0F0F1A
(15,15,26)
#000000
(0,0,0)

Tints of #5569C4

#5569C4
(85,105,196)
#6476C9
(100,118,201)
#7383CE
(115,131,206)
#8290D3
(130,144,211)
#919DD8
(145,157,216)
#A0AADD
(160,170,221)
#AFB7E2
(175,183,226)
#BEC4E7
(190,196,231)
#CDD1EC
(205,209,236)
#DCDEF1
(220,222,241)
#EBEBF6
(235,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5569C4; }

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

This text font color is #5569C4.


Background Color

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

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

This div background color is #5569C4.


Border color

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

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

This div border color is #5569C4.


Opacity

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

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

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

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

This text has shadow with #5569C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5569C4 on black background.


Color preview on white background

This text has color #5569C4 on white background.



Black color preview on #5569C4 background

This text has black color on #5569C4 background.


White color preview on #5569C4 background

This text has white color on #5569C4 background.