COLOR #5E0055

HEX: #5E0055
RGB: (94,0,85)

Color info

#5E0055 contains only red and blue colors. Web safe color of #5E0055 is #660066 (or #606).

RGB color model

#5E0055 color RGB value is (94,0,85).

  • red value is 94;
  • green value is 0;
  • blue value is 85.
RGB:
(94,0,85)
(37%,0%,33%)

RGB channels and saturation

R 94 of 255 = 37%
G 0 of 255 = 0%
B 85 of 255 = 33%

94
0
85

R + G + B ~ 23%. #5E0055 is dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 0 + 85 = 179 (100%)
R 94 of 179 ~ 52.51%
G 0 of 179 ~ 0%
B 85 of 179 ~ 47.49%

%52.51
%47.49

CMYK color model

#5E0055 color CMYK value is (0,100,10,63).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 9.57%
  • key color value is 63.14%
CMYK:
(0,100,10,63)
C0M100Y10K63 
(0%,100%,10%,63%)
(0.00/1.00/0.10/0.63)	

CMYK percentages

%0
%100
%9.57
%63.14

Codes

Color #5E0055 in popluar color models

5E0055
RGB94085
HSL306°100.00%18.43%
HSB/HSV306°100.00%36.86%
CMYK0.00%100.00%9.57%
63.14%

Color #5E0055 in popluar number systems.

HEX5E0055
Decimal94085
Binary101111001010101
Octal1360125

Shades and tints

Shades of #5E0055

#5E0055
(94,0,85)
#56004E
(86,0,78)
#4E0047
(78,0,71)
#460040
(70,0,64)
#3E0039
(62,0,57)
#360032
(54,0,50)
#2E002B
(46,0,43)
#260024
(38,0,36)
#1E001D
(30,0,29)
#160016
(22,0,22)
#0E000F
(14,0,15)
#000000
(0,0,0)

Tints of #5E0055

#5E0055
(94,0,85)
#6C1764
(108,23,100)
#7A2E73
(122,46,115)
#884582
(136,69,130)
#965C91
(150,92,145)
#A473A0
(164,115,160)
#B28AAF
(178,138,175)
#C0A1BE
(192,161,190)
#CEB8CD
(206,184,205)
#DCCFDC
(220,207,220)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E0055 color. Also use rgb(94,0,85) instead hex code.

Text Font Color

.myTextColor { color: #5E0055; }

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

This text font color is #5E0055.


Background Color

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

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

This div background color is #5E0055.


Border color

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

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

This div border color is #5E0055.


Opacity

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

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

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

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

This text has shadow with #5E0055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E0055 on black background.


Color preview on white background

This text has color #5E0055 on white background.



Black color preview on #5E0055 background

This text has black color on #5E0055 background.


White color preview on #5E0055 background

This text has white color on #5E0055 background.