COLOR #5B135D

HEX: #5B135D
RGB: (91,19,93)

Color info

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

RGB color model

#5B135D color RGB value is (91,19,93).

  • red value is 91;
  • green value is 19;
  • blue value is 93.
RGB:
(91,19,93)
(36%,7%,36%)

RGB channels and saturation

R 91 of 255 = 36%
G 19 of 255 = 7%
B 93 of 255 = 36%

91
19
93

R + G + B ~ 26%. #5B135D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 19 + 93 = 203 (100%)
R 91 of 203 ~ 44.83%
G 19 of 203 ~ 9.36%
B 93 of 203 ~ 45.81%

%44.83
%45.81

CMYK color model

#5B135D color CMYK value is (2,80,0,64).

  • cyan value is 2.15%
  • magenta value is 79.57%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(2,80,0,64)
C2M80Y0K64 
(2%,80%,0%,64%)
(0.02/0.80/0.00/0.64)	

CMYK percentages

%2.15
%79.57
%0
%63.53

Codes

Color #5B135D in popluar color models

5B135D
RGB911993
HSL298°66.07%21.96%
HSB/HSV298°79.57%36.47%
CMYK2.15%79.57%0.00%
63.53%

Color #5B135D in popluar number systems.

HEX5B135D
Decimal911993
Binary1011011100111011101
Octal13323135

Shades and tints

Shades of #5B135D

#5B135D
(91,19,93)
#531255
(83,18,85)
#4B114D
(75,17,77)
#431045
(67,16,69)
#3B0F3D
(59,15,61)
#330E35
(51,14,53)
#2B0D2D
(43,13,45)
#230C25
(35,12,37)
#1B0B1D
(27,11,29)
#130A15
(19,10,21)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #5B135D

#5B135D
(91,19,93)
#69286B
(105,40,107)
#773D79
(119,61,121)
#855287
(133,82,135)
#936795
(147,103,149)
#A17CA3
(161,124,163)
#AF91B1
(175,145,177)
#BDA6BF
(189,166,191)
#CBBBCD
(203,187,205)
#D9D0DB
(217,208,219)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B135D color. Also use rgb(91,19,93) instead hex code.

Text Font Color

.myTextColor { color: #5B135D; }

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

This text font color is #5B135D.


Background Color

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

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

This div background color is #5B135D.


Border color

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

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

This div border color is #5B135D.


Opacity

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

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

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

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

This text has shadow with #5B135D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B135D on black background.


Color preview on white background

This text has color #5B135D on white background.



Black color preview on #5B135D background

This text has black color on #5B135D background.


White color preview on #5B135D background

This text has white color on #5B135D background.