COLOR #5077B5

HEX: #5077B5
RGB: (80,119,181)

Color info

#5077B5 contains mainly blue color. Web safe color of #5077B5 is #6666CC (or #66C).

RGB color model

#5077B5 color RGB value is (80,119,181).

  • red value is 80;
  • green value is 119;
  • blue value is 181.
RGB:
(80,119,181)
(31%,47%,71%)

RGB channels and saturation

R 80 of 255 = 31%
G 119 of 255 = 47%
B 181 of 255 = 71%

80
119
181

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

Portions of RGB colors in percentages

R + G + B =
80 + 119 + 181 = 380 (100%)
R 80 of 380 ~ 21.05%
G 119 of 380 ~ 31.32%
B 181 of 380 ~ 47.63%

%21.05
%31.32
%47.63

CMYK color model

#5077B5 color CMYK value is (56,34,0,29).

  • cyan value is 55.80%
  • magenta value is 34.25%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(56,34,0,29)
C56M34Y0K29 
(56%,34%,0%,29%)
(0.56/0.34/0.00/0.29)	

CMYK percentages

%55.8
%34.25
%0
%29.02

Codes

Color #5077B5 in popluar color models

5077B5
RGB80119181
HSL217°40.56%51.18%
HSB/HSV217°55.80%70.98%
CMYK55.80%34.25%0.00%
29.02%

Color #5077B5 in popluar number systems.

HEX5077B5
Decimal80119181
Binary1010000111011110110101
Octal120167265

Shades and tints

Shades of #5077B5

#5077B5
(80,119,181)
#496DA5
(73,109,165)
#426395
(66,99,149)
#3B5985
(59,89,133)
#344F75
(52,79,117)
#2D4565
(45,69,101)
#263B55
(38,59,85)
#1F3145
(31,49,69)
#182735
(24,39,53)
#111D25
(17,29,37)
#0A1315
(10,19,21)
#000000
(0,0,0)

Tints of #5077B5

#5077B5
(80,119,181)
#5F83BB
(95,131,187)
#6E8FC1
(110,143,193)
#7D9BC7
(125,155,199)
#8CA7CD
(140,167,205)
#9BB3D3
(155,179,211)
#AABFD9
(170,191,217)
#B9CBDF
(185,203,223)
#C8D7E5
(200,215,229)
#D7E3EB
(215,227,235)
#E6EFF1
(230,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5077B5 color. Also use rgb(80,119,181) instead hex code.

Text Font Color

.myTextColor { color: #5077B5; }

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

This text font color is #5077B5.


Background Color

.myBgColor { background-color: #5077B5; }

<div style="background-color:#5077B5">Inner text</div>

This div background color is #5077B5.


Border color

.myBorderColor { border: 1px solid #5077B5; }

<div style="border:3px solid #5077B5">Div</div>

This div border color is #5077B5.


Opacity

.myOpacity80 { color: #5077B5; opacity: 0.8; }

<p style="color:#5077B5;opacity:0.8;">80%</p>

Text with #5077B5 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 #5077B5;}

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

This text has shadow with #5077B5 color.

.textShadow {text-shadow: 3px 3px 1px #5077B5, 3px 3px 1px red;}

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

This text has shadow with #5077B5 primary color and red secondary color.


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

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

This text has shadow with #5077B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5077B5 on black background.


Color preview on white background

This text has color #5077B5 on white background.



Black color preview on #5077B5 background

This text has black color on #5077B5 background.


White color preview on #5077B5 background

This text has white color on #5077B5 background.