COLOR #5451A6

HEX: #5451A6
RGB: (84,81,166)

Color info

#5451A6 contains mainly blue color. Web safe color of #5451A6 is #666699 (or #669).

RGB color model

#5451A6 color RGB value is (84,81,166).

  • red value is 84;
  • green value is 81;
  • blue value is 166.
RGB:
(84,81,166)
(33%,32%,65%)

RGB channels and saturation

R 84 of 255 = 33%
G 81 of 255 = 32%
B 166 of 255 = 65%

84
81
166

R + G + B ~ 43%. #5451A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 81 + 166 = 331 (100%)
R 84 of 331 ~ 25.38%
G 81 of 331 ~ 24.47%
B 166 of 331 ~ 50.15%

%25.38
%24.47
%50.15

CMYK color model

#5451A6 color CMYK value is (49,51,0,35).

  • cyan value is 49.40%
  • magenta value is 51.20%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(49,51,0,35)
C49M51Y0K35 
(49%,51%,0%,35%)
(0.49/0.51/0.00/0.35)	

CMYK percentages

%49.4
%51.2
%0
%34.9

Codes

Color #5451A6 in popluar color models

5451A6
RGB8481166
HSL242°34.41%48.43%
HSB/HSV242°51.20%65.10%
CMYK49.40%51.20%0.00%
34.90%

Color #5451A6 in popluar number systems.

HEX5451A6
Decimal8481166
Binary1010100101000110100110
Octal124121246

Shades and tints

Shades of #5451A6

#5451A6
(84,81,166)
#4D4A97
(77,74,151)
#464388
(70,67,136)
#3F3C79
(63,60,121)
#38356A
(56,53,106)
#312E5B
(49,46,91)
#2A274C
(42,39,76)
#23203D
(35,32,61)
#1C192E
(28,25,46)
#15121F
(21,18,31)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #5451A6

#5451A6
(84,81,166)
#6360AE
(99,96,174)
#726FB6
(114,111,182)
#817EBE
(129,126,190)
#908DC6
(144,141,198)
#9F9CCE
(159,156,206)
#AEABD6
(174,171,214)
#BDBADE
(189,186,222)
#CCC9E6
(204,201,230)
#DBD8EE
(219,216,238)
#EAE7F6
(234,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5451A6 color. Also use rgb(84,81,166) instead hex code.

Text Font Color

.myTextColor { color: #5451A6; }

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

This text font color is #5451A6.


Background Color

.myBgColor { background-color: #5451A6; }

<div style="background-color:#5451A6">Inner text</div>

This div background color is #5451A6.


Border color

.myBorderColor { border: 1px solid #5451A6; }

<div style="border:3px solid #5451A6">Div</div>

This div border color is #5451A6.


Opacity

.myOpacity80 { color: #5451A6; opacity: 0.8; }

<p style="color:#5451A6;opacity:0.8;">80%</p>

Text with #5451A6 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 #5451A6;}

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

This text has shadow with #5451A6 color.

.textShadow {text-shadow: 3px 3px 1px #5451A6, 3px 3px 1px red;}

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

This text has shadow with #5451A6 primary color and red secondary color.


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

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

This text has shadow with #5451A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5451A6 on black background.


Color preview on white background

This text has color #5451A6 on white background.



Black color preview on #5451A6 background

This text has black color on #5451A6 background.


White color preview on #5451A6 background

This text has white color on #5451A6 background.