COLOR #5168D2

HEX: #5168D2
RGB: (81,104,210)

Color info

#5168D2 contains mainly blue color. Web safe color of #5168D2 is #6666CC (or #66C).

RGB color model

#5168D2 color RGB value is (81,104,210).

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

RGB channels and saturation

R 81 of 255 = 32%
G 104 of 255 = 41%
B 210 of 255 = 82%

81
104
210

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

Portions of RGB colors in percentages

R + G + B =
81 + 104 + 210 = 395 (100%)
R 81 of 395 ~ 20.51%
G 104 of 395 ~ 26.33%
B 210 of 395 ~ 53.16%

%20.51
%26.33
%53.16

CMYK color model

#5168D2 color CMYK value is (61,50,0,18).

  • cyan value is 61.43%
  • magenta value is 50.48%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(61,50,0,18)
C61M50Y0K18 
(61%,50%,0%,18%)
(0.61/0.50/0.00/0.18)	

CMYK percentages

%61.43
%50.48
%0
%17.65

Codes

Color #5168D2 in popluar color models

5168D2
RGB81104210
HSL229°58.90%57.06%
HSB/HSV229°61.43%82.35%
CMYK61.43%50.48%0.00%
17.65%

Color #5168D2 in popluar number systems.

HEX5168D2
Decimal81104210
Binary1010001110100011010010
Octal121150322

Shades and tints

Shades of #5168D2

#5168D2
(81,104,210)
#4A5FBF
(74,95,191)
#4356AC
(67,86,172)
#3C4D99
(60,77,153)
#354486
(53,68,134)
#2E3B73
(46,59,115)
#273260
(39,50,96)
#20294D
(32,41,77)
#19203A
(25,32,58)
#121727
(18,23,39)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #5168D2

#5168D2
(81,104,210)
#6075D6
(96,117,214)
#6F82DA
(111,130,218)
#7E8FDE
(126,143,222)
#8D9CE2
(141,156,226)
#9CA9E6
(156,169,230)
#ABB6EA
(171,182,234)
#BAC3EE
(186,195,238)
#C9D0F2
(201,208,242)
#D8DDF6
(216,221,246)
#E7EAFA
(231,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5168D2; }

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

This text font color is #5168D2.


Background Color

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

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

This div background color is #5168D2.


Border color

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

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

This div border color is #5168D2.


Opacity

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

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

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

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

This text has shadow with #5168D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5168D2 on black background.


Color preview on white background

This text has color #5168D2 on white background.



Black color preview on #5168D2 background

This text has black color on #5168D2 background.


White color preview on #5168D2 background

This text has white color on #5168D2 background.