COLOR #5B73B3

HEX: #5B73B3
RGB: (91,115,179)

Color info

#5B73B3 contains mainly blue color. Web safe color of #5B73B3 is #666699 (or #669).

RGB color model

#5B73B3 color RGB value is (91,115,179).

  • red value is 91;
  • green value is 115;
  • blue value is 179.
RGB:
(91,115,179)
(36%,45%,70%)

RGB channels and saturation

R 91 of 255 = 36%
G 115 of 255 = 45%
B 179 of 255 = 70%

91
115
179

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

Portions of RGB colors in percentages

R + G + B =
91 + 115 + 179 = 385 (100%)
R 91 of 385 ~ 23.64%
G 115 of 385 ~ 29.87%
B 179 of 385 ~ 46.49%

%23.64
%29.87
%46.49

CMYK color model

#5B73B3 color CMYK value is (49,36,0,30).

  • cyan value is 49.16%
  • magenta value is 35.75%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(49,36,0,30)
C49M36Y0K30 
(49%,36%,0%,30%)
(0.49/0.36/0.00/0.30)	

CMYK percentages

%49.16
%35.75
%0
%29.8

Codes

Color #5B73B3 in popluar color models

5B73B3
RGB91115179
HSL224°36.67%52.94%
HSB/HSV224°49.16%70.20%
CMYK49.16%35.75%0.00%
29.80%

Color #5B73B3 in popluar number systems.

HEX5B73B3
Decimal91115179
Binary1011011111001110110011
Octal133163263

Shades and tints

Shades of #5B73B3

#5B73B3
(91,115,179)
#5369A3
(83,105,163)
#4B5F93
(75,95,147)
#435583
(67,85,131)
#3B4B73
(59,75,115)
#334163
(51,65,99)
#2B3753
(43,55,83)
#232D43
(35,45,67)
#1B2333
(27,35,51)
#131923
(19,25,35)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #5B73B3

#5B73B3
(91,115,179)
#697FB9
(105,127,185)
#778BBF
(119,139,191)
#8597C5
(133,151,197)
#93A3CB
(147,163,203)
#A1AFD1
(161,175,209)
#AFBBD7
(175,187,215)
#BDC7DD
(189,199,221)
#CBD3E3
(203,211,227)
#D9DFE9
(217,223,233)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B73B3 color. Also use rgb(91,115,179) instead hex code.

Text Font Color

.myTextColor { color: #5B73B3; }

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

This text font color is #5B73B3.


Background Color

.myBgColor { background-color: #5B73B3; }

<div style="background-color:#5B73B3">Inner text</div>

This div background color is #5B73B3.


Border color

.myBorderColor { border: 1px solid #5B73B3; }

<div style="border:3px solid #5B73B3">Div</div>

This div border color is #5B73B3.


Opacity

.myOpacity80 { color: #5B73B3; opacity: 0.8; }

<p style="color:#5B73B3;opacity:0.8;">80%</p>

Text with #5B73B3 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 #5B73B3;}

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

This text has shadow with #5B73B3 color.

.textShadow {text-shadow: 3px 3px 1px #5B73B3, 3px 3px 1px red;}

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

This text has shadow with #5B73B3 primary color and red secondary color.


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

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

This text has shadow with #5B73B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B73B3 on black background.


Color preview on white background

This text has color #5B73B3 on white background.



Black color preview on #5B73B3 background

This text has black color on #5B73B3 background.


White color preview on #5B73B3 background

This text has white color on #5B73B3 background.