COLOR #5D5494

HEX: #5D5494
RGB: (93,84,148)

Color info

#5D5494 contains mainly red and blue colors. Web safe color of #5D5494 is #666699 (or #669).

RGB color model

#5D5494 color RGB value is (93,84,148).

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

RGB channels and saturation

R 93 of 255 = 36%
G 84 of 255 = 33%
B 148 of 255 = 58%

93
84
148

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

Portions of RGB colors in percentages

R + G + B =
93 + 84 + 148 = 325 (100%)
R 93 of 325 ~ 28.62%
G 84 of 325 ~ 25.85%
B 148 of 325 ~ 45.54%

%28.62
%25.85
%45.54

CMYK color model

#5D5494 color CMYK value is (37,43,0,42).

  • cyan value is 37.16%
  • magenta value is 43.24%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(37,43,0,42)
C37M43Y0K42 
(37%,43%,0%,42%)
(0.37/0.43/0.00/0.42)	

CMYK percentages

%37.16
%43.24
%0
%41.96

Codes

Color #5D5494 in popluar color models

5D5494
RGB9384148
HSL248°27.59%45.49%
HSB/HSV248°43.24%58.04%
CMYK37.16%43.24%0.00%
41.96%

Color #5D5494 in popluar number systems.

HEX5D5494
Decimal9384148
Binary1011101101010010010100
Octal135124224

Shades and tints

Shades of #5D5494

#5D5494
(93,84,148)
#554D87
(85,77,135)
#4D467A
(77,70,122)
#453F6D
(69,63,109)
#3D3860
(61,56,96)
#353153
(53,49,83)
#2D2A46
(45,42,70)
#252339
(37,35,57)
#1D1C2C
(29,28,44)
#15151F
(21,21,31)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #5D5494

#5D5494
(93,84,148)
#6B639D
(107,99,157)
#7972A6
(121,114,166)
#8781AF
(135,129,175)
#9590B8
(149,144,184)
#A39FC1
(163,159,193)
#B1AECA
(177,174,202)
#BFBDD3
(191,189,211)
#CDCCDC
(205,204,220)
#DBDBE5
(219,219,229)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5494; }

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

This text font color is #5D5494.


Background Color

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

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

This div background color is #5D5494.


Border color

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

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

This div border color is #5D5494.


Opacity

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

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

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

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

This text has shadow with #5D5494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5494 on black background.


Color preview on white background

This text has color #5D5494 on white background.



Black color preview on #5D5494 background

This text has black color on #5D5494 background.


White color preview on #5D5494 background

This text has white color on #5D5494 background.