COLOR #5B025B

HEX: #5B025B
RGB: (91,2,91)

Color info

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

RGB color model

#5B025B color RGB value is (91,2,91).

  • red value is 91;
  • green value is 2;
  • blue value is 91.
RGB:
(91,2,91)
(36%,1%,36%)

RGB channels and saturation

R 91 of 255 = 36%
G 2 of 255 = 1%
B 91 of 255 = 36%

91
2
91

R + G + B ~ 24%. #5B025B is dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 2 + 91 = 184 (100%)
R 91 of 184 ~ 49.46%
G 2 of 184 ~ 1.09%
B 91 of 184 ~ 49.46%

%49.46
%49.46

CMYK color model

#5B025B color CMYK value is (0,98,0,64).

  • cyan value is 0.00%
  • magenta value is 97.80%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(0,98,0,64)
C0M98Y0K64 
(0%,98%,0%,64%)
(0.00/0.98/0.00/0.64)	

CMYK percentages

%0
%97.8
%0
%64.31

Codes

Color #5B025B in popluar color models

5B025B
RGB91291
HSL300°95.70%18.24%
HSB/HSV300°97.80%35.69%
CMYK0.00%97.80%0.00%
64.31%

Color #5B025B in popluar number systems.

HEX5B025B
Decimal91291
Binary1011011101011011
Octal1332133

Shades and tints

Shades of #5B025B

#5B025B
(91,2,91)
#530253
(83,2,83)
#4B024B
(75,2,75)
#430243
(67,2,67)
#3B023B
(59,2,59)
#330233
(51,2,51)
#2B022B
(43,2,43)
#230223
(35,2,35)
#1B021B
(27,2,27)
#130213
(19,2,19)
#0B020B
(11,2,11)
#000000
(0,0,0)

Tints of #5B025B

#5B025B
(91,2,91)
#691969
(105,25,105)
#773077
(119,48,119)
#854785
(133,71,133)
#935E93
(147,94,147)
#A175A1
(161,117,161)
#AF8CAF
(175,140,175)
#BDA3BD
(189,163,189)
#CBBACB
(203,186,203)
#D9D1D9
(217,209,217)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B025B; }

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

This text font color is #5B025B.


Background Color

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

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

This div background color is #5B025B.


Border color

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

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

This div border color is #5B025B.


Opacity

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

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

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

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

This text has shadow with #5B025B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B025B on black background.


Color preview on white background

This text has color #5B025B on white background.



Black color preview on #5B025B background

This text has black color on #5B025B background.


White color preview on #5B025B background

This text has white color on #5B025B background.