COLOR #5D5094

HEX: #5D5094 RGB: (93,80,148)

Color info

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

RGB color model

#5D5094 color RGB value is (93,80,148).

RGB: (93,80,148) (36%, 31%, 58%)

RGB channels and saturation

R 93 of 255 = 36%
G 80 of 255 = 31%
B 148 of 255 = 58%

93
80
148

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

Portions of RGB colors in percentages

R + G + B = 93 + 80 + 148 = 321 (100%)
R 93 of 321 ~ 28.97%
G 80 of 321 ~ 24.92%
B 148 of 321 ~ 46.11'%

%28.97
%24.92
%46.11

CMYK color model

#5D5094 color CMYK value is (37,46,0,42).

  • cyan value is 37.16%
  • magenta value is 45.95%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK: (37,46,0,42) C37M46Y0K42 (37%,46%,0%,42%) (0.37/0.46/0.00/0.42) 

CMYK percentages

%37.16
%45.95
%0
%41.96

Codes

Color #5D5094 in popluar color models

5D 50 94
RGB 93 80 148
HSL 251° 29.82% 44.71%
HSB/HSV 251° 45.95% 58.04%
CMYK 37.16% 45.95% 0.00%
41.96%

Color #5D5094 in popluar number systems.

HEX 5D 50 94
Decimal 93 80 148
Binary 1011101 1010000 10010100
Octal 135 120 224

Shades and tints

Shades of #5D5094

#5D5094
(93,80,148)
#554987
(85,73,135)
#4D427A
(77,66,122)
#453B6D
(69,59,109)
#3D3460
(61,52,96)
#352D53
(53,45,83)
#2D2646
(45,38,70)
#251F39
(37,31,57)
#1D182C
(29,24,44)
#15111F
(21,17,31)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #5D5094

#5D5094
(93,80,148)
#6B5F9D
(107,95,157)
#796EA6
(121,110,166)
#877DAF
(135,125,175)
#958CB8
(149,140,184)
#A39BC1
(163,155,193)
#B1AACA
(177,170,202)
#BFB9D3
(191,185,211)
#CDC8DC
(205,200,220)
#DBD7E5
(219,215,229)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5094; }

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

This text font color is #5D5094.

Background Color

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

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

This div background color is #5D5094.

Border color

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

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

This div border color is #5D5094.

Opacity

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

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

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

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

This text has shadow with #5D5094 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5094.

Preview

Color preview on black background

This text has color #5D5094 on black background.


Color preview on white background

This text has color #5D5094 on white background.


Black color preview on #5D5094 background

This text has black color on #5D5094 background.


White color preview on #5D5094 background

This text has white color on #5D5094 background.


Related colors

Complementary color

Complementary color for #hex is #A2AF6B.


I love getcolorcode.com

Triadic colors

1 #945D50 and #50945D with #5D5094 are triadic colors.

2 #94505D and #505D94 with #5D5094 are triadic colors.