COLOR #5175AC

HEX: #5175AC
RGB: (81,117,172)

Color info

#5175AC contains mainly green and blue colors. Web safe color of #5175AC is #666699 (or #669).

RGB color model

#5175AC color RGB value is (81,117,172).

  • red value is 81;
  • green value is 117;
  • blue value is 172.
RGB:
(81,117,172)
(32%,46%,67%)

RGB channels and saturation

R 81 of 255 = 32%
G 117 of 255 = 46%
B 172 of 255 = 67%

81
117
172

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

Portions of RGB colors in percentages

R + G + B =
81 + 117 + 172 = 370 (100%)
R 81 of 370 ~ 21.89%
G 117 of 370 ~ 31.62%
B 172 of 370 ~ 46.49%

%21.89
%31.62
%46.49

CMYK color model

#5175AC color CMYK value is (53,32,0,33).

  • cyan value is 52.91%
  • magenta value is 31.98%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(53,32,0,33)
C53M32Y0K33 
(53%,32%,0%,33%)
(0.53/0.32/0.00/0.33)	

CMYK percentages

%52.91
%31.98
%0
%32.55

Codes

Color #5175AC in popluar color models

5175AC
RGB81117172
HSL216°35.97%49.61%
HSB/HSV216°52.91%67.45%
CMYK52.91%31.98%0.00%
32.55%

Color #5175AC in popluar number systems.

HEX5175AC
Decimal81117172
Binary1010001111010110101100
Octal121165254

Shades and tints

Shades of #5175AC

#5175AC
(81,117,172)
#4A6B9D
(74,107,157)
#43618E
(67,97,142)
#3C577F
(60,87,127)
#354D70
(53,77,112)
#2E4361
(46,67,97)
#273952
(39,57,82)
#202F43
(32,47,67)
#192534
(25,37,52)
#121B25
(18,27,37)
#0B1116
(11,17,22)
#000000
(0,0,0)

Tints of #5175AC

#5175AC
(81,117,172)
#6081B3
(96,129,179)
#6F8DBA
(111,141,186)
#7E99C1
(126,153,193)
#8DA5C8
(141,165,200)
#9CB1CF
(156,177,207)
#ABBDD6
(171,189,214)
#BAC9DD
(186,201,221)
#C9D5E4
(201,213,228)
#D8E1EB
(216,225,235)
#E7EDF2
(231,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5175AC color. Also use rgb(81,117,172) instead hex code.

Text Font Color

.myTextColor { color: #5175AC; }

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

This text font color is #5175AC.


Background Color

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

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

This div background color is #5175AC.


Border color

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

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

This div border color is #5175AC.


Opacity

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

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

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

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

This text has shadow with #5175AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5175AC on black background.


Color preview on white background

This text has color #5175AC on white background.



Black color preview on #5175AC background

This text has black color on #5175AC background.


White color preview on #5175AC background

This text has white color on #5175AC background.