COLOR #5081AF

HEX: #5081AF
RGB: (80,129,175)

Color info

#5081AF contains mainly green and blue colors. Web safe color of #5081AF is #669999 (or #699).

RGB color model

#5081AF color RGB value is (80,129,175).

  • red value is 80;
  • green value is 129;
  • blue value is 175.
RGB:
(80,129,175)
(31%,51%,69%)

RGB channels and saturation

R 80 of 255 = 31%
G 129 of 255 = 51%
B 175 of 255 = 69%

80
129
175

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

Portions of RGB colors in percentages

R + G + B =
80 + 129 + 175 = 384 (100%)
R 80 of 384 ~ 20.83%
G 129 of 384 ~ 33.59%
B 175 of 384 ~ 45.57%

%20.83
%33.59
%45.57

CMYK color model

#5081AF color CMYK value is (54,26,0,31).

  • cyan value is 54.29%
  • magenta value is 26.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(54,26,0,31)
C54M26Y0K31 
(54%,26%,0%,31%)
(0.54/0.26/0.00/0.31)	

CMYK percentages

%54.29
%26.29
%0
%31.37

Codes

Color #5081AF in popluar color models

5081AF
RGB80129175
HSL209°37.25%50.00%
HSB/HSV209°54.29%68.63%
CMYK54.29%26.29%0.00%
31.37%

Color #5081AF in popluar number systems.

HEX5081AF
Decimal80129175
Binary10100001000000110101111
Octal120201257

Shades and tints

Shades of #5081AF

#5081AF
(80,129,175)
#4976A0
(73,118,160)
#426B91
(66,107,145)
#3B6082
(59,96,130)
#345573
(52,85,115)
#2D4A64
(45,74,100)
#263F55
(38,63,85)
#1F3446
(31,52,70)
#182937
(24,41,55)
#111E28
(17,30,40)
#0A1319
(10,19,25)
#000000
(0,0,0)

Tints of #5081AF

#5081AF
(80,129,175)
#5F8CB6
(95,140,182)
#6E97BD
(110,151,189)
#7DA2C4
(125,162,196)
#8CADCB
(140,173,203)
#9BB8D2
(155,184,210)
#AAC3D9
(170,195,217)
#B9CEE0
(185,206,224)
#C8D9E7
(200,217,231)
#D7E4EE
(215,228,238)
#E6EFF5
(230,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5081AF color. Also use rgb(80,129,175) instead hex code.

Text Font Color

.myTextColor { color: #5081AF; }

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

This text font color is #5081AF.


Background Color

.myBgColor { background-color: #5081AF; }

<div style="background-color:#5081AF">Inner text</div>

This div background color is #5081AF.


Border color

.myBorderColor { border: 1px solid #5081AF; }

<div style="border:3px solid #5081AF">Div</div>

This div border color is #5081AF.


Opacity

.myOpacity80 { color: #5081AF; opacity: 0.8; }

<p style="color:#5081AF;opacity:0.8;">80%</p>

Text with #5081AF 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 #5081AF;}

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

This text has shadow with #5081AF color.

.textShadow {text-shadow: 3px 3px 1px #5081AF, 3px 3px 1px red;}

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

This text has shadow with #5081AF primary color and red secondary color.


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

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

This text has shadow with #5081AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5081AF on black background.


Color preview on white background

This text has color #5081AF on white background.



Black color preview on #5081AF background

This text has black color on #5081AF background.


White color preview on #5081AF background

This text has white color on #5081AF background.