COLOR #5085A6

HEX: #5085A6
RGB: (80,133,166)

Color info

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

RGB color model

#5085A6 color RGB value is (80,133,166).

  • red value is 80;
  • green value is 133;
  • blue value is 166.
RGB:
(80,133,166)
(31%,52%,65%)

RGB channels and saturation

R 80 of 255 = 31%
G 133 of 255 = 52%
B 166 of 255 = 65%

80
133
166

R + G + B ~ 49%. #5085A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 133 + 166 = 379 (100%)
R 80 of 379 ~ 21.11%
G 133 of 379 ~ 35.09%
B 166 of 379 ~ 43.8%

%21.11
%35.09
%43.8

CMYK color model

#5085A6 color CMYK value is (52,20,0,35).

  • cyan value is 51.81%
  • magenta value is 19.88%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(52,20,0,35)
C52M20Y0K35 
(52%,20%,0%,35%)
(0.52/0.20/0.00/0.35)	

CMYK percentages

%51.81
%19.88
%0
%34.9

Codes

Color #5085A6 in popluar color models

5085A6
RGB80133166
HSL203°34.96%48.24%
HSB/HSV203°51.81%65.10%
CMYK51.81%19.88%0.00%
34.90%

Color #5085A6 in popluar number systems.

HEX5085A6
Decimal80133166
Binary10100001000010110100110
Octal120205246

Shades and tints

Shades of #5085A6

#5085A6
(80,133,166)
#497997
(73,121,151)
#426D88
(66,109,136)
#3B6179
(59,97,121)
#34556A
(52,85,106)
#2D495B
(45,73,91)
#263D4C
(38,61,76)
#1F313D
(31,49,61)
#18252E
(24,37,46)
#11191F
(17,25,31)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #5085A6

#5085A6
(80,133,166)
#5F90AE
(95,144,174)
#6E9BB6
(110,155,182)
#7DA6BE
(125,166,190)
#8CB1C6
(140,177,198)
#9BBCCE
(155,188,206)
#AAC7D6
(170,199,214)
#B9D2DE
(185,210,222)
#C8DDE6
(200,221,230)
#D7E8EE
(215,232,238)
#E6F3F6
(230,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5085A6 color. Also use rgb(80,133,166) instead hex code.

Text Font Color

.myTextColor { color: #5085A6; }

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

This text font color is #5085A6.


Background Color

.myBgColor { background-color: #5085A6; }

<div style="background-color:#5085A6">Inner text</div>

This div background color is #5085A6.


Border color

.myBorderColor { border: 1px solid #5085A6; }

<div style="border:3px solid #5085A6">Div</div>

This div border color is #5085A6.


Opacity

.myOpacity80 { color: #5085A6; opacity: 0.8; }

<p style="color:#5085A6;opacity:0.8;">80%</p>

Text with #5085A6 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 #5085A6;}

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

This text has shadow with #5085A6 color.

.textShadow {text-shadow: 3px 3px 1px #5085A6, 3px 3px 1px red;}

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

This text has shadow with #5085A6 primary color and red secondary color.


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

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

This text has shadow with #5085A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5085A6 on black background.


Color preview on white background

This text has color #5085A6 on white background.



Black color preview on #5085A6 background

This text has black color on #5085A6 background.


White color preview on #5085A6 background

This text has white color on #5085A6 background.