COLOR #5080A0

HEX: #5080A0
RGB: (80,128,160)

Color info

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

RGB color model

#5080A0 color RGB value is (80,128,160).

  • red value is 80;
  • green value is 128;
  • blue value is 160.
RGB:
(80,128,160)
(31%,50%,63%)

RGB channels and saturation

R 80 of 255 = 31%
G 128 of 255 = 50%
B 160 of 255 = 63%

80
128
160

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

Portions of RGB colors in percentages

R + G + B =
80 + 128 + 160 = 368 (100%)
R 80 of 368 ~ 21.74%
G 128 of 368 ~ 34.78%
B 160 of 368 ~ 43.48%

%21.74
%34.78
%43.48

CMYK color model

#5080A0 color CMYK value is (50,20,0,37).

  • cyan value is 50.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(50,20,0,37)
C50M20Y0K37 
(50%,20%,0%,37%)
(0.50/0.20/0.00/0.37)	

CMYK percentages

%50
%20
%0
%37.25

Codes

Color #5080A0 in popluar color models

5080A0
RGB80128160
HSL204°33.33%47.06%
HSB/HSV204°50.00%62.75%
CMYK50.00%20.00%0.00%
37.25%

Color #5080A0 in popluar number systems.

HEX5080A0
Decimal80128160
Binary10100001000000010100000
Octal120200240

Shades and tints

Shades of #5080A0

#5080A0
(80,128,160)
#497592
(73,117,146)
#426A84
(66,106,132)
#3B5F76
(59,95,118)
#345468
(52,84,104)
#2D495A
(45,73,90)
#263E4C
(38,62,76)
#1F333E
(31,51,62)
#182830
(24,40,48)
#111D22
(17,29,34)
#0A1214
(10,18,20)
#000000
(0,0,0)

Tints of #5080A0

#5080A0
(80,128,160)
#5F8BA8
(95,139,168)
#6E96B0
(110,150,176)
#7DA1B8
(125,161,184)
#8CACC0
(140,172,192)
#9BB7C8
(155,183,200)
#AAC2D0
(170,194,208)
#B9CDD8
(185,205,216)
#C8D8E0
(200,216,224)
#D7E3E8
(215,227,232)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5080A0 color. Also use rgb(80,128,160) instead hex code.

Text Font Color

.myTextColor { color: #5080A0; }

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

This text font color is #5080A0.


Background Color

.myBgColor { background-color: #5080A0; }

<div style="background-color:#5080A0">Inner text</div>

This div background color is #5080A0.


Border color

.myBorderColor { border: 1px solid #5080A0; }

<div style="border:3px solid #5080A0">Div</div>

This div border color is #5080A0.


Opacity

.myOpacity80 { color: #5080A0; opacity: 0.8; }

<p style="color:#5080A0;opacity:0.8;">80%</p>

Text with #5080A0 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 #5080A0;}

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

This text has shadow with #5080A0 color.

.textShadow {text-shadow: 3px 3px 1px #5080A0, 3px 3px 1px red;}

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

This text has shadow with #5080A0 primary color and red secondary color.


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

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

This text has shadow with #5080A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5080A0 on black background.


Color preview on white background

This text has color #5080A0 on white background.



Black color preview on #5080A0 background

This text has black color on #5080A0 background.


White color preview on #5080A0 background

This text has white color on #5080A0 background.