COLOR #5566C2

HEX: #5566C2
RGB: (85,102,194)

Color info

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

RGB color model

#5566C2 color RGB value is (85,102,194).

  • red value is 85;
  • green value is 102;
  • blue value is 194.
RGB:
(85,102,194)
(33%,40%,76%)

RGB channels and saturation

R 85 of 255 = 33%
G 102 of 255 = 40%
B 194 of 255 = 76%

85
102
194

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

Portions of RGB colors in percentages

R + G + B =
85 + 102 + 194 = 381 (100%)
R 85 of 381 ~ 22.31%
G 102 of 381 ~ 26.77%
B 194 of 381 ~ 50.92%

%22.31
%26.77
%50.92

CMYK color model

#5566C2 color CMYK value is (56,47,0,24).

  • cyan value is 56.19%
  • magenta value is 47.42%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(56,47,0,24)
C56M47Y0K24 
(56%,47%,0%,24%)
(0.56/0.47/0.00/0.24)	

CMYK percentages

%56.19
%47.42
%0
%23.92

Codes

Color #5566C2 in popluar color models

5566C2
RGB85102194
HSL231°47.19%54.71%
HSB/HSV231°56.19%76.08%
CMYK56.19%47.42%0.00%
23.92%

Color #5566C2 in popluar number systems.

HEX5566C2
Decimal85102194
Binary1010101110011011000010
Octal125146302

Shades and tints

Shades of #5566C2

#5566C2
(85,102,194)
#4E5DB1
(78,93,177)
#4754A0
(71,84,160)
#404B8F
(64,75,143)
#39427E
(57,66,126)
#32396D
(50,57,109)
#2B305C
(43,48,92)
#24274B
(36,39,75)
#1D1E3A
(29,30,58)
#161529
(22,21,41)
#0F0C18
(15,12,24)
#000000
(0,0,0)

Tints of #5566C2

#5566C2
(85,102,194)
#6473C7
(100,115,199)
#7380CC
(115,128,204)
#828DD1
(130,141,209)
#919AD6
(145,154,214)
#A0A7DB
(160,167,219)
#AFB4E0
(175,180,224)
#BEC1E5
(190,193,229)
#CDCEEA
(205,206,234)
#DCDBEF
(220,219,239)
#EBE8F4
(235,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5566C2 color. Also use rgb(85,102,194) instead hex code.

Text Font Color

.myTextColor { color: #5566C2; }

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

This text font color is #5566C2.


Background Color

.myBgColor { background-color: #5566C2; }

<div style="background-color:#5566C2">Inner text</div>

This div background color is #5566C2.


Border color

.myBorderColor { border: 1px solid #5566C2; }

<div style="border:3px solid #5566C2">Div</div>

This div border color is #5566C2.


Opacity

.myOpacity80 { color: #5566C2; opacity: 0.8; }

<p style="color:#5566C2;opacity:0.8;">80%</p>

Text with #5566C2 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 #5566C2;}

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

This text has shadow with #5566C2 color.

.textShadow {text-shadow: 3px 3px 1px #5566C2, 3px 3px 1px red;}

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

This text has shadow with #5566C2 primary color and red secondary color.


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

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

This text has shadow with #5566C2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5566C2 on black background.


Color preview on white background

This text has color #5566C2 on white background.



Black color preview on #5566C2 background

This text has black color on #5566C2 background.


White color preview on #5566C2 background

This text has white color on #5566C2 background.