COLOR #514DBC

HEX: #514DBC
RGB: (81,77,188)

Color info

#514DBC contains mainly blue color. Web safe color of #514DBC is #6633CC (or #63C).

RGB color model

#514DBC color RGB value is (81,77,188).

  • red value is 81;
  • green value is 77;
  • blue value is 188.
RGB:
(81,77,188)
(32%,30%,74%)

RGB channels and saturation

R 81 of 255 = 32%
G 77 of 255 = 30%
B 188 of 255 = 74%

81
77
188

R + G + B ~ 45%. #514DBC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 77 + 188 = 346 (100%)
R 81 of 346 ~ 23.41%
G 77 of 346 ~ 22.25%
B 188 of 346 ~ 54.34%

%23.41
%22.25
%54.34

CMYK color model

#514DBC color CMYK value is (57,59,0,26).

  • cyan value is 56.91%
  • magenta value is 59.04%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(57,59,0,26)
C57M59Y0K26 
(57%,59%,0%,26%)
(0.57/0.59/0.00/0.26)	

CMYK percentages

%56.91
%59.04
%0
%26.27

Codes

Color #514DBC in popluar color models

514DBC
RGB8177188
HSL242°45.31%51.96%
HSB/HSV242°59.04%73.73%
CMYK56.91%59.04%0.00%
26.27%

Color #514DBC in popluar number systems.

HEX514DBC
Decimal8177188
Binary1010001100110110111100
Octal121115274

Shades and tints

Shades of #514DBC

#514DBC
(81,77,188)
#4A46AB
(74,70,171)
#433F9A
(67,63,154)
#3C3889
(60,56,137)
#353178
(53,49,120)
#2E2A67
(46,42,103)
#272356
(39,35,86)
#201C45
(32,28,69)
#191534
(25,21,52)
#120E23
(18,14,35)
#0B0712
(11,7,18)
#000000
(0,0,0)

Tints of #514DBC

#514DBC
(81,77,188)
#605DC2
(96,93,194)
#6F6DC8
(111,109,200)
#7E7DCE
(126,125,206)
#8D8DD4
(141,141,212)
#9C9DDA
(156,157,218)
#ABADE0
(171,173,224)
#BABDE6
(186,189,230)
#C9CDEC
(201,205,236)
#D8DDF2
(216,221,242)
#E7EDF8
(231,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514DBC color. Also use rgb(81,77,188) instead hex code.

Text Font Color

.myTextColor { color: #514DBC; }

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

This text font color is #514DBC.


Background Color

.myBgColor { background-color: #514DBC; }

<div style="background-color:#514DBC">Inner text</div>

This div background color is #514DBC.


Border color

.myBorderColor { border: 1px solid #514DBC; }

<div style="border:3px solid #514DBC">Div</div>

This div border color is #514DBC.


Opacity

.myOpacity80 { color: #514DBC; opacity: 0.8; }

<p style="color:#514DBC;opacity:0.8;">80%</p>

Text with #514DBC 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 #514DBC;}

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

This text has shadow with #514DBC color.

.textShadow {text-shadow: 3px 3px 1px #514DBC, 3px 3px 1px red;}

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

This text has shadow with #514DBC primary color and red secondary color.


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

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

This text has shadow with #514DBC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514DBC on black background.


Color preview on white background

This text has color #514DBC on white background.



Black color preview on #514DBC background

This text has black color on #514DBC background.


White color preview on #514DBC background

This text has white color on #514DBC background.