COLOR #5B1F6A

HEX: #5B1F6A
RGB: (91,31,106)

Color info

#5B1F6A contains mainly red and blue colors. Web safe color of #5B1F6A is #663366 (or #636).

RGB color model

#5B1F6A color RGB value is (91,31,106).

  • red value is 91;
  • green value is 31;
  • blue value is 106.
RGB:
(91,31,106)
(36%,12%,42%)

RGB channels and saturation

R 91 of 255 = 36%
G 31 of 255 = 12%
B 106 of 255 = 42%

91
31
106

R + G + B ~ 30%. #5B1F6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 31 + 106 = 228 (100%)
R 91 of 228 ~ 39.91%
G 31 of 228 ~ 13.6%
B 106 of 228 ~ 46.49%

%39.91
%13.6
%46.49

CMYK color model

#5B1F6A color CMYK value is (14,71,0,58).

  • cyan value is 14.15%
  • magenta value is 70.75%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(14,71,0,58)
C14M71Y0K58 
(14%,71%,0%,58%)
(0.14/0.71/0.00/0.58)	

CMYK percentages

%14.15
%70.75
%0
%58.43

Codes

Color #5B1F6A in popluar color models

5B1F6A
RGB9131106
HSL288°54.74%26.86%
HSB/HSV288°70.75%41.57%
CMYK14.15%70.75%0.00%
58.43%

Color #5B1F6A in popluar number systems.

HEX5B1F6A
Decimal9131106
Binary1011011111111101010
Octal13337152

Shades and tints

Shades of #5B1F6A

#5B1F6A
(91,31,106)
#531D61
(83,29,97)
#4B1B58
(75,27,88)
#43194F
(67,25,79)
#3B1746
(59,23,70)
#33153D
(51,21,61)
#2B1334
(43,19,52)
#23112B
(35,17,43)
#1B0F22
(27,15,34)
#130D19
(19,13,25)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #5B1F6A

#5B1F6A
(91,31,106)
#693377
(105,51,119)
#774784
(119,71,132)
#855B91
(133,91,145)
#936F9E
(147,111,158)
#A183AB
(161,131,171)
#AF97B8
(175,151,184)
#BDABC5
(189,171,197)
#CBBFD2
(203,191,210)
#D9D3DF
(217,211,223)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B1F6A color. Also use rgb(91,31,106) instead hex code.

Text Font Color

.myTextColor { color: #5B1F6A; }

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

This text font color is #5B1F6A.


Background Color

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

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

This div background color is #5B1F6A.


Border color

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

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

This div border color is #5B1F6A.


Opacity

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

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

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

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

This text has shadow with #5B1F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B1F6A on black background.


Color preview on white background

This text has color #5B1F6A on white background.



Black color preview on #5B1F6A background

This text has black color on #5B1F6A background.


White color preview on #5B1F6A background

This text has white color on #5B1F6A background.