COLOR #5D54B4

HEX: #5D54B4
RGB: (93,84,180)

Color info

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

RGB color model

#5D54B4 color RGB value is (93,84,180).

  • red value is 93;
  • green value is 84;
  • blue value is 180.
RGB:
(93,84,180)
(36%,33%,71%)

RGB channels and saturation

R 93 of 255 = 36%
G 84 of 255 = 33%
B 180 of 255 = 71%

93
84
180

R + G + B ~ 47%. #5D54B4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 84 + 180 = 357 (100%)
R 93 of 357 ~ 26.05%
G 84 of 357 ~ 23.53%
B 180 of 357 ~ 50.42%

%26.05
%23.53
%50.42

CMYK color model

#5D54B4 color CMYK value is (48,53,0,29).

  • cyan value is 48.33%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(48,53,0,29)
C48M53Y0K29 
(48%,53%,0%,29%)
(0.48/0.53/0.00/0.29)	

CMYK percentages

%48.33
%53.33
%0
%29.41

Codes

Color #5D54B4 in popluar color models

5D54B4
RGB9384180
HSL246°39.02%51.76%
HSB/HSV246°53.33%70.59%
CMYK48.33%53.33%0.00%
29.41%

Color #5D54B4 in popluar number systems.

HEX5D54B4
Decimal9384180
Binary1011101101010010110100
Octal135124264

Shades and tints

Shades of #5D54B4

#5D54B4
(93,84,180)
#554DA4
(85,77,164)
#4D4694
(77,70,148)
#453F84
(69,63,132)
#3D3874
(61,56,116)
#353164
(53,49,100)
#2D2A54
(45,42,84)
#252344
(37,35,68)
#1D1C34
(29,28,52)
#151524
(21,21,36)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #5D54B4

#5D54B4
(93,84,180)
#6B63BA
(107,99,186)
#7972C0
(121,114,192)
#8781C6
(135,129,198)
#9590CC
(149,144,204)
#A39FD2
(163,159,210)
#B1AED8
(177,174,216)
#BFBDDE
(191,189,222)
#CDCCE4
(205,204,228)
#DBDBEA
(219,219,234)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D54B4 color. Also use rgb(93,84,180) instead hex code.

Text Font Color

.myTextColor { color: #5D54B4; }

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

This text font color is #5D54B4.


Background Color

.myBgColor { background-color: #5D54B4; }

<div style="background-color:#5D54B4">Inner text</div>

This div background color is #5D54B4.


Border color

.myBorderColor { border: 1px solid #5D54B4; }

<div style="border:3px solid #5D54B4">Div</div>

This div border color is #5D54B4.


Opacity

.myOpacity80 { color: #5D54B4; opacity: 0.8; }

<p style="color:#5D54B4;opacity:0.8;">80%</p>

Text with #5D54B4 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 #5D54B4;}

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

This text has shadow with #5D54B4 color.

.textShadow {text-shadow: 3px 3px 1px #5D54B4, 3px 3px 1px red;}

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

This text has shadow with #5D54B4 primary color and red secondary color.


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

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

This text has shadow with #5D54B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D54B4 on black background.


Color preview on white background

This text has color #5D54B4 on white background.



Black color preview on #5D54B4 background

This text has black color on #5D54B4 background.


White color preview on #5D54B4 background

This text has white color on #5D54B4 background.