COLOR #5D5082

HEX: #5D5082 RGB: (93,80,130)

Color info

#5D5082 contains red, green and blue colors in about the same proportion. Web safe color of #5D5082 is #666699 (or #669).

RGB color model

#5D5082 color RGB value is (93,80,130).

RGB: (93,80,130) (36%, 31%, 51%)

RGB channels and saturation

R 93 of 255 = 36%
G 80 of 255 = 31%
B 130 of 255 = 51%

93
80
130

R + G + B ~ 39%. #5D5082 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 80 + 130 = 303 (100%)
R 93 of 303 ~ 30.69%
G 80 of 303 ~ 26.4%
B 130 of 303 ~ 42.9'%

%30.69
%26.4
%42.9

CMYK color model

#5D5082 color CMYK value is (28,38,0,49).

  • cyan value is 28.46%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (28,38,0,49)
C28M38Y0K49 (28%, 38%, 0%, 49%)
(0.28 / 0.38 / 0.00 / 0.49)

CMYK percentages

%28.46
%38.46
%0
%49.02

Codes

Color #5D5082 in popluar color models

5D 50 82
RGB 93 80 130
HSL 256° 23.81% 41.18%
HSB/HSV 256° 38.46% 50.98%
CMYK 28.46% 38.46% 0.00%
49.02%

Color #5D5082 in popluar number systems.

HEX 5D 50 82
Decimal 93 80 130
Binary 1011101 1010000 10000010
Octal 135 120 202

Shades and tints

Shades of #5D5082

#5D5082
(93,80,130)
#554977
(85,73,119)
#4D426C
(77,66,108)
#453B61
(69,59,97)
#3D3456
(61,52,86)
#352D4B
(53,45,75)
#2D2640
(45,38,64)
#251F35
(37,31,53)
#1D182A
(29,24,42)
#15111F
(21,17,31)
#0D0A14
(13,10,20)
#000000
(0,0,0)

Tints of #5D5082

#5D5082
(93,80,130)
#6B5F8D
(107,95,141)
#796E98
(121,110,152)
#877DA3
(135,125,163)
#958CAE
(149,140,174)
#A39BB9
(163,155,185)
#B1AAC4
(177,170,196)
#BFB9CF
(191,185,207)
#CDC8DA
(205,200,218)
#DBD7E5
(219,215,229)
#E9E6F0
(233,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5082; }

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

This text font color is #5D5082.

Background Color

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

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

This div background color is #5D5082.

Border color

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

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

This div border color is #5D5082.

Opacity

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

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

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

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

This text has shadow with #5D5082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5082.

Preview

Color preview on black background

This text has color #5D5082 on black background.


Color preview on white background

This text has color #5D5082 on white background.


Black color preview on #5D5082 background

This text has black color on #5D5082 background.


White color preview on #5D5082 background

This text has white color on #5D5082 background.


Related colors

Complementary color

Complementary color for #hex is #A2AF7D.


I love getcolorcode.com

Triadic colors

1 #825D50 and #50825D with #5D5082 are triadic colors.

2 #82505D and #505D82 with #5D5082 are triadic colors.