COLOR #5B0060

HEX: #5B0060 RGB: (91,0,96)

Color info

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

RGB color model

#5B0060 color RGB value is (91,0,96).

RGB: (91,0,96) (36%, 0%, 38%)

RGB channels and saturation

R 91 of 255 = 36%
G 0 of 255 = 0%
B 96 of 255 = 38%

91
0
96

R + G + B ~ 25%. #5B0060 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 0 + 96 = 187 (100%)
R 91 of 187 ~ 48.66%
G 0 of 187 ~ 0%
B 96 of 187 ~ 51.34'%

%48.66
%51.34

CMYK color model

#5B0060 color CMYK value is (5,100,0,62).

  • cyan value is 5.21%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (5,100,0,62)
C5M100Y0K62 (5%, 100%, 0%, 62%)
(0.05 / 1.00 / 0.00 / 0.62)

CMYK percentages

%5.21
%100
%0
%62.35

Codes

Color #5B0060 in popluar color models

5B 00 60
RGB 91 0 96
HSL 297° 100.00% 18.82%
HSB/HSV 297° 100.00% 37.65%
CMYK 5.21% 100.00% 0.00%
62.35%

Color #5B0060 in popluar number systems.

HEX 5B 00 60
Decimal 91 0 96
Binary 1011011 0 1100000
Octal 133 0 140

Shades and tints

Shades of #5B0060

#5B0060
(91,0,96)
#530058
(83,0,88)
#4B0050
(75,0,80)
#430048
(67,0,72)
#3B0040
(59,0,64)
#330038
(51,0,56)
#2B0030
(43,0,48)
#230028
(35,0,40)
#1B0020
(27,0,32)
#130018
(19,0,24)
#0B0010
(11,0,16)
#000000
(0,0,0)

Tints of #5B0060

#5B0060
(91,0,96)
#69176E
(105,23,110)
#772E7C
(119,46,124)
#85458A
(133,69,138)
#935C98
(147,92,152)
#A173A6
(161,115,166)
#AF8AB4
(175,138,180)
#BDA1C2
(189,161,194)
#CBB8D0
(203,184,208)
#D9CFDE
(217,207,222)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B0060; }

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

This text font color is #5B0060.

Background Color

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

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

This div background color is #5B0060.

Border color

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

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

This div border color is #5B0060.

Opacity

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

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

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

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

This text has shadow with #5B0060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B0060.

Preview

Color preview on black background

This text has color #5B0060 on black background.


Color preview on white background

This text has color #5B0060 on white background.


Black color preview on #5B0060 background

This text has black color on #5B0060 background.


White color preview on #5B0060 background

This text has white color on #5B0060 background.


Related colors

Complementary color

Complementary color for #hex is #A4FF9F.


I love getcolorcode.com

Triadic colors

1 #605B00 and #00605B with #5B0060 are triadic colors.

2 #60005B and #005B60 with #5B0060 are triadic colors.