COLOR #5454D8

HEX: #5454D8
RGB: (84,84,216)

Color info

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

RGB color model

#5454D8 color RGB value is (84,84,216).

  • red value is 84;
  • green value is 84;
  • blue value is 216.
RGB:
(84,84,216)
(33%,33%,85%)

RGB channels and saturation

R 84 of 255 = 33%
G 84 of 255 = 33%
B 216 of 255 = 85%

84
84
216

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

Portions of RGB colors in percentages

R + G + B =
84 + 84 + 216 = 384 (100%)
R 84 of 384 ~ 21.88%
G 84 of 384 ~ 21.88%
B 216 of 384 ~ 56.25%

%21.88
%21.88
%56.25

CMYK color model

#5454D8 color CMYK value is (61,61,0,15).

  • cyan value is 61.11%
  • magenta value is 61.11%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(61,61,0,15)
C61M61Y0K15 
(61%,61%,0%,15%)
(0.61/0.61/0.00/0.15)	

CMYK percentages

%61.11
%61.11
%0
%15.29

Codes

Color #5454D8 in popluar color models

5454D8
RGB8484216
HSL240°62.86%58.82%
HSB/HSV240°61.11%84.71%
CMYK61.11%61.11%0.00%
15.29%

Color #5454D8 in popluar number systems.

HEX5454D8
Decimal8484216
Binary1010100101010011011000
Octal124124330

Shades and tints

Shades of #5454D8

#5454D8
(84,84,216)
#4D4DC5
(77,77,197)
#4646B2
(70,70,178)
#3F3F9F
(63,63,159)
#38388C
(56,56,140)
#313179
(49,49,121)
#2A2A66
(42,42,102)
#232353
(35,35,83)
#1C1C40
(28,28,64)
#15152D
(21,21,45)
#0E0E1A
(14,14,26)
#000000
(0,0,0)

Tints of #5454D8

#5454D8
(84,84,216)
#6363DB
(99,99,219)
#7272DE
(114,114,222)
#8181E1
(129,129,225)
#9090E4
(144,144,228)
#9F9FE7
(159,159,231)
#AEAEEA
(174,174,234)
#BDBDED
(189,189,237)
#CCCCF0
(204,204,240)
#DBDBF3
(219,219,243)
#EAEAF6
(234,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5454D8; }

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

This text font color is #5454D8.


Background Color

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

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

This div background color is #5454D8.


Border color

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

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

This div border color is #5454D8.


Opacity

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

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

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

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

This text has shadow with #5454D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5454D8 on black background.


Color preview on white background

This text has color #5454D8 on white background.



Black color preview on #5454D8 background

This text has black color on #5454D8 background.


White color preview on #5454D8 background

This text has white color on #5454D8 background.