COLOR #5D549D

HEX: #5D549D
RGB: (93,84,157)

Color info

#5D549D contains mainly blue color. Web safe color of #5D549D is #666699 (or #669).

RGB color model

#5D549D color RGB value is (93,84,157).

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

RGB channels and saturation

R 93 of 255 = 36%
G 84 of 255 = 33%
B 157 of 255 = 62%

93
84
157

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

Portions of RGB colors in percentages

R + G + B =
93 + 84 + 157 = 334 (100%)
R 93 of 334 ~ 27.84%
G 84 of 334 ~ 25.15%
B 157 of 334 ~ 47.01%

%27.84
%25.15
%47.01

CMYK color model

#5D549D color CMYK value is (41,46,0,38).

  • cyan value is 40.76%
  • magenta value is 46.50%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(41,46,0,38)
C41M46Y0K38 
(41%,46%,0%,38%)
(0.41/0.46/0.00/0.38)	

CMYK percentages

%40.76
%46.5
%0
%38.43

Codes

Color #5D549D in popluar color models

5D549D
RGB9384157
HSL247°30.29%47.25%
HSB/HSV247°46.50%61.57%
CMYK40.76%46.50%0.00%
38.43%

Color #5D549D in popluar number systems.

HEX5D549D
Decimal9384157
Binary1011101101010010011101
Octal135124235

Shades and tints

Shades of #5D549D

#5D549D
(93,84,157)
#554D8F
(85,77,143)
#4D4681
(77,70,129)
#453F73
(69,63,115)
#3D3865
(61,56,101)
#353157
(53,49,87)
#2D2A49
(45,42,73)
#25233B
(37,35,59)
#1D1C2D
(29,28,45)
#15151F
(21,21,31)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #5D549D

#5D549D
(93,84,157)
#6B63A5
(107,99,165)
#7972AD
(121,114,173)
#8781B5
(135,129,181)
#9590BD
(149,144,189)
#A39FC5
(163,159,197)
#B1AECD
(177,174,205)
#BFBDD5
(191,189,213)
#CDCCDD
(205,204,221)
#DBDBE5
(219,219,229)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D549D; }

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

This text font color is #5D549D.


Background Color

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

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

This div background color is #5D549D.


Border color

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

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

This div border color is #5D549D.


Opacity

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

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

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

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

This text has shadow with #5D549D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D549D on black background.


Color preview on white background

This text has color #5D549D on white background.



Black color preview on #5D549D background

This text has black color on #5D549D background.


White color preview on #5D549D background

This text has white color on #5D549D background.