COLOR #5465A7

HEX: #5465A7
RGB: (84,101,167)

Color info

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

RGB color model

#5465A7 color RGB value is (84,101,167).

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

RGB channels and saturation

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

84
101
167

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

Portions of RGB colors in percentages

R + G + B =
84 + 101 + 167 = 352 (100%)
R 84 of 352 ~ 23.86%
G 101 of 352 ~ 28.69%
B 167 of 352 ~ 47.44%

%23.86
%28.69
%47.44

CMYK color model

#5465A7 color CMYK value is (50,40,0,35).

  • cyan value is 49.70%
  • magenta value is 39.52%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(50,40,0,35)
C50M40Y0K35 
(50%,40%,0%,35%)
(0.50/0.40/0.00/0.35)	

CMYK percentages

%49.7
%39.52
%0
%34.51

Codes

Color #5465A7 in popluar color models

5465A7
RGB84101167
HSL228°33.07%49.22%
HSB/HSV228°49.70%65.49%
CMYK49.70%39.52%0.00%
34.51%

Color #5465A7 in popluar number systems.

HEX5465A7
Decimal84101167
Binary1010100110010110100111
Octal124145247

Shades and tints

Shades of #5465A7

#5465A7
(84,101,167)
#4D5C98
(77,92,152)
#465389
(70,83,137)
#3F4A7A
(63,74,122)
#38416B
(56,65,107)
#31385C
(49,56,92)
#2A2F4D
(42,47,77)
#23263E
(35,38,62)
#1C1D2F
(28,29,47)
#151420
(21,20,32)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #5465A7

#5465A7
(84,101,167)
#6373AF
(99,115,175)
#7281B7
(114,129,183)
#818FBF
(129,143,191)
#909DC7
(144,157,199)
#9FABCF
(159,171,207)
#AEB9D7
(174,185,215)
#BDC7DF
(189,199,223)
#CCD5E7
(204,213,231)
#DBE3EF
(219,227,239)
#EAF1F7
(234,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5465A7; }

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

This text font color is #5465A7.


Background Color

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

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

This div background color is #5465A7.


Border color

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

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

This div border color is #5465A7.


Opacity

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

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

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

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

This text has shadow with #5465A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5465A7 on black background.


Color preview on white background

This text has color #5465A7 on white background.



Black color preview on #5465A7 background

This text has black color on #5465A7 background.


White color preview on #5465A7 background

This text has white color on #5465A7 background.