COLOR #5E2859

HEX: #5E2859 RGB: (94,40,89)

Color info

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

RGB color model

#5E2859 color RGB value is (94,40,89).

RGB: (94,40,89) (37%, 16%, 35%)

RGB channels and saturation

R 94 of 255 = 37%
G 40 of 255 = 16%
B 89 of 255 = 35%

94
40
89

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

Portions of RGB colors in percentages

R + G + B = 94 + 40 + 89 = 223 (100%)
R 94 of 223 ~ 42.15%
G 40 of 223 ~ 17.94%
B 89 of 223 ~ 39.91'%

%42.15
%17.94
%39.91

CMYK color model

#5E2859 color CMYK value is (0,57,5,63).

  • cyan value is 0.00%
  • magenta value is 57.45%
  • yellow value is 5.32%
  • key color value is 63.14%

CMYK: (0,57,5,63)
C0M57Y5K63 (0%, 57%, 5%, 63%)
(0.00 / 0.57 / 0.05 / 0.63)

CMYK percentages

%0
%57.45
%5.32
%63.14

Codes

Color #5E2859 in popluar color models

5E 28 59
RGB 94 40 89
HSL 306° 40.30% 26.27%
HSB/HSV 306° 57.45% 36.86%
CMYK 0.00% 57.45% 5.32%
63.14%

Color #5E2859 in popluar number systems.

HEX 5E 28 59
Decimal 94 40 89
Binary 1011110 101000 1011001
Octal 136 50 131

Shades and tints

Shades of #5E2859

#5E2859
(94,40,89)
#562551
(86,37,81)
#4E2249
(78,34,73)
#461F41
(70,31,65)
#3E1C39
(62,28,57)
#361931
(54,25,49)
#2E1629
(46,22,41)
#261321
(38,19,33)
#1E1019
(30,16,25)
#160D11
(22,13,17)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #5E2859

#5E2859
(94,40,89)
#6C3B68
(108,59,104)
#7A4E77
(122,78,119)
#886186
(136,97,134)
#967495
(150,116,149)
#A487A4
(164,135,164)
#B29AB3
(178,154,179)
#C0ADC2
(192,173,194)
#CEC0D1
(206,192,209)
#DCD3E0
(220,211,224)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E2859; }

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

This text font color is #5E2859.

Background Color

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

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

This div background color is #5E2859.

Border color

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

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

This div border color is #5E2859.

Opacity

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

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

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

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

This text has shadow with #5E2859 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E2859.

Preview

Color preview on black background

This text has color #5E2859 on black background.


Color preview on white background

This text has color #5E2859 on white background.


Black color preview on #5E2859 background

This text has black color on #5E2859 background.


White color preview on #5E2859 background

This text has white color on #5E2859 background.


Related colors

Complementary color

Complementary color for #hex is #A1D7A6.


I love getcolorcode.com

Triadic colors

1 #595E28 and #28595E with #5E2859 are triadic colors.

2 #59285E and #285E59 with #5E2859 are triadic colors.