COLOR #5550BC

HEX: #5550BC
RGB: (85,80,188)

Color info

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

RGB color model

#5550BC color RGB value is (85,80,188).

  • red value is 85;
  • green value is 80;
  • blue value is 188.
RGB:
(85,80,188)
(33%,31%,74%)

RGB channels and saturation

R 85 of 255 = 33%
G 80 of 255 = 31%
B 188 of 255 = 74%

85
80
188

R + G + B ~ 46%. #5550BC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 80 + 188 = 353 (100%)
R 85 of 353 ~ 24.08%
G 80 of 353 ~ 22.66%
B 188 of 353 ~ 53.26%

%24.08
%22.66
%53.26

CMYK color model

#5550BC color CMYK value is (55,57,0,26).

  • cyan value is 54.79%
  • magenta value is 57.45%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(55,57,0,26)
C55M57Y0K26 
(55%,57%,0%,26%)
(0.55/0.57/0.00/0.26)	

CMYK percentages

%54.79
%57.45
%0
%26.27

Codes

Color #5550BC in popluar color models

5550BC
RGB8580188
HSL243°44.63%52.55%
HSB/HSV243°57.45%73.73%
CMYK54.79%57.45%0.00%
26.27%

Color #5550BC in popluar number systems.

HEX5550BC
Decimal8580188
Binary1010101101000010111100
Octal125120274

Shades and tints

Shades of #5550BC

#5550BC
(85,80,188)
#4E49AB
(78,73,171)
#47429A
(71,66,154)
#403B89
(64,59,137)
#393478
(57,52,120)
#322D67
(50,45,103)
#2B2656
(43,38,86)
#241F45
(36,31,69)
#1D1834
(29,24,52)
#161123
(22,17,35)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #5550BC

#5550BC
(85,80,188)
#645FC2
(100,95,194)
#736EC8
(115,110,200)
#827DCE
(130,125,206)
#918CD4
(145,140,212)
#A09BDA
(160,155,218)
#AFAAE0
(175,170,224)
#BEB9E6
(190,185,230)
#CDC8EC
(205,200,236)
#DCD7F2
(220,215,242)
#EBE6F8
(235,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5550BC color. Also use rgb(85,80,188) instead hex code.

Text Font Color

.myTextColor { color: #5550BC; }

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

This text font color is #5550BC.


Background Color

.myBgColor { background-color: #5550BC; }

<div style="background-color:#5550BC">Inner text</div>

This div background color is #5550BC.


Border color

.myBorderColor { border: 1px solid #5550BC; }

<div style="border:3px solid #5550BC">Div</div>

This div border color is #5550BC.


Opacity

.myOpacity80 { color: #5550BC; opacity: 0.8; }

<p style="color:#5550BC;opacity:0.8;">80%</p>

Text with #5550BC 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 #5550BC;}

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

This text has shadow with #5550BC color.

.textShadow {text-shadow: 3px 3px 1px #5550BC, 3px 3px 1px red;}

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

This text has shadow with #5550BC primary color and red secondary color.


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

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

This text has shadow with #5550BC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5550BC on black background.


Color preview on white background

This text has color #5550BC on white background.



Black color preview on #5550BC background

This text has black color on #5550BC background.


White color preview on #5550BC background

This text has white color on #5550BC background.