COLOR #5454A8

HEX: #5454A8 RGB: (84,84,168)

Color info

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

RGB color model

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

RGB: (84,84,168) (33%, 33%, 66%)

RGB channels and saturation

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

84
84
168

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

Portions of RGB colors in percentages

R + G + B = 84 + 84 + 168 = 336 (100%)
R 84 of 336 ~ 25%
G 84 of 336 ~ 25%
B 168 of 336 ~ 50'%

%25
%25
%50

CMYK color model

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

  • cyan value is 50.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (50,50,0,34)
C50M50Y0K34 (50%, 50%, 0%, 34%)
(0.50 / 0.50 / 0.00 / 0.34)

CMYK percentages

%50
%50
%0
%34.12

Codes

Color #5454A8 in popluar color models

54 54 A8
RGB 84 84 168
HSL 240° 33.33% 49.41%
HSB/HSV 240° 50.00% 65.88%
CMYK 50.00% 50.00% 0.00%
34.12%

Color #5454A8 in popluar number systems.

HEX 54 54 A8
Decimal 84 84 168
Binary 1010100 1010100 10101000
Octal 124 124 250

Shades and tints

Shades of #5454A8

#5454A8
(84,84,168)
#4D4D99
(77,77,153)
#46468A
(70,70,138)
#3F3F7B
(63,63,123)
#38386C
(56,56,108)
#31315D
(49,49,93)
#2A2A4E
(42,42,78)
#23233F
(35,35,63)
#1C1C30
(28,28,48)
#151521
(21,21,33)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #5454A8

#5454A8
(84,84,168)
#6363AF
(99,99,175)
#7272B6
(114,114,182)
#8181BD
(129,129,189)
#9090C4
(144,144,196)
#9F9FCB
(159,159,203)
#AEAED2
(174,174,210)
#BDBDD9
(189,189,217)
#CCCCE0
(204,204,224)
#DBDBE7
(219,219,231)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5454A8; }

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

This text font color is #5454A8.

Background Color

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

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

This div background color is #5454A8.

Border color

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

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

This div border color is #5454A8.

Opacity

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

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

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

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

This text has shadow with #5454A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5454A8.

Preview

Color preview on black background

This text has color #5454A8 on black background.


Color preview on white background

This text has color #5454A8 on white background.


Black color preview on #5454A8 background

This text has black color on #5454A8 background.


White color preview on #5454A8 background

This text has white color on #5454A8 background.


Related colors

Complementary color

Complementary color for #hex is #ABAB57.


I love getcolorcode.com