COLOR #5067B8

HEX: #5067B8 RGB: (80,103,184)

Color info

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

RGB color model

#5067B8 color RGB value is (80,103,184).

RGB: (80,103,184) (31%, 40%, 72%)

RGB channels and saturation

R 80 of 255 = 31%
G 103 of 255 = 40%
B 184 of 255 = 72%

80
103
184

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

Portions of RGB colors in percentages

R + G + B = 80 + 103 + 184 = 367 (100%)
R 80 of 367 ~ 21.8%
G 103 of 367 ~ 28.07%
B 184 of 367 ~ 50.14'%

%21.8
%28.07
%50.14

CMYK color model

#5067B8 color CMYK value is (57,44,0,28).

  • cyan value is 56.52%
  • magenta value is 44.02%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (57,44,0,28)
C57M44Y0K28 (57%, 44%, 0%, 28%)
(0.57 / 0.44 / 0.00 / 0.28)

CMYK percentages

%56.52
%44.02
%0
%27.84

Codes

Color #5067B8 in popluar color models

50 67 B8
RGB 80 103 184
HSL 227° 42.28% 51.76%
HSB/HSV 227° 56.52% 72.16%
CMYK 56.52% 44.02% 0.00%
27.84%

Color #5067B8 in popluar number systems.

HEX 50 67 B8
Decimal 80 103 184
Binary 1010000 1100111 10111000
Octal 120 147 270

Shades and tints

Shades of #5067B8

#5067B8
(80,103,184)
#495EA8
(73,94,168)
#425598
(66,85,152)
#3B4C88
(59,76,136)
#344378
(52,67,120)
#2D3A68
(45,58,104)
#263158
(38,49,88)
#1F2848
(31,40,72)
#181F38
(24,31,56)
#111628
(17,22,40)
#0A0D18
(10,13,24)
#000000
(0,0,0)

Tints of #5067B8

#5067B8
(80,103,184)
#5F74BE
(95,116,190)
#6E81C4
(110,129,196)
#7D8ECA
(125,142,202)
#8C9BD0
(140,155,208)
#9BA8D6
(155,168,214)
#AAB5DC
(170,181,220)
#B9C2E2
(185,194,226)
#C8CFE8
(200,207,232)
#D7DCEE
(215,220,238)
#E6E9F4
(230,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5067B8 color. Also use rgb(80,103,184) instead hex code.

Text Font Color

.myTextColor { color: #5067B8; }

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

This text font color is #5067B8.

Background Color

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

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

This div background color is #5067B8.

Border color

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

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

This div border color is #5067B8.

Opacity

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

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

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

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

This text has shadow with #5067B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5067B8.

Preview

Color preview on black background

This text has color #5067B8 on black background.


Color preview on white background

This text has color #5067B8 on white background.


Black color preview on #5067B8 background

This text has black color on #5067B8 background.


White color preview on #5067B8 background

This text has white color on #5067B8 background.


Related colors

Complementary color

Complementary color for #hex is #AF9847.


I love getcolorcode.com

Triadic colors

1 #B85067 and #67B850 with #5067B8 are triadic colors.

2 #B86750 and #6750B8 with #5067B8 are triadic colors.