COLOR #5467C8

HEX: #5467C8
RGB: (84,103,200)

Color info

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

RGB color model

#5467C8 color RGB value is (84,103,200).

  • red value is 84;
  • green value is 103;
  • blue value is 200.
RGB:
(84,103,200)
(33%,40%,78%)

RGB channels and saturation

R 84 of 255 = 33%
G 103 of 255 = 40%
B 200 of 255 = 78%

84
103
200

R + G + B ~ 50%. #5467C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 103 + 200 = 387 (100%)
R 84 of 387 ~ 21.71%
G 103 of 387 ~ 26.61%
B 200 of 387 ~ 51.68%

%21.71
%26.61
%51.68

CMYK color model

#5467C8 color CMYK value is (58,49,0,22).

  • cyan value is 58.00%
  • magenta value is 48.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(58,49,0,22)
C58M49Y0K22 
(58%,49%,0%,22%)
(0.58/0.49/0.00/0.22)	

CMYK percentages

%58
%48.5
%0
%21.57

Codes

Color #5467C8 in popluar color models

5467C8
RGB84103200
HSL230°51.33%55.69%
HSB/HSV230°58.00%78.43%
CMYK58.00%48.50%0.00%
21.57%

Color #5467C8 in popluar number systems.

HEX5467C8
Decimal84103200
Binary1010100110011111001000
Octal124147310

Shades and tints

Shades of #5467C8

#5467C8
(84,103,200)
#4D5EB6
(77,94,182)
#4655A4
(70,85,164)
#3F4C92
(63,76,146)
#384380
(56,67,128)
#313A6E
(49,58,110)
#2A315C
(42,49,92)
#23284A
(35,40,74)
#1C1F38
(28,31,56)
#151626
(21,22,38)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #5467C8

#5467C8
(84,103,200)
#6374CD
(99,116,205)
#7281D2
(114,129,210)
#818ED7
(129,142,215)
#909BDC
(144,155,220)
#9FA8E1
(159,168,225)
#AEB5E6
(174,181,230)
#BDC2EB
(189,194,235)
#CCCFF0
(204,207,240)
#DBDCF5
(219,220,245)
#EAE9FA
(234,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5467C8 color. Also use rgb(84,103,200) instead hex code.

Text Font Color

.myTextColor { color: #5467C8; }

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

This text font color is #5467C8.


Background Color

.myBgColor { background-color: #5467C8; }

<div style="background-color:#5467C8">Inner text</div>

This div background color is #5467C8.


Border color

.myBorderColor { border: 1px solid #5467C8; }

<div style="border:3px solid #5467C8">Div</div>

This div border color is #5467C8.


Opacity

.myOpacity80 { color: #5467C8; opacity: 0.8; }

<p style="color:#5467C8;opacity:0.8;">80%</p>

Text with #5467C8 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 #5467C8;}

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

This text has shadow with #5467C8 color.

.textShadow {text-shadow: 3px 3px 1px #5467C8, 3px 3px 1px red;}

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

This text has shadow with #5467C8 primary color and red secondary color.


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

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

This text has shadow with #5467C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5467C8 on black background.


Color preview on white background

This text has color #5467C8 on white background.



Black color preview on #5467C8 background

This text has black color on #5467C8 background.


White color preview on #5467C8 background

This text has white color on #5467C8 background.