COLOR #5714B8

HEX: #5714B8
RGB: (87,20,184)

Color info

#5714B8 contains mainly blue color. Web safe color of #5714B8 is #6600CC (or #60C).

RGB color model

#5714B8 color RGB value is (87,20,184).

  • red value is 87;
  • green value is 20;
  • blue value is 184.
RGB:
(87,20,184)
(34%,8%,72%)

RGB channels and saturation

R 87 of 255 = 34%
G 20 of 255 = 8%
B 184 of 255 = 72%

87
20
184

R + G + B ~ 38%. #5714B8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 20 + 184 = 291 (100%)
R 87 of 291 ~ 29.9%
G 20 of 291 ~ 6.87%
B 184 of 291 ~ 63.23%

%29.9
%63.23

CMYK color model

#5714B8 color CMYK value is (53,89,0,28).

  • cyan value is 52.72%
  • magenta value is 89.13%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(53,89,0,28)
C53M89Y0K28 
(53%,89%,0%,28%)
(0.53/0.89/0.00/0.28)	

CMYK percentages

%52.72
%89.13
%0
%27.84

Codes

Color #5714B8 in popluar color models

5714B8
RGB8720184
HSL265°80.39%40.00%
HSB/HSV265°89.13%72.16%
CMYK52.72%89.13%0.00%
27.84%

Color #5714B8 in popluar number systems.

HEX5714B8
Decimal8720184
Binary10101111010010111000
Octal12724270

Shades and tints

Shades of #5714B8

#5714B8
(87,20,184)
#5013A8
(80,19,168)
#491298
(73,18,152)
#421188
(66,17,136)
#3B1078
(59,16,120)
#340F68
(52,15,104)
#2D0E58
(45,14,88)
#260D48
(38,13,72)
#1F0C38
(31,12,56)
#180B28
(24,11,40)
#110A18
(17,10,24)
#000000
(0,0,0)

Tints of #5714B8

#5714B8
(87,20,184)
#6629BE
(102,41,190)
#753EC4
(117,62,196)
#8453CA
(132,83,202)
#9368D0
(147,104,208)
#A27DD6
(162,125,214)
#B192DC
(177,146,220)
#C0A7E2
(192,167,226)
#CFBCE8
(207,188,232)
#DED1EE
(222,209,238)
#EDE6F4
(237,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5714B8 color. Also use rgb(87,20,184) instead hex code.

Text Font Color

.myTextColor { color: #5714B8; }

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

This text font color is #5714B8.


Background Color

.myBgColor { background-color: #5714B8; }

<div style="background-color:#5714B8">Inner text</div>

This div background color is #5714B8.


Border color

.myBorderColor { border: 1px solid #5714B8; }

<div style="border:3px solid #5714B8">Div</div>

This div border color is #5714B8.


Opacity

.myOpacity80 { color: #5714B8; opacity: 0.8; }

<p style="color:#5714B8;opacity:0.8;">80%</p>

Text with #5714B8 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 #5714B8;}

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

This text has shadow with #5714B8 color.

.textShadow {text-shadow: 3px 3px 1px #5714B8, 3px 3px 1px red;}

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

This text has shadow with #5714B8 primary color and red secondary color.


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

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

This text has shadow with #5714B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5714B8 on black background.


Color preview on white background

This text has color #5714B8 on white background.



Black color preview on #5714B8 background

This text has black color on #5714B8 background.


White color preview on #5714B8 background

This text has white color on #5714B8 background.