COLOR #5168A4

HEX: #5168A4
RGB: (81,104,164)

Color info

#5168A4 contains mainly blue color. Web safe color of #5168A4 is #666699 (or #669).

RGB color model

#5168A4 color RGB value is (81,104,164).

  • red value is 81;
  • green value is 104;
  • blue value is 164.
RGB:
(81,104,164)
(32%,41%,64%)

RGB channels and saturation

R 81 of 255 = 32%
G 104 of 255 = 41%
B 164 of 255 = 64%

81
104
164

R + G + B ~ 46%. #5168A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 104 + 164 = 349 (100%)
R 81 of 349 ~ 23.21%
G 104 of 349 ~ 29.8%
B 164 of 349 ~ 46.99%

%23.21
%29.8
%46.99

CMYK color model

#5168A4 color CMYK value is (51,37,0,36).

  • cyan value is 50.61%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(51,37,0,36)
C51M37Y0K36 
(51%,37%,0%,36%)
(0.51/0.37/0.00/0.36)	

CMYK percentages

%50.61
%36.59
%0
%35.69

Codes

Color #5168A4 in popluar color models

5168A4
RGB81104164
HSL223°33.88%48.04%
HSB/HSV223°50.61%64.31%
CMYK50.61%36.59%0.00%
35.69%

Color #5168A4 in popluar number systems.

HEX5168A4
Decimal81104164
Binary1010001110100010100100
Octal121150244

Shades and tints

Shades of #5168A4

#5168A4
(81,104,164)
#4A5F96
(74,95,150)
#435688
(67,86,136)
#3C4D7A
(60,77,122)
#35446C
(53,68,108)
#2E3B5E
(46,59,94)
#273250
(39,50,80)
#202942
(32,41,66)
#192034
(25,32,52)
#121726
(18,23,38)
#0B0E18
(11,14,24)
#000000
(0,0,0)

Tints of #5168A4

#5168A4
(81,104,164)
#6075AC
(96,117,172)
#6F82B4
(111,130,180)
#7E8FBC
(126,143,188)
#8D9CC4
(141,156,196)
#9CA9CC
(156,169,204)
#ABB6D4
(171,182,212)
#BAC3DC
(186,195,220)
#C9D0E4
(201,208,228)
#D8DDEC
(216,221,236)
#E7EAF4
(231,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5168A4 color. Also use rgb(81,104,164) instead hex code.

Text Font Color

.myTextColor { color: #5168A4; }

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

This text font color is #5168A4.


Background Color

.myBgColor { background-color: #5168A4; }

<div style="background-color:#5168A4">Inner text</div>

This div background color is #5168A4.


Border color

.myBorderColor { border: 1px solid #5168A4; }

<div style="border:3px solid #5168A4">Div</div>

This div border color is #5168A4.


Opacity

.myOpacity80 { color: #5168A4; opacity: 0.8; }

<p style="color:#5168A4;opacity:0.8;">80%</p>

Text with #5168A4 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 #5168A4;}

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

This text has shadow with #5168A4 color.

.textShadow {text-shadow: 3px 3px 1px #5168A4, 3px 3px 1px red;}

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

This text has shadow with #5168A4 primary color and red secondary color.


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

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

This text has shadow with #5168A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5168A4 on black background.


Color preview on white background

This text has color #5168A4 on white background.



Black color preview on #5168A4 background

This text has black color on #5168A4 background.


White color preview on #5168A4 background

This text has white color on #5168A4 background.