COLOR #5185AB

HEX: #5185AB
RGB: (81,133,171)

Color info

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

RGB color model

#5185AB color RGB value is (81,133,171).

  • red value is 81;
  • green value is 133;
  • blue value is 171.
RGB:
(81,133,171)
(32%,52%,67%)

RGB channels and saturation

R 81 of 255 = 32%
G 133 of 255 = 52%
B 171 of 255 = 67%

81
133
171

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

Portions of RGB colors in percentages

R + G + B =
81 + 133 + 171 = 385 (100%)
R 81 of 385 ~ 21.04%
G 133 of 385 ~ 34.55%
B 171 of 385 ~ 44.42%

%21.04
%34.55
%44.42

CMYK color model

#5185AB color CMYK value is (53,22,0,33).

  • cyan value is 52.63%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(53,22,0,33)
C53M22Y0K33 
(53%,22%,0%,33%)
(0.53/0.22/0.00/0.33)	

CMYK percentages

%52.63
%22.22
%0
%32.94

Codes

Color #5185AB in popluar color models

5185AB
RGB81133171
HSL205°35.71%49.41%
HSB/HSV205°52.63%67.06%
CMYK52.63%22.22%0.00%
32.94%

Color #5185AB in popluar number systems.

HEX5185AB
Decimal81133171
Binary10100011000010110101011
Octal121205253

Shades and tints

Shades of #5185AB

#5185AB
(81,133,171)
#4A799C
(74,121,156)
#436D8D
(67,109,141)
#3C617E
(60,97,126)
#35556F
(53,85,111)
#2E4960
(46,73,96)
#273D51
(39,61,81)
#203142
(32,49,66)
#192533
(25,37,51)
#121924
(18,25,36)
#0B0D15
(11,13,21)
#000000
(0,0,0)

Tints of #5185AB

#5185AB
(81,133,171)
#6090B2
(96,144,178)
#6F9BB9
(111,155,185)
#7EA6C0
(126,166,192)
#8DB1C7
(141,177,199)
#9CBCCE
(156,188,206)
#ABC7D5
(171,199,213)
#BAD2DC
(186,210,220)
#C9DDE3
(201,221,227)
#D8E8EA
(216,232,234)
#E7F3F1
(231,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5185AB; }

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

This text font color is #5185AB.


Background Color

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

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

This div background color is #5185AB.


Border color

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

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

This div border color is #5185AB.


Opacity

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

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

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

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

This text has shadow with #5185AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5185AB on black background.


Color preview on white background

This text has color #5185AB on white background.



Black color preview on #5185AB background

This text has black color on #5185AB background.


White color preview on #5185AB background

This text has white color on #5185AB background.