COLOR #5465A4

HEX: #5465A4
RGB: (84,101,164)

Color info

#5465A4 contains mainly blue color. Web safe color of #5465A4 is #666699 (or #669).

RGB color model

#5465A4 color RGB value is (84,101,164).

  • red value is 84;
  • green value is 101;
  • blue value is 164.
RGB:
(84,101,164)
(33%,40%,64%)

RGB channels and saturation

R 84 of 255 = 33%
G 101 of 255 = 40%
B 164 of 255 = 64%

84
101
164

R + G + B ~ 46%. #5465A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 101 + 164 = 349 (100%)
R 84 of 349 ~ 24.07%
G 101 of 349 ~ 28.94%
B 164 of 349 ~ 46.99%

%24.07
%28.94
%46.99

CMYK color model

#5465A4 color CMYK value is (49,38,0,36).

  • cyan value is 48.78%
  • magenta value is 38.41%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(49,38,0,36)
C49M38Y0K36 
(49%,38%,0%,36%)
(0.49/0.38/0.00/0.36)	

CMYK percentages

%48.78
%38.41
%0
%35.69

Codes

Color #5465A4 in popluar color models

5465A4
RGB84101164
HSL227°32.26%48.63%
HSB/HSV227°48.78%64.31%
CMYK48.78%38.41%0.00%
35.69%

Color #5465A4 in popluar number systems.

HEX5465A4
Decimal84101164
Binary1010100110010110100100
Octal124145244

Shades and tints

Shades of #5465A4

#5465A4
(84,101,164)
#4D5C96
(77,92,150)
#465388
(70,83,136)
#3F4A7A
(63,74,122)
#38416C
(56,65,108)
#31385E
(49,56,94)
#2A2F50
(42,47,80)
#232642
(35,38,66)
#1C1D34
(28,29,52)
#151426
(21,20,38)
#0E0B18
(14,11,24)
#000000
(0,0,0)

Tints of #5465A4

#5465A4
(84,101,164)
#6373AC
(99,115,172)
#7281B4
(114,129,180)
#818FBC
(129,143,188)
#909DC4
(144,157,196)
#9FABCC
(159,171,204)
#AEB9D4
(174,185,212)
#BDC7DC
(189,199,220)
#CCD5E4
(204,213,228)
#DBE3EC
(219,227,236)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5465A4 color. Also use rgb(84,101,164) instead hex code.

Text Font Color

.myTextColor { color: #5465A4; }

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

This text font color is #5465A4.


Background Color

.myBgColor { background-color: #5465A4; }

<div style="background-color:#5465A4">Inner text</div>

This div background color is #5465A4.


Border color

.myBorderColor { border: 1px solid #5465A4; }

<div style="border:3px solid #5465A4">Div</div>

This div border color is #5465A4.


Opacity

.myOpacity80 { color: #5465A4; opacity: 0.8; }

<p style="color:#5465A4;opacity:0.8;">80%</p>

Text with #5465A4 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 #5465A4;}

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

This text has shadow with #5465A4 color.

.textShadow {text-shadow: 3px 3px 1px #5465A4, 3px 3px 1px red;}

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

This text has shadow with #5465A4 primary color and red secondary color.


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

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

This text has shadow with #5465A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5465A4 on black background.


Color preview on white background

This text has color #5465A4 on white background.



Black color preview on #5465A4 background

This text has black color on #5465A4 background.


White color preview on #5465A4 background

This text has white color on #5465A4 background.