COLOR #5093AD

HEX: #5093AD
RGB: (80,147,173)

Color info

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

RGB color model

#5093AD color RGB value is (80,147,173).

  • red value is 80;
  • green value is 147;
  • blue value is 173.
RGB:
(80,147,173)
(31%,58%,68%)

RGB channels and saturation

R 80 of 255 = 31%
G 147 of 255 = 58%
B 173 of 255 = 68%

80
147
173

R + G + B ~ 52%. #5093AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 147 + 173 = 400 (100%)
R 80 of 400 ~ 20%
G 147 of 400 ~ 36.75%
B 173 of 400 ~ 43.25%

%20
%36.75
%43.25

CMYK color model

#5093AD color CMYK value is (54,15,0,32).

  • cyan value is 53.76%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(54,15,0,32)
C54M15Y0K32 
(54%,15%,0%,32%)
(0.54/0.15/0.00/0.32)	

CMYK percentages

%53.76
%15.03
%0
%32.16

Codes

Color #5093AD in popluar color models

5093AD
RGB80147173
HSL197°36.76%49.61%
HSB/HSV197°53.76%67.84%
CMYK53.76%15.03%0.00%
32.16%

Color #5093AD in popluar number systems.

HEX5093AD
Decimal80147173
Binary10100001001001110101101
Octal120223255

Shades and tints

Shades of #5093AD

#5093AD
(80,147,173)
#49869E
(73,134,158)
#42798F
(66,121,143)
#3B6C80
(59,108,128)
#345F71
(52,95,113)
#2D5262
(45,82,98)
#264553
(38,69,83)
#1F3844
(31,56,68)
#182B35
(24,43,53)
#111E26
(17,30,38)
#0A1117
(10,17,23)
#000000
(0,0,0)

Tints of #5093AD

#5093AD
(80,147,173)
#5F9CB4
(95,156,180)
#6EA5BB
(110,165,187)
#7DAEC2
(125,174,194)
#8CB7C9
(140,183,201)
#9BC0D0
(155,192,208)
#AAC9D7
(170,201,215)
#B9D2DE
(185,210,222)
#C8DBE5
(200,219,229)
#D7E4EC
(215,228,236)
#E6EDF3
(230,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5093AD color. Also use rgb(80,147,173) instead hex code.

Text Font Color

.myTextColor { color: #5093AD; }

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

This text font color is #5093AD.


Background Color

.myBgColor { background-color: #5093AD; }

<div style="background-color:#5093AD">Inner text</div>

This div background color is #5093AD.


Border color

.myBorderColor { border: 1px solid #5093AD; }

<div style="border:3px solid #5093AD">Div</div>

This div border color is #5093AD.


Opacity

.myOpacity80 { color: #5093AD; opacity: 0.8; }

<p style="color:#5093AD;opacity:0.8;">80%</p>

Text with #5093AD 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 #5093AD;}

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

This text has shadow with #5093AD color.

.textShadow {text-shadow: 3px 3px 1px #5093AD, 3px 3px 1px red;}

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

This text has shadow with #5093AD primary color and red secondary color.


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

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

This text has shadow with #5093AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5093AD on black background.


Color preview on white background

This text has color #5093AD on white background.



Black color preview on #5093AD background

This text has black color on #5093AD background.


White color preview on #5093AD background

This text has white color on #5093AD background.