COLOR #5066AC

HEX: #5066AC
RGB: (80,102,172)

Color info

#5066AC contains mainly blue color. Web safe color of #5066AC is #666699 (or #669).

RGB color model

#5066AC color RGB value is (80,102,172).

  • red value is 80;
  • green value is 102;
  • blue value is 172.
RGB:
(80,102,172)
(31%,40%,67%)

RGB channels and saturation

R 80 of 255 = 31%
G 102 of 255 = 40%
B 172 of 255 = 67%

80
102
172

R + G + B ~ 46%. #5066AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 102 + 172 = 354 (100%)
R 80 of 354 ~ 22.6%
G 102 of 354 ~ 28.81%
B 172 of 354 ~ 48.59%

%22.6
%28.81
%48.59

CMYK color model

#5066AC color CMYK value is (53,41,0,33).

  • cyan value is 53.49%
  • magenta value is 40.70%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(53,41,0,33)
C53M41Y0K33 
(53%,41%,0%,33%)
(0.53/0.41/0.00/0.33)	

CMYK percentages

%53.49
%40.7
%0
%32.55

Codes

Color #5066AC in popluar color models

5066AC
RGB80102172
HSL226°36.51%49.41%
HSB/HSV226°53.49%67.45%
CMYK53.49%40.70%0.00%
32.55%

Color #5066AC in popluar number systems.

HEX5066AC
Decimal80102172
Binary1010000110011010101100
Octal120146254

Shades and tints

Shades of #5066AC

#5066AC
(80,102,172)
#495D9D
(73,93,157)
#42548E
(66,84,142)
#3B4B7F
(59,75,127)
#344270
(52,66,112)
#2D3961
(45,57,97)
#263052
(38,48,82)
#1F2743
(31,39,67)
#181E34
(24,30,52)
#111525
(17,21,37)
#0A0C16
(10,12,22)
#000000
(0,0,0)

Tints of #5066AC

#5066AC
(80,102,172)
#5F73B3
(95,115,179)
#6E80BA
(110,128,186)
#7D8DC1
(125,141,193)
#8C9AC8
(140,154,200)
#9BA7CF
(155,167,207)
#AAB4D6
(170,180,214)
#B9C1DD
(185,193,221)
#C8CEE4
(200,206,228)
#D7DBEB
(215,219,235)
#E6E8F2
(230,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5066AC color. Also use rgb(80,102,172) instead hex code.

Text Font Color

.myTextColor { color: #5066AC; }

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

This text font color is #5066AC.


Background Color

.myBgColor { background-color: #5066AC; }

<div style="background-color:#5066AC">Inner text</div>

This div background color is #5066AC.


Border color

.myBorderColor { border: 1px solid #5066AC; }

<div style="border:3px solid #5066AC">Div</div>

This div border color is #5066AC.


Opacity

.myOpacity80 { color: #5066AC; opacity: 0.8; }

<p style="color:#5066AC;opacity:0.8;">80%</p>

Text with #5066AC 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 #5066AC;}

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

This text has shadow with #5066AC color.

.textShadow {text-shadow: 3px 3px 1px #5066AC, 3px 3px 1px red;}

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

This text has shadow with #5066AC primary color and red secondary color.


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

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

This text has shadow with #5066AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5066AC on black background.


Color preview on white background

This text has color #5066AC on white background.



Black color preview on #5066AC background

This text has black color on #5066AC background.


White color preview on #5066AC background

This text has white color on #5066AC background.