COLOR #5B254F

HEX: #5B254F
RGB: (91,37,79)

Color info

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

RGB color model

#5B254F color RGB value is (91,37,79).

  • red value is 91;
  • green value is 37;
  • blue value is 79.
RGB:
(91,37,79)
(36%,15%,31%)

RGB channels and saturation

R 91 of 255 = 36%
G 37 of 255 = 15%
B 79 of 255 = 31%

91
37
79

R + G + B ~ 27%. #5B254F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 37 + 79 = 207 (100%)
R 91 of 207 ~ 43.96%
G 37 of 207 ~ 17.87%
B 79 of 207 ~ 38.16%

%43.96
%17.87
%38.16

CMYK color model

#5B254F color CMYK value is (0,59,13,64).

  • cyan value is 0.00%
  • magenta value is 59.34%
  • yellow value is 13.19%
  • key color value is 64.31%
CMYK:
(0,59,13,64)
C0M59Y13K64 
(0%,59%,13%,64%)
(0.00/0.59/0.13/0.64)	

CMYK percentages

%0
%59.34
%13.19
%64.31

Codes

Color #5B254F in popluar color models

5B254F
RGB913779
HSL313°42.19%25.10%
HSB/HSV313°59.34%35.69%
CMYK0.00%59.34%13.19%
64.31%

Color #5B254F in popluar number systems.

HEX5B254F
Decimal913779
Binary10110111001011001111
Octal13345117

Shades and tints

Shades of #5B254F

#5B254F
(91,37,79)
#532248
(83,34,72)
#4B1F41
(75,31,65)
#431C3A
(67,28,58)
#3B1933
(59,25,51)
#33162C
(51,22,44)
#2B1325
(43,19,37)
#23101E
(35,16,30)
#1B0D17
(27,13,23)
#130A10
(19,10,16)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #5B254F

#5B254F
(91,37,79)
#69385F
(105,56,95)
#774B6F
(119,75,111)
#855E7F
(133,94,127)
#93718F
(147,113,143)
#A1849F
(161,132,159)
#AF97AF
(175,151,175)
#BDAABF
(189,170,191)
#CBBDCF
(203,189,207)
#D9D0DF
(217,208,223)
#E7E3EF
(231,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B254F color. Also use rgb(91,37,79) instead hex code.

Text Font Color

.myTextColor { color: #5B254F; }

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

This text font color is #5B254F.


Background Color

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

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

This div background color is #5B254F.


Border color

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

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

This div border color is #5B254F.


Opacity

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

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

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

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

This text has shadow with #5B254F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B254F on black background.


Color preview on white background

This text has color #5B254F on white background.



Black color preview on #5B254F background

This text has black color on #5B254F background.


White color preview on #5B254F background

This text has white color on #5B254F background.