COLOR #5184A6

HEX: #5184A6
RGB: (81,132,166)

Color info

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

RGB color model

#5184A6 color RGB value is (81,132,166).

  • red value is 81;
  • green value is 132;
  • blue value is 166.
RGB:
(81,132,166)
(32%,52%,65%)

RGB channels and saturation

R 81 of 255 = 32%
G 132 of 255 = 52%
B 166 of 255 = 65%

81
132
166

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

Portions of RGB colors in percentages

R + G + B =
81 + 132 + 166 = 379 (100%)
R 81 of 379 ~ 21.37%
G 132 of 379 ~ 34.83%
B 166 of 379 ~ 43.8%

%21.37
%34.83
%43.8

CMYK color model

#5184A6 color CMYK value is (51,20,0,35).

  • cyan value is 51.20%
  • magenta value is 20.48%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(51,20,0,35)
C51M20Y0K35 
(51%,20%,0%,35%)
(0.51/0.20/0.00/0.35)	

CMYK percentages

%51.2
%20.48
%0
%34.9

Codes

Color #5184A6 in popluar color models

5184A6
RGB81132166
HSL204°34.41%48.43%
HSB/HSV204°51.20%65.10%
CMYK51.20%20.48%0.00%
34.90%

Color #5184A6 in popluar number systems.

HEX5184A6
Decimal81132166
Binary10100011000010010100110
Octal121204246

Shades and tints

Shades of #5184A6

#5184A6
(81,132,166)
#4A7897
(74,120,151)
#436C88
(67,108,136)
#3C6079
(60,96,121)
#35546A
(53,84,106)
#2E485B
(46,72,91)
#273C4C
(39,60,76)
#20303D
(32,48,61)
#19242E
(25,36,46)
#12181F
(18,24,31)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #5184A6

#5184A6
(81,132,166)
#608FAE
(96,143,174)
#6F9AB6
(111,154,182)
#7EA5BE
(126,165,190)
#8DB0C6
(141,176,198)
#9CBBCE
(156,187,206)
#ABC6D6
(171,198,214)
#BAD1DE
(186,209,222)
#C9DCE6
(201,220,230)
#D8E7EE
(216,231,238)
#E7F2F6
(231,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5184A6 color. Also use rgb(81,132,166) instead hex code.

Text Font Color

.myTextColor { color: #5184A6; }

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

This text font color is #5184A6.


Background Color

.myBgColor { background-color: #5184A6; }

<div style="background-color:#5184A6">Inner text</div>

This div background color is #5184A6.


Border color

.myBorderColor { border: 1px solid #5184A6; }

<div style="border:3px solid #5184A6">Div</div>

This div border color is #5184A6.


Opacity

.myOpacity80 { color: #5184A6; opacity: 0.8; }

<p style="color:#5184A6;opacity:0.8;">80%</p>

Text with #5184A6 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 #5184A6;}

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

This text has shadow with #5184A6 color.

.textShadow {text-shadow: 3px 3px 1px #5184A6, 3px 3px 1px red;}

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

This text has shadow with #5184A6 primary color and red secondary color.


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

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

This text has shadow with #5184A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5184A6 on black background.


Color preview on white background

This text has color #5184A6 on white background.



Black color preview on #5184A6 background

This text has black color on #5184A6 background.


White color preview on #5184A6 background

This text has white color on #5184A6 background.