COLOR #5170AE

HEX: #5170AE RGB: (81,112,174)

Color info

#5170AE contains mainly blue color. Web safe color of #5170AE is #666699 (or #669).

RGB color model

#5170AE color RGB value is (81,112,174).

RGB: (81,112,174) (32%, 44%, 68%)

RGB channels and saturation

R 81 of 255 = 32%
G 112 of 255 = 44%
B 174 of 255 = 68%

81
112
174

R + G + B ~ 48%. #5170AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 81 + 112 + 174 = 367 (100%)
R 81 of 367 ~ 22.07%
G 112 of 367 ~ 30.52%
B 174 of 367 ~ 47.41'%

%22.07
%30.52
%47.41

CMYK color model

#5170AE color CMYK value is (53,36,0,32).

  • cyan value is 53.45%
  • magenta value is 35.63%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (53,36,0,32)
C53M36Y0K32 (53%, 36%, 0%, 32%)
(0.53 / 0.36 / 0.00 / 0.32)

CMYK percentages

%53.45
%35.63
%0
%31.76

Codes

Color #5170AE in popluar color models

51 70 AE
RGB 81 112 174
HSL 220° 36.47% 50.00%
HSB/HSV 220° 53.45% 68.24%
CMYK 53.45% 35.63% 0.00%
31.76%

Color #5170AE in popluar number systems.

HEX 51 70 AE
Decimal 81 112 174
Binary 1010001 1110000 10101110
Octal 121 160 256

Shades and tints

Shades of #5170AE

#5170AE
(81,112,174)
#4A669F
(74,102,159)
#435C90
(67,92,144)
#3C5281
(60,82,129)
#354872
(53,72,114)
#2E3E63
(46,62,99)
#273454
(39,52,84)
#202A45
(32,42,69)
#192036
(25,32,54)
#121627
(18,22,39)
#0B0C18
(11,12,24)
#000000
(0,0,0)

Tints of #5170AE

#5170AE
(81,112,174)
#607DB5
(96,125,181)
#6F8ABC
(111,138,188)
#7E97C3
(126,151,195)
#8DA4CA
(141,164,202)
#9CB1D1
(156,177,209)
#ABBED8
(171,190,216)
#BACBDF
(186,203,223)
#C9D8E6
(201,216,230)
#D8E5ED
(216,229,237)
#E7F2F4
(231,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5170AE color. Also use rgb(81,112,174) instead hex code.

Text Font Color

.myTextColor { color: #5170AE; }

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

This text font color is #5170AE.

Background Color

.myBgColor { background-color: #5170AE; }

<div style="background-color:#5170AE">Inner text</div>

This div background color is #5170AE.

Border color

.myBorderColor { border: 1px solid #5170AE; }

<div style="border:3px solid #5170AE">Div</div>

This div border color is #5170AE.

Opacity

.myOpacity80 { color: #5170AE; opacity: 0.8; }

<p style="color:#5170AE;opacity:0.8;">80%</p>

Text with #5170AE 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 #5170AE;}

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

This text has shadow with #5170AE color.


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

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

This text has shadow with #5170AE primary color and red secondary color.


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

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

This text has shadow with #5170AE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5170AE.

Preview

Color preview on black background

This text has color #5170AE on black background.


Color preview on white background

This text has color #5170AE on white background.


Black color preview on #5170AE background

This text has black color on #5170AE background.


White color preview on #5170AE background

This text has white color on #5170AE background.


Related colors

Complementary color

Complementary color for #hex is #AE8F51.


I love getcolorcode.com

Triadic colors

1 #AE5170 and #70AE51 with #5170AE are triadic colors.

2 #AE7051 and #7051AE with #5170AE are triadic colors.