COLOR #5D1E59

HEX: #5D1E59
RGB: (93,30,89)

Color info

#5D1E59 contains mainly red and blue colors. Web safe color of #5D1E59 is #663366 (or #636).

RGB color model

#5D1E59 color RGB value is (93,30,89).

  • red value is 93;
  • green value is 30;
  • blue value is 89.
RGB: (93,30,89) (36%,12%,35%)

RGB channels and saturation

R 93 of 255 = 36%
G 30 of 255 = 12%
B 89 of 255 = 35%

93
30
89

R + G + B ~ 28%. #5D1E59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 30 + 89 = 212 (100%)
R 93 of 212 ~ 43.87%
G 30 of 212 ~ 14.15%
B 89 of 212 ~ 41.98%

%43.87
%14.15
%41.98

CMYK color model

#5D1E59 color CMYK value is (0,68,4,64).

  • cyan value is 0.00%
  • magenta value is 67.74%
  • yellow value is 4.30%
  • key color value is 63.53%
CMYK: (0,68,4,64) C0M68Y4K64 (0%,68%,4%,64%) (0.00/0.68/0.04/0.64)

CMYK percentages

%0
%67.74
%4.3
%63.53

Codes

Color #5D1E59 in popluar color models

5D1E59
RGB933089
HSL304°51.22%24.12%
HSB/HSV304°67.74%36.47%
CMYK0.00%67.74%4.30%
63.53%

Color #5D1E59 in popluar number systems.

HEX5D1E59
Decimal933089
Binary1011101111101011001
Octal13536131

Shades and tints

Shades of #5D1E59

#5D1E59
(93,30,89)
#551C51
(85,28,81)
#4D1A49
(77,26,73)
#451841
(69,24,65)
#3D1639
(61,22,57)
#351431
(53,20,49)
#2D1229
(45,18,41)
#251021
(37,16,33)
#1D0E19
(29,14,25)
#150C11
(21,12,17)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #5D1E59

#5D1E59
(93,30,89)
#6B3268
(107,50,104)
#794677
(121,70,119)
#875A86
(135,90,134)
#956E95
(149,110,149)
#A382A4
(163,130,164)
#B196B3
(177,150,179)
#BFAAC2
(191,170,194)
#CDBED1
(205,190,209)
#DBD2E0
(219,210,224)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D1E59 color. Also use rgb(93,30,89) instead hex code.

Text Font Color

.myTextColor { color: #5D1E59; }

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

This text font color is #5D1E59.


Background Color

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

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

This div background color is #5D1E59.


Border color

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

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

This div border color is #5D1E59.


Opacity

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

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

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

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

This text has shadow with #5D1E59 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5D1E59 on black background.


Color preview on white background

This text has color #5D1E59 on white background.



Black color preview on #5D1E59 background

This text has black color on #5D1E59 background.


White color preview on #5D1E59 background

This text has white color on #5D1E59 background.