COLOR #5E259C

HEX: #5E259C RGB: (94,37,156)

Color info

#5E259C contains mainly blue color. Web safe color of #5E259C is #663399 (or #639).

RGB color model

#5E259C color RGB value is (94,37,156).

RGB: (94,37,156) (37%, 15%, 61%)

RGB channels and saturation

R 94 of 255 = 37%
G 37 of 255 = 15%
B 156 of 255 = 61%

94
37
156

R + G + B ~ 38%. #5E259C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 37 + 156 = 287 (100%)
R 94 of 287 ~ 32.75%
G 37 of 287 ~ 12.89%
B 156 of 287 ~ 54.36'%

%32.75
%12.89
%54.36

CMYK color model

#5E259C color CMYK value is (40,76,0,39).

  • cyan value is 39.74%
  • magenta value is 76.28%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (40,76,0,39)
C40M76Y0K39 (40%, 76%, 0%, 39%)
(0.40 / 0.76 / 0.00 / 0.39)

CMYK percentages

%39.74
%76.28
%0
%38.82

Codes

Color #5E259C in popluar color models

5E 25 9C
RGB 94 37 156
HSL 269° 61.66% 37.84%
HSB/HSV 269° 76.28% 61.18%
CMYK 39.74% 76.28% 0.00%
38.82%

Color #5E259C in popluar number systems.

HEX 5E 25 9C
Decimal 94 37 156
Binary 1011110 100101 10011100
Octal 136 45 234

Shades and tints

Shades of #5E259C

#5E259C
(94,37,156)
#56228E
(86,34,142)
#4E1F80
(78,31,128)
#461C72
(70,28,114)
#3E1964
(62,25,100)
#361656
(54,22,86)
#2E1348
(46,19,72)
#26103A
(38,16,58)
#1E0D2C
(30,13,44)
#160A1E
(22,10,30)
#0E0710
(14,7,16)
#000000
(0,0,0)

Tints of #5E259C

#5E259C
(94,37,156)
#6C38A5
(108,56,165)
#7A4BAE
(122,75,174)
#885EB7
(136,94,183)
#9671C0
(150,113,192)
#A484C9
(164,132,201)
#B297D2
(178,151,210)
#C0AADB
(192,170,219)
#CEBDE4
(206,189,228)
#DCD0ED
(220,208,237)
#EAE3F6
(234,227,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E259C; }

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

This text font color is #5E259C.

Background Color

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

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

This div background color is #5E259C.

Border color

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

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

This div border color is #5E259C.

Opacity

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

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

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

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

This text has shadow with #5E259C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E259C.

Preview

Color preview on black background

This text has color #5E259C on black background.


Color preview on white background

This text has color #5E259C on white background.


Black color preview on #5E259C background

This text has black color on #5E259C background.


White color preview on #5E259C background

This text has white color on #5E259C background.


Related colors

Complementary color

Complementary color for #hex is #A1DA63.


I love getcolorcode.com

Triadic colors

1 #9C5E25 and #259C5E with #5E259C are triadic colors.

2 #9C255E and #255E9C with #5E259C are triadic colors.