COLOR #5506B4

HEX: #5506B4
RGB: (85,6,180)

Color info

#5506B4 contains mainly blue color. Web safe color of #5506B4 is #6600CC (or #60C).

RGB color model

#5506B4 color RGB value is (85,6,180).

  • red value is 85;
  • green value is 6;
  • blue value is 180.
RGB:
(85,6,180)
(33%,2%,71%)

RGB channels and saturation

R 85 of 255 = 33%
G 6 of 255 = 2%
B 180 of 255 = 71%

85
6
180

R + G + B ~ 35%. #5506B4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 6 + 180 = 271 (100%)
R 85 of 271 ~ 31.37%
G 6 of 271 ~ 2.21%
B 180 of 271 ~ 66.42%

%31.37
%66.42

CMYK color model

#5506B4 color CMYK value is (53,97,0,29).

  • cyan value is 52.78%
  • magenta value is 96.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(53,97,0,29)
C53M97Y0K29 
(53%,97%,0%,29%)
(0.53/0.97/0.00/0.29)	

CMYK percentages

%52.78
%96.67
%0
%29.41

Codes

Color #5506B4 in popluar color models

5506B4
RGB856180
HSL267°93.55%36.47%
HSB/HSV267°96.67%70.59%
CMYK52.78%96.67%0.00%
29.41%

Color #5506B4 in popluar number systems.

HEX5506B4
Decimal856180
Binary101010111010110100
Octal1256264

Shades and tints

Shades of #5506B4

#5506B4
(85,6,180)
#4E06A4
(78,6,164)
#470694
(71,6,148)
#400684
(64,6,132)
#390674
(57,6,116)
#320664
(50,6,100)
#2B0654
(43,6,84)
#240644
(36,6,68)
#1D0634
(29,6,52)
#160624
(22,6,36)
#0F0614
(15,6,20)
#000000
(0,0,0)

Tints of #5506B4

#5506B4
(85,6,180)
#641CBA
(100,28,186)
#7332C0
(115,50,192)
#8248C6
(130,72,198)
#915ECC
(145,94,204)
#A074D2
(160,116,210)
#AF8AD8
(175,138,216)
#BEA0DE
(190,160,222)
#CDB6E4
(205,182,228)
#DCCCEA
(220,204,234)
#EBE2F0
(235,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5506B4 color. Also use rgb(85,6,180) instead hex code.

Text Font Color

.myTextColor { color: #5506B4; }

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

This text font color is #5506B4.


Background Color

.myBgColor { background-color: #5506B4; }

<div style="background-color:#5506B4">Inner text</div>

This div background color is #5506B4.


Border color

.myBorderColor { border: 1px solid #5506B4; }

<div style="border:3px solid #5506B4">Div</div>

This div border color is #5506B4.


Opacity

.myOpacity80 { color: #5506B4; opacity: 0.8; }

<p style="color:#5506B4;opacity:0.8;">80%</p>

Text with #5506B4 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 #5506B4;}

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

This text has shadow with #5506B4 color.

.textShadow {text-shadow: 3px 3px 1px #5506B4, 3px 3px 1px red;}

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

This text has shadow with #5506B4 primary color and red secondary color.


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

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

This text has shadow with #5506B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5506B4 on black background.


Color preview on white background

This text has color #5506B4 on white background.



Black color preview on #5506B4 background

This text has black color on #5506B4 background.


White color preview on #5506B4 background

This text has white color on #5506B4 background.