COLOR #5566B0

HEX: #5566B0
RGB: (85,102,176)

Color info

#5566B0 contains mainly blue color. Web safe color of #5566B0 is #666699 (or #669).

RGB color model

#5566B0 color RGB value is (85,102,176).

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

RGB channels and saturation

R 85 of 255 = 33%
G 102 of 255 = 40%
B 176 of 255 = 69%

85
102
176

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

Portions of RGB colors in percentages

R + G + B =
85 + 102 + 176 = 363 (100%)
R 85 of 363 ~ 23.42%
G 102 of 363 ~ 28.1%
B 176 of 363 ~ 48.48%

%23.42
%28.1
%48.48

CMYK color model

#5566B0 color CMYK value is (52,42,0,31).

  • cyan value is 51.70%
  • magenta value is 42.05%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(52,42,0,31)
C52M42Y0K31 
(52%,42%,0%,31%)
(0.52/0.42/0.00/0.31)	

CMYK percentages

%51.7
%42.05
%0
%30.98

Codes

Color #5566B0 in popluar color models

5566B0
RGB85102176
HSL229°36.55%51.18%
HSB/HSV229°51.70%69.02%
CMYK51.70%42.05%0.00%
30.98%

Color #5566B0 in popluar number systems.

HEX5566B0
Decimal85102176
Binary1010101110011010110000
Octal125146260

Shades and tints

Shades of #5566B0

#5566B0
(85,102,176)
#4E5DA0
(78,93,160)
#475490
(71,84,144)
#404B80
(64,75,128)
#394270
(57,66,112)
#323960
(50,57,96)
#2B3050
(43,48,80)
#242740
(36,39,64)
#1D1E30
(29,30,48)
#161520
(22,21,32)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #5566B0

#5566B0
(85,102,176)
#6473B7
(100,115,183)
#7380BE
(115,128,190)
#828DC5
(130,141,197)
#919ACC
(145,154,204)
#A0A7D3
(160,167,211)
#AFB4DA
(175,180,218)
#BEC1E1
(190,193,225)
#CDCEE8
(205,206,232)
#DCDBEF
(220,219,239)
#EBE8F6
(235,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5566B0; }

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

This text font color is #5566B0.


Background Color

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

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

This div background color is #5566B0.


Border color

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

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

This div border color is #5566B0.


Opacity

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

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

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

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

This text has shadow with #5566B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5566B0 on black background.


Color preview on white background

This text has color #5566B0 on white background.



Black color preview on #5566B0 background

This text has black color on #5566B0 background.


White color preview on #5566B0 background

This text has white color on #5566B0 background.