COLOR #5377B1

HEX: #5377B1
RGB: (83,119,177)

Color info

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

RGB color model

#5377B1 color RGB value is (83,119,177).

  • red value is 83;
  • green value is 119;
  • blue value is 177.
RGB:
(83,119,177)
(33%,47%,69%)

RGB channels and saturation

R 83 of 255 = 33%
G 119 of 255 = 47%
B 177 of 255 = 69%

83
119
177

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

Portions of RGB colors in percentages

R + G + B =
83 + 119 + 177 = 379 (100%)
R 83 of 379 ~ 21.9%
G 119 of 379 ~ 31.4%
B 177 of 379 ~ 46.7%

%21.9
%31.4
%46.7

CMYK color model

#5377B1 color CMYK value is (53,33,0,31).

  • cyan value is 53.11%
  • magenta value is 32.77%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(53,33,0,31)
C53M33Y0K31 
(53%,33%,0%,31%)
(0.53/0.33/0.00/0.31)	

CMYK percentages

%53.11
%32.77
%0
%30.59

Codes

Color #5377B1 in popluar color models

5377B1
RGB83119177
HSL217°37.60%50.98%
HSB/HSV217°53.11%69.41%
CMYK53.11%32.77%0.00%
30.59%

Color #5377B1 in popluar number systems.

HEX5377B1
Decimal83119177
Binary1010011111011110110001
Octal123167261

Shades and tints

Shades of #5377B1

#5377B1
(83,119,177)
#4C6DA1
(76,109,161)
#456391
(69,99,145)
#3E5981
(62,89,129)
#374F71
(55,79,113)
#304561
(48,69,97)
#293B51
(41,59,81)
#223141
(34,49,65)
#1B2731
(27,39,49)
#141D21
(20,29,33)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #5377B1

#5377B1
(83,119,177)
#6283B8
(98,131,184)
#718FBF
(113,143,191)
#809BC6
(128,155,198)
#8FA7CD
(143,167,205)
#9EB3D4
(158,179,212)
#ADBFDB
(173,191,219)
#BCCBE2
(188,203,226)
#CBD7E9
(203,215,233)
#DAE3F0
(218,227,240)
#E9EFF7
(233,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5377B1 color. Also use rgb(83,119,177) instead hex code.

Text Font Color

.myTextColor { color: #5377B1; }

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

This text font color is #5377B1.


Background Color

.myBgColor { background-color: #5377B1; }

<div style="background-color:#5377B1">Inner text</div>

This div background color is #5377B1.


Border color

.myBorderColor { border: 1px solid #5377B1; }

<div style="border:3px solid #5377B1">Div</div>

This div border color is #5377B1.


Opacity

.myOpacity80 { color: #5377B1; opacity: 0.8; }

<p style="color:#5377B1;opacity:0.8;">80%</p>

Text with #5377B1 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 #5377B1;}

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

This text has shadow with #5377B1 color.

.textShadow {text-shadow: 3px 3px 1px #5377B1, 3px 3px 1px red;}

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

This text has shadow with #5377B1 primary color and red secondary color.


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

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

This text has shadow with #5377B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5377B1 on black background.


Color preview on white background

This text has color #5377B1 on white background.



Black color preview on #5377B1 background

This text has black color on #5377B1 background.


White color preview on #5377B1 background

This text has white color on #5377B1 background.