COLOR #5467D7

HEX: #5467D7
RGB: (84,103,215)

Color info

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

RGB color model

#5467D7 color RGB value is (84,103,215).

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

RGB channels and saturation

R 84 of 255 = 33%
G 103 of 255 = 40%
B 215 of 255 = 84%

84
103
215

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

Portions of RGB colors in percentages

R + G + B =
84 + 103 + 215 = 402 (100%)
R 84 of 402 ~ 20.9%
G 103 of 402 ~ 25.62%
B 215 of 402 ~ 53.48%

%20.9
%25.62
%53.48

CMYK color model

#5467D7 color CMYK value is (61,52,0,16).

  • cyan value is 60.93%
  • magenta value is 52.09%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(61,52,0,16)
C61M52Y0K16 
(61%,52%,0%,16%)
(0.61/0.52/0.00/0.16)	

CMYK percentages

%60.93
%52.09
%0
%15.69

Codes

Color #5467D7 in popluar color models

5467D7
RGB84103215
HSL231°62.09%58.63%
HSB/HSV231°60.93%84.31%
CMYK60.93%52.09%0.00%
15.69%

Color #5467D7 in popluar number systems.

HEX5467D7
Decimal84103215
Binary1010100110011111010111
Octal124147327

Shades and tints

Shades of #5467D7

#5467D7
(84,103,215)
#4D5EC4
(77,94,196)
#4655B1
(70,85,177)
#3F4C9E
(63,76,158)
#38438B
(56,67,139)
#313A78
(49,58,120)
#2A3165
(42,49,101)
#232852
(35,40,82)
#1C1F3F
(28,31,63)
#15162C
(21,22,44)
#0E0D19
(14,13,25)
#000000
(0,0,0)

Tints of #5467D7

#5467D7
(84,103,215)
#6374DA
(99,116,218)
#7281DD
(114,129,221)
#818EE0
(129,142,224)
#909BE3
(144,155,227)
#9FA8E6
(159,168,230)
#AEB5E9
(174,181,233)
#BDC2EC
(189,194,236)
#CCCFEF
(204,207,239)
#DBDCF2
(219,220,242)
#EAE9F5
(234,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5467D7; }

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

This text font color is #5467D7.


Background Color

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

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

This div background color is #5467D7.


Border color

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

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

This div border color is #5467D7.


Opacity

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

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

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

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

This text has shadow with #5467D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5467D7 on black background.


Color preview on white background

This text has color #5467D7 on white background.



Black color preview on #5467D7 background

This text has black color on #5467D7 background.


White color preview on #5467D7 background

This text has white color on #5467D7 background.