COLOR #5465B8

HEX: #5465B8 RGB: (84,101,184)

Color info

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

RGB color model

#5465B8 color RGB value is (84,101,184).

RGB: (84,101,184) (33%, 40%, 72%)

RGB channels and saturation

R 84 of 255 = 33%
G 101 of 255 = 40%
B 184 of 255 = 72%

84
101
184

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

Portions of RGB colors in percentages

R + G + B = 84 + 101 + 184 = 369 (100%)
R 84 of 369 ~ 22.76%
G 101 of 369 ~ 27.37%
B 184 of 369 ~ 49.86'%

%22.76
%27.37
%49.86

CMYK color model

#5465B8 color CMYK value is (54,45,0,28).

  • cyan value is 54.35%
  • magenta value is 45.11%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (54,45,0,28)
C54M45Y0K28 (54%, 45%, 0%, 28%)
(0.54 / 0.45 / 0.00 / 0.28)

CMYK percentages

%54.35
%45.11
%0
%27.84

Codes

Color #5465B8 in popluar color models

54 65 B8
RGB 84 101 184
HSL 230° 41.32% 52.55%
HSB/HSV 230° 54.35% 72.16%
CMYK 54.35% 45.11% 0.00%
27.84%

Color #5465B8 in popluar number systems.

HEX 54 65 B8
Decimal 84 101 184
Binary 1010100 1100101 10111000
Octal 124 145 270

Shades and tints

Shades of #5465B8

#5465B8
(84,101,184)
#4D5CA8
(77,92,168)
#465398
(70,83,152)
#3F4A88
(63,74,136)
#384178
(56,65,120)
#313868
(49,56,104)
#2A2F58
(42,47,88)
#232648
(35,38,72)
#1C1D38
(28,29,56)
#151428
(21,20,40)
#0E0B18
(14,11,24)
#000000
(0,0,0)

Tints of #5465B8

#5465B8
(84,101,184)
#6373BE
(99,115,190)
#7281C4
(114,129,196)
#818FCA
(129,143,202)
#909DD0
(144,157,208)
#9FABD6
(159,171,214)
#AEB9DC
(174,185,220)
#BDC7E2
(189,199,226)
#CCD5E8
(204,213,232)
#DBE3EE
(219,227,238)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5465B8; }

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

This text font color is #5465B8.

Background Color

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

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

This div background color is #5465B8.

Border color

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

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

This div border color is #5465B8.

Opacity

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

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

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

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

This text has shadow with #5465B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5465B8.

Preview

Color preview on black background

This text has color #5465B8 on black background.


Color preview on white background

This text has color #5465B8 on white background.


Black color preview on #5465B8 background

This text has black color on #5465B8 background.


White color preview on #5465B8 background

This text has white color on #5465B8 background.


Related colors

Complementary color

Complementary color for #hex is #AB9A47.


I love getcolorcode.com

Triadic colors

1 #B85465 and #65B854 with #5465B8 are triadic colors.

2 #B86554 and #6554B8 with #5465B8 are triadic colors.