COLOR #5D5481

HEX: #5D5481 RGB: (93,84,129)

Color info

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

RGB color model

#5D5481 color RGB value is (93,84,129).

RGB: (93,84,129) (36%, 33%, 51%)

RGB channels and saturation

R 93 of 255 = 36%
G 84 of 255 = 33%
B 129 of 255 = 51%

93
84
129

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

Portions of RGB colors in percentages

R + G + B = 93 + 84 + 129 = 306 (100%)
R 93 of 306 ~ 30.39%
G 84 of 306 ~ 27.45%
B 129 of 306 ~ 42.16'%

%30.39
%27.45
%42.16

CMYK color model

#5D5481 color CMYK value is (28,35,0,49).

  • cyan value is 27.91%
  • magenta value is 34.88%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (28,35,0,49)
C28M35Y0K49 (28%, 35%, 0%, 49%)
(0.28 / 0.35 / 0.00 / 0.49)

CMYK percentages

%27.91
%34.88
%0
%49.41

Codes

Color #5D5481 in popluar color models

5D 54 81
RGB 93 84 129
HSL 252° 21.13% 41.76%
HSB/HSV 252° 34.88% 50.59%
CMYK 27.91% 34.88% 0.00%
49.41%

Color #5D5481 in popluar number systems.

HEX 5D 54 81
Decimal 93 84 129
Binary 1011101 1010100 10000001
Octal 135 124 201

Shades and tints

Shades of #5D5481

#5D5481
(93,84,129)
#554D76
(85,77,118)
#4D466B
(77,70,107)
#453F60
(69,63,96)
#3D3855
(61,56,85)
#35314A
(53,49,74)
#2D2A3F
(45,42,63)
#252334
(37,35,52)
#1D1C29
(29,28,41)
#15151E
(21,21,30)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #5D5481

#5D5481
(93,84,129)
#6B638C
(107,99,140)
#797297
(121,114,151)
#8781A2
(135,129,162)
#9590AD
(149,144,173)
#A39FB8
(163,159,184)
#B1AEC3
(177,174,195)
#BFBDCE
(191,189,206)
#CDCCD9
(205,204,217)
#DBDBE4
(219,219,228)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5481; }

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

This text font color is #5D5481.

Background Color

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

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

This div background color is #5D5481.

Border color

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

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

This div border color is #5D5481.

Opacity

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

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

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

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

This text has shadow with #5D5481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5481.

Preview

Color preview on black background

This text has color #5D5481 on black background.


Color preview on white background

This text has color #5D5481 on white background.


Black color preview on #5D5481 background

This text has black color on #5D5481 background.


White color preview on #5D5481 background

This text has white color on #5D5481 background.


Related colors

Complementary color

Complementary color for #hex is #A2AB7E.


I love getcolorcode.com

Triadic colors

1 #815D54 and #54815D with #5D5481 are triadic colors.

2 #81545D and #545D81 with #5D5481 are triadic colors.