COLOR #5064BB

HEX: #5064BB
RGB: (80,100,187)

Color info

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

RGB color model

#5064BB color RGB value is (80,100,187).

  • red value is 80;
  • green value is 100;
  • blue value is 187.
RGB:
(80,100,187)
(31%,39%,73%)

RGB channels and saturation

R 80 of 255 = 31%
G 100 of 255 = 39%
B 187 of 255 = 73%

80
100
187

R + G + B ~ 48%. #5064BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 100 + 187 = 367 (100%)
R 80 of 367 ~ 21.8%
G 100 of 367 ~ 27.25%
B 187 of 367 ~ 50.95%

%21.8
%27.25
%50.95

CMYK color model

#5064BB color CMYK value is (57,47,0,27).

  • cyan value is 57.22%
  • magenta value is 46.52%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(57,47,0,27)
C57M47Y0K27 
(57%,47%,0%,27%)
(0.57/0.47/0.00/0.27)	

CMYK percentages

%57.22
%46.52
%0
%26.67

Codes

Color #5064BB in popluar color models

5064BB
RGB80100187
HSL229°44.03%52.35%
HSB/HSV229°57.22%73.33%
CMYK57.22%46.52%0.00%
26.67%

Color #5064BB in popluar number systems.

HEX5064BB
Decimal80100187
Binary1010000110010010111011
Octal120144273

Shades and tints

Shades of #5064BB

#5064BB
(80,100,187)
#495BAA
(73,91,170)
#425299
(66,82,153)
#3B4988
(59,73,136)
#344077
(52,64,119)
#2D3766
(45,55,102)
#262E55
(38,46,85)
#1F2544
(31,37,68)
#181C33
(24,28,51)
#111322
(17,19,34)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #5064BB

#5064BB
(80,100,187)
#5F72C1
(95,114,193)
#6E80C7
(110,128,199)
#7D8ECD
(125,142,205)
#8C9CD3
(140,156,211)
#9BAAD9
(155,170,217)
#AAB8DF
(170,184,223)
#B9C6E5
(185,198,229)
#C8D4EB
(200,212,235)
#D7E2F1
(215,226,241)
#E6F0F7
(230,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5064BB color. Also use rgb(80,100,187) instead hex code.

Text Font Color

.myTextColor { color: #5064BB; }

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

This text font color is #5064BB.


Background Color

.myBgColor { background-color: #5064BB; }

<div style="background-color:#5064BB">Inner text</div>

This div background color is #5064BB.


Border color

.myBorderColor { border: 1px solid #5064BB; }

<div style="border:3px solid #5064BB">Div</div>

This div border color is #5064BB.


Opacity

.myOpacity80 { color: #5064BB; opacity: 0.8; }

<p style="color:#5064BB;opacity:0.8;">80%</p>

Text with #5064BB 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 #5064BB;}

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

This text has shadow with #5064BB color.

.textShadow {text-shadow: 3px 3px 1px #5064BB, 3px 3px 1px red;}

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

This text has shadow with #5064BB primary color and red secondary color.


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

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

This text has shadow with #5064BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5064BB on black background.


Color preview on white background

This text has color #5064BB on white background.



Black color preview on #5064BB background

This text has black color on #5064BB background.


White color preview on #5064BB background

This text has white color on #5064BB background.