COLOR #5451B0

HEX: #5451B0
RGB: (84,81,176)

Color info

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

RGB color model

#5451B0 color RGB value is (84,81,176).

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

RGB channels and saturation

R 84 of 255 = 33%
G 81 of 255 = 32%
B 176 of 255 = 69%

84
81
176

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

Portions of RGB colors in percentages

R + G + B =
84 + 81 + 176 = 341 (100%)
R 84 of 341 ~ 24.63%
G 81 of 341 ~ 23.75%
B 176 of 341 ~ 51.61%

%24.63
%23.75
%51.61

CMYK color model

#5451B0 color CMYK value is (52,54,0,31).

  • cyan value is 52.27%
  • magenta value is 53.98%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(52,54,0,31)
C52M54Y0K31 
(52%,54%,0%,31%)
(0.52/0.54/0.00/0.31)	

CMYK percentages

%52.27
%53.98
%0
%30.98

Codes

Color #5451B0 in popluar color models

5451B0
RGB8481176
HSL242°37.55%50.39%
HSB/HSV242°53.98%69.02%
CMYK52.27%53.98%0.00%
30.98%

Color #5451B0 in popluar number systems.

HEX5451B0
Decimal8481176
Binary1010100101000110110000
Octal124121260

Shades and tints

Shades of #5451B0

#5451B0
(84,81,176)
#4D4AA0
(77,74,160)
#464390
(70,67,144)
#3F3C80
(63,60,128)
#383570
(56,53,112)
#312E60
(49,46,96)
#2A2750
(42,39,80)
#232040
(35,32,64)
#1C1930
(28,25,48)
#151220
(21,18,32)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #5451B0

#5451B0
(84,81,176)
#6360B7
(99,96,183)
#726FBE
(114,111,190)
#817EC5
(129,126,197)
#908DCC
(144,141,204)
#9F9CD3
(159,156,211)
#AEABDA
(174,171,218)
#BDBAE1
(189,186,225)
#CCC9E8
(204,201,232)
#DBD8EF
(219,216,239)
#EAE7F6
(234,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5451B0; }

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

This text font color is #5451B0.


Background Color

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

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

This div background color is #5451B0.


Border color

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

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

This div border color is #5451B0.


Opacity

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

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

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

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

This text has shadow with #5451B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5451B0 on black background.


Color preview on white background

This text has color #5451B0 on white background.



Black color preview on #5451B0 background

This text has black color on #5451B0 background.


White color preview on #5451B0 background

This text has white color on #5451B0 background.