COLOR #5066AF

HEX: #5066AF RGB: (80,102,175)

Color info

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

RGB color model

#5066AF color RGB value is (80,102,175).

RGB: (80,102,175) (31%, 40%, 69%)

RGB channels and saturation

R 80 of 255 = 31%
G 102 of 255 = 40%
B 175 of 255 = 69%

80
102
175

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

Portions of RGB colors in percentages

R + G + B = 80 + 102 + 175 = 357 (100%)
R 80 of 357 ~ 22.41%
G 102 of 357 ~ 28.57%
B 175 of 357 ~ 49.02'%

%22.41
%28.57
%49.02

CMYK color model

#5066AF color CMYK value is (54,42,0,31).

  • cyan value is 54.29%
  • magenta value is 41.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (54,42,0,31)
C54M42Y0K31 (54%, 42%, 0%, 31%)
(0.54 / 0.42 / 0.00 / 0.31)

CMYK percentages

%54.29
%41.71
%0
%31.37

Codes

Color #5066AF in popluar color models

50 66 AF
RGB 80 102 175
HSL 226° 37.25% 50.00%
HSB/HSV 226° 54.29% 68.63%
CMYK 54.29% 41.71% 0.00%
31.37%

Color #5066AF in popluar number systems.

HEX 50 66 AF
Decimal 80 102 175
Binary 1010000 1100110 10101111
Octal 120 146 257

Shades and tints

Shades of #5066AF

#5066AF
(80,102,175)
#495DA0
(73,93,160)
#425491
(66,84,145)
#3B4B82
(59,75,130)
#344273
(52,66,115)
#2D3964
(45,57,100)
#263055
(38,48,85)
#1F2746
(31,39,70)
#181E37
(24,30,55)
#111528
(17,21,40)
#0A0C19
(10,12,25)
#000000
(0,0,0)

Tints of #5066AF

#5066AF
(80,102,175)
#5F73B6
(95,115,182)
#6E80BD
(110,128,189)
#7D8DC4
(125,141,196)
#8C9ACB
(140,154,203)
#9BA7D2
(155,167,210)
#AAB4D9
(170,180,217)
#B9C1E0
(185,193,224)
#C8CEE7
(200,206,231)
#D7DBEE
(215,219,238)
#E6E8F5
(230,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5066AF; }

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

This text font color is #5066AF.

Background Color

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

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

This div background color is #5066AF.

Border color

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

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

This div border color is #5066AF.

Opacity

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

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

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

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

This text has shadow with #5066AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5066AF.

Preview

Color preview on black background

This text has color #5066AF on black background.


Color preview on white background

This text has color #5066AF on white background.


Black color preview on #5066AF background

This text has black color on #5066AF background.


White color preview on #5066AF background

This text has white color on #5066AF background.


Related colors

Complementary color

Complementary color for #hex is #AF9950.


I love getcolorcode.com

Triadic colors

1 #AF5066 and #66AF50 with #5066AF are triadic colors.

2 #AF6650 and #6650AF with #5066AF are triadic colors.