COLOR #5465A5

HEX: #5465A5
RGB: (84,101,165)

Color info

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

RGB color model

#5465A5 color RGB value is (84,101,165).

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

RGB channels and saturation

R 84 of 255 = 33%
G 101 of 255 = 40%
B 165 of 255 = 65%

84
101
165

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

Portions of RGB colors in percentages

R + G + B =
84 + 101 + 165 = 350 (100%)
R 84 of 350 ~ 24%
G 101 of 350 ~ 28.86%
B 165 of 350 ~ 47.14%

%24
%28.86
%47.14

CMYK color model

#5465A5 color CMYK value is (49,39,0,35).

  • cyan value is 49.09%
  • magenta value is 38.79%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(49,39,0,35)
C49M39Y0K35 
(49%,39%,0%,35%)
(0.49/0.39/0.00/0.35)	

CMYK percentages

%49.09
%38.79
%0
%35.29

Codes

Color #5465A5 in popluar color models

5465A5
RGB84101165
HSL227°32.53%48.82%
HSB/HSV227°49.09%64.71%
CMYK49.09%38.79%0.00%
35.29%

Color #5465A5 in popluar number systems.

HEX5465A5
Decimal84101165
Binary1010100110010110100101
Octal124145245

Shades and tints

Shades of #5465A5

#5465A5
(84,101,165)
#4D5C96
(77,92,150)
#465387
(70,83,135)
#3F4A78
(63,74,120)
#384169
(56,65,105)
#31385A
(49,56,90)
#2A2F4B
(42,47,75)
#23263C
(35,38,60)
#1C1D2D
(28,29,45)
#15141E
(21,20,30)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #5465A5

#5465A5
(84,101,165)
#6373AD
(99,115,173)
#7281B5
(114,129,181)
#818FBD
(129,143,189)
#909DC5
(144,157,197)
#9FABCD
(159,171,205)
#AEB9D5
(174,185,213)
#BDC7DD
(189,199,221)
#CCD5E5
(204,213,229)
#DBE3ED
(219,227,237)
#EAF1F5
(234,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5465A5; }

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

This text font color is #5465A5.


Background Color

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

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

This div background color is #5465A5.


Border color

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

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

This div border color is #5465A5.


Opacity

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

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

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

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

This text has shadow with #5465A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5465A5 on black background.


Color preview on white background

This text has color #5465A5 on white background.



Black color preview on #5465A5 background

This text has black color on #5465A5 background.


White color preview on #5465A5 background

This text has white color on #5465A5 background.