COLOR #5E2559

HEX: #5E2559
RGB: (94,37,89)

Color info

#5E2559 contains red, green and blue colors in about the same proportion. Web safe color of #5E2559 is #663366 (or #636).

RGB color model

#5E2559 color RGB value is (94,37,89).

  • red value is 94;
  • green value is 37;
  • blue value is 89.
RGB:
(94,37,89)
(37%,15%,35%)

RGB channels and saturation

R 94 of 255 = 37%
G 37 of 255 = 15%
B 89 of 255 = 35%

94
37
89

R + G + B ~ 29%. #5E2559 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 37 + 89 = 220 (100%)
R 94 of 220 ~ 42.73%
G 37 of 220 ~ 16.82%
B 89 of 220 ~ 40.45%

%42.73
%16.82
%40.45

CMYK color model

#5E2559 color CMYK value is (0,61,5,63).

  • cyan value is 0.00%
  • magenta value is 60.64%
  • yellow value is 5.32%
  • key color value is 63.14%
CMYK:
(0,61,5,63)
C0M61Y5K63 
(0%,61%,5%,63%)
(0.00/0.61/0.05/0.63)	

CMYK percentages

%0
%60.64
%5.32
%63.14

Codes

Color #5E2559 in popluar color models

5E2559
RGB943789
HSL305°43.51%25.69%
HSB/HSV305°60.64%36.86%
CMYK0.00%60.64%5.32%
63.14%

Color #5E2559 in popluar number systems.

HEX5E2559
Decimal943789
Binary10111101001011011001
Octal13645131

Shades and tints

Shades of #5E2559

#5E2559
(94,37,89)
#562251
(86,34,81)
#4E1F49
(78,31,73)
#461C41
(70,28,65)
#3E1939
(62,25,57)
#361631
(54,22,49)
#2E1329
(46,19,41)
#261021
(38,16,33)
#1E0D19
(30,13,25)
#160A11
(22,10,17)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #5E2559

#5E2559
(94,37,89)
#6C3868
(108,56,104)
#7A4B77
(122,75,119)
#885E86
(136,94,134)
#967195
(150,113,149)
#A484A4
(164,132,164)
#B297B3
(178,151,179)
#C0AAC2
(192,170,194)
#CEBDD1
(206,189,209)
#DCD0E0
(220,208,224)
#EAE3EF
(234,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E2559 color. Also use rgb(94,37,89) instead hex code.

Text Font Color

.myTextColor { color: #5E2559; }

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

This text font color is #5E2559.


Background Color

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

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

This div background color is #5E2559.


Border color

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

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

This div border color is #5E2559.


Opacity

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

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

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

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

This text has shadow with #5E2559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E2559 on black background.


Color preview on white background

This text has color #5E2559 on white background.



Black color preview on #5E2559 background

This text has black color on #5E2559 background.


White color preview on #5E2559 background

This text has white color on #5E2559 background.