COLOR #5B73A4

HEX: #5B73A4
RGB: (91,115,164)

Color info

#5B73A4 contains mainly green and blue colors. Web safe color of #5B73A4 is #666699 (or #669).

RGB color model

#5B73A4 color RGB value is (91,115,164).

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

RGB channels and saturation

R 91 of 255 = 36%
G 115 of 255 = 45%
B 164 of 255 = 64%

91
115
164

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

Portions of RGB colors in percentages

R + G + B =
91 + 115 + 164 = 370 (100%)
R 91 of 370 ~ 24.59%
G 115 of 370 ~ 31.08%
B 164 of 370 ~ 44.32%

%24.59
%31.08
%44.32

CMYK color model

#5B73A4 color CMYK value is (45,30,0,36).

  • cyan value is 44.51%
  • magenta value is 29.88%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(45,30,0,36)
C45M30Y0K36 
(45%,30%,0%,36%)
(0.45/0.30/0.00/0.36)	

CMYK percentages

%44.51
%29.88
%0
%35.69

Codes

Color #5B73A4 in popluar color models

5B73A4
RGB91115164
HSL220°28.63%50.00%
HSB/HSV220°44.51%64.31%
CMYK44.51%29.88%0.00%
35.69%

Color #5B73A4 in popluar number systems.

HEX5B73A4
Decimal91115164
Binary1011011111001110100100
Octal133163244

Shades and tints

Shades of #5B73A4

#5B73A4
(91,115,164)
#536996
(83,105,150)
#4B5F88
(75,95,136)
#43557A
(67,85,122)
#3B4B6C
(59,75,108)
#33415E
(51,65,94)
#2B3750
(43,55,80)
#232D42
(35,45,66)
#1B2334
(27,35,52)
#131926
(19,25,38)
#0B0F18
(11,15,24)
#000000
(0,0,0)

Tints of #5B73A4

#5B73A4
(91,115,164)
#697FAC
(105,127,172)
#778BB4
(119,139,180)
#8597BC
(133,151,188)
#93A3C4
(147,163,196)
#A1AFCC
(161,175,204)
#AFBBD4
(175,187,212)
#BDC7DC
(189,199,220)
#CBD3E4
(203,211,228)
#D9DFEC
(217,223,236)
#E7EBF4
(231,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B73A4; }

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

This text font color is #5B73A4.


Background Color

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

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

This div background color is #5B73A4.


Border color

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

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

This div border color is #5B73A4.


Opacity

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

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

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

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

This text has shadow with #5B73A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B73A4 on black background.


Color preview on white background

This text has color #5B73A4 on white background.



Black color preview on #5B73A4 background

This text has black color on #5B73A4 background.


White color preview on #5B73A4 background

This text has white color on #5B73A4 background.