COLOR #5548B9

HEX: #5548B9
RGB: (85,72,185)

Color info

#5548B9 contains mainly blue color. Web safe color of #5548B9 is #6633CC (or #63C).

RGB color model

#5548B9 color RGB value is (85,72,185).

  • red value is 85;
  • green value is 72;
  • blue value is 185.
RGB:
(85,72,185)
(33%,28%,73%)

RGB channels and saturation

R 85 of 255 = 33%
G 72 of 255 = 28%
B 185 of 255 = 73%

85
72
185

R + G + B ~ 45%. #5548B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 72 + 185 = 342 (100%)
R 85 of 342 ~ 24.85%
G 72 of 342 ~ 21.05%
B 185 of 342 ~ 54.09%

%24.85
%21.05
%54.09

CMYK color model

#5548B9 color CMYK value is (54,61,0,27).

  • cyan value is 54.05%
  • magenta value is 61.08%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(54,61,0,27)
C54M61Y0K27 
(54%,61%,0%,27%)
(0.54/0.61/0.00/0.27)	

CMYK percentages

%54.05
%61.08
%0
%27.45

Codes

Color #5548B9 in popluar color models

5548B9
RGB8572185
HSL247°44.66%50.39%
HSB/HSV247°61.08%72.55%
CMYK54.05%61.08%0.00%
27.45%

Color #5548B9 in popluar number systems.

HEX5548B9
Decimal8572185
Binary1010101100100010111001
Octal125110271

Shades and tints

Shades of #5548B9

#5548B9
(85,72,185)
#4E42A9
(78,66,169)
#473C99
(71,60,153)
#403689
(64,54,137)
#393079
(57,48,121)
#322A69
(50,42,105)
#2B2459
(43,36,89)
#241E49
(36,30,73)
#1D1839
(29,24,57)
#161229
(22,18,41)
#0F0C19
(15,12,25)
#000000
(0,0,0)

Tints of #5548B9

#5548B9
(85,72,185)
#6458BF
(100,88,191)
#7368C5
(115,104,197)
#8278CB
(130,120,203)
#9188D1
(145,136,209)
#A098D7
(160,152,215)
#AFA8DD
(175,168,221)
#BEB8E3
(190,184,227)
#CDC8E9
(205,200,233)
#DCD8EF
(220,216,239)
#EBE8F5
(235,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5548B9 color. Also use rgb(85,72,185) instead hex code.

Text Font Color

.myTextColor { color: #5548B9; }

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

This text font color is #5548B9.


Background Color

.myBgColor { background-color: #5548B9; }

<div style="background-color:#5548B9">Inner text</div>

This div background color is #5548B9.


Border color

.myBorderColor { border: 1px solid #5548B9; }

<div style="border:3px solid #5548B9">Div</div>

This div border color is #5548B9.


Opacity

.myOpacity80 { color: #5548B9; opacity: 0.8; }

<p style="color:#5548B9;opacity:0.8;">80%</p>

Text with #5548B9 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 #5548B9;}

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

This text has shadow with #5548B9 color.

.textShadow {text-shadow: 3px 3px 1px #5548B9, 3px 3px 1px red;}

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

This text has shadow with #5548B9 primary color and red secondary color.


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

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

This text has shadow with #5548B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5548B9 on black background.


Color preview on white background

This text has color #5548B9 on white background.



Black color preview on #5548B9 background

This text has black color on #5548B9 background.


White color preview on #5548B9 background

This text has white color on #5548B9 background.