COLOR #5462A8

HEX: #5462A8
RGB: (84,98,168)

Color info

#5462A8 contains mainly blue color. Web safe color of #5462A8 is #666699 (or #669).

RGB color model

#5462A8 color RGB value is (84,98,168).

  • red value is 84;
  • green value is 98;
  • blue value is 168.
RGB:
(84,98,168)
(33%,38%,66%)

RGB channels and saturation

R 84 of 255 = 33%
G 98 of 255 = 38%
B 168 of 255 = 66%

84
98
168

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

Portions of RGB colors in percentages

R + G + B =
84 + 98 + 168 = 350 (100%)
R 84 of 350 ~ 24%
G 98 of 350 ~ 28%
B 168 of 350 ~ 48%

%24
%28
%48

CMYK color model

#5462A8 color CMYK value is (50,42,0,34).

  • cyan value is 50.00%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(50,42,0,34)
C50M42Y0K34 
(50%,42%,0%,34%)
(0.50/0.42/0.00/0.34)	

CMYK percentages

%50
%41.67
%0
%34.12

Codes

Color #5462A8 in popluar color models

5462A8
RGB8498168
HSL230°33.33%49.41%
HSB/HSV230°50.00%65.88%
CMYK50.00%41.67%0.00%
34.12%

Color #5462A8 in popluar number systems.

HEX5462A8
Decimal8498168
Binary1010100110001010101000
Octal124142250

Shades and tints

Shades of #5462A8

#5462A8
(84,98,168)
#4D5A99
(77,90,153)
#46528A
(70,82,138)
#3F4A7B
(63,74,123)
#38426C
(56,66,108)
#313A5D
(49,58,93)
#2A324E
(42,50,78)
#232A3F
(35,42,63)
#1C2230
(28,34,48)
#151A21
(21,26,33)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #5462A8

#5462A8
(84,98,168)
#6370AF
(99,112,175)
#727EB6
(114,126,182)
#818CBD
(129,140,189)
#909AC4
(144,154,196)
#9FA8CB
(159,168,203)
#AEB6D2
(174,182,210)
#BDC4D9
(189,196,217)
#CCD2E0
(204,210,224)
#DBE0E7
(219,224,231)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5462A8 color. Also use rgb(84,98,168) instead hex code.

Text Font Color

.myTextColor { color: #5462A8; }

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

This text font color is #5462A8.


Background Color

.myBgColor { background-color: #5462A8; }

<div style="background-color:#5462A8">Inner text</div>

This div background color is #5462A8.


Border color

.myBorderColor { border: 1px solid #5462A8; }

<div style="border:3px solid #5462A8">Div</div>

This div border color is #5462A8.


Opacity

.myOpacity80 { color: #5462A8; opacity: 0.8; }

<p style="color:#5462A8;opacity:0.8;">80%</p>

Text with #5462A8 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 #5462A8;}

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

This text has shadow with #5462A8 color.

.textShadow {text-shadow: 3px 3px 1px #5462A8, 3px 3px 1px red;}

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

This text has shadow with #5462A8 primary color and red secondary color.


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

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

This text has shadow with #5462A8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5462A8 on black background.


Color preview on white background

This text has color #5462A8 on white background.



Black color preview on #5462A8 background

This text has black color on #5462A8 background.


White color preview on #5462A8 background

This text has white color on #5462A8 background.