COLOR #5185AE

HEX: #5185AE RGB: (81,133,174)

Color info

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

RGB color model

#5185AE color RGB value is (81,133,174).

RGB: (81,133,174) (32%, 52%, 68%)

RGB channels and saturation

R 81 of 255 = 32%
G 133 of 255 = 52%
B 174 of 255 = 68%

81
133
174

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

Portions of RGB colors in percentages

R + G + B = 81 + 133 + 174 = 388 (100%)
R 81 of 388 ~ 20.88%
G 133 of 388 ~ 34.28%
B 174 of 388 ~ 44.85'%

%20.88
%34.28
%44.85

CMYK color model

#5185AE color CMYK value is (53,24,0,32).

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

CMYK: (53,24,0,32)
C53M24Y0K32 (53%, 24%, 0%, 32%)
(0.53 / 0.24 / 0.00 / 0.32)

CMYK percentages

%53.45
%23.56
%0
%31.76

Codes

Color #5185AE in popluar color models

51 85 AE
RGB 81 133 174
HSL 206° 36.47% 50.00%
HSB/HSV 206° 53.45% 68.24%
CMYK 53.45% 23.56% 0.00%
31.76%

Color #5185AE in popluar number systems.

HEX 51 85 AE
Decimal 81 133 174
Binary 1010001 10000101 10101110
Octal 121 205 256

Shades and tints

Shades of #5185AE

#5185AE
(81,133,174)
#4A799F
(74,121,159)
#436D90
(67,109,144)
#3C6181
(60,97,129)
#355572
(53,85,114)
#2E4963
(46,73,99)
#273D54
(39,61,84)
#203145
(32,49,69)
#192536
(25,37,54)
#121927
(18,25,39)
#0B0D18
(11,13,24)
#000000
(0,0,0)

Tints of #5185AE

#5185AE
(81,133,174)
#6090B5
(96,144,181)
#6F9BBC
(111,155,188)
#7EA6C3
(126,166,195)
#8DB1CA
(141,177,202)
#9CBCD1
(156,188,209)
#ABC7D8
(171,199,216)
#BAD2DF
(186,210,223)
#C9DDE6
(201,221,230)
#D8E8ED
(216,232,237)
#E7F3F4
(231,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5185AE; }

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

This text font color is #5185AE.

Background Color

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

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

This div background color is #5185AE.

Border color

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

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

This div border color is #5185AE.

Opacity

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

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

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

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

This text has shadow with #5185AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5185AE.

Preview

Color preview on black background

This text has color #5185AE on black background.


Color preview on white background

This text has color #5185AE on white background.


Black color preview on #5185AE background

This text has black color on #5185AE background.


White color preview on #5185AE background

This text has white color on #5185AE background.


Related colors

Complementary color

Complementary color for #hex is #AE7A51.


I love getcolorcode.com

Triadic colors

1 #AE5185 and #85AE51 with #5185AE are triadic colors.

2 #AE8551 and #8551AE with #5185AE are triadic colors.