COLOR #5B0258

HEX: #5B0258
RGB: (91,2,88)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

91
2
88

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

Portions of RGB colors in percentages

R + G + B =
91 + 2 + 88 = 181 (100%)
R 91 of 181 ~ 50.28%
G 2 of 181 ~ 1.1%
B 88 of 181 ~ 48.62%

%50.28
%48.62

CMYK color model

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

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

CMYK percentages

%0
%97.8
%3.3
%64.31

Codes

Color #5B0258 in popluar color models

5B0258
RGB91288
HSL302°95.70%18.24%
HSB/HSV302°97.80%35.69%
CMYK0.00%97.80%3.30%
64.31%

Color #5B0258 in popluar number systems.

HEX5B0258
Decimal91288
Binary1011011101011000
Octal1332130

Shades and tints

Shades of #5B0258

#5B0258
(91,2,88)
#530250
(83,2,80)
#4B0248
(75,2,72)
#430240
(67,2,64)
#3B0238
(59,2,56)
#330230
(51,2,48)
#2B0228
(43,2,40)
#230220
(35,2,32)
#1B0218
(27,2,24)
#130210
(19,2,16)
#0B0208
(11,2,8)
#000000
(0,0,0)

Tints of #5B0258

#5B0258
(91,2,88)
#691967
(105,25,103)
#773076
(119,48,118)
#854785
(133,71,133)
#935E94
(147,94,148)
#A175A3
(161,117,163)
#AF8CB2
(175,140,178)
#BDA3C1
(189,163,193)
#CBBAD0
(203,186,208)
#D9D1DF
(217,209,223)
#E7E8EE
(231,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B0258; }

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

This text font color is #5B0258.


Background Color

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

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

This div background color is #5B0258.


Border color

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

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

This div border color is #5B0258.


Opacity

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

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

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

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

This text has shadow with #5B0258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B0258 on black background.


Color preview on white background

This text has color #5B0258 on white background.



Black color preview on #5B0258 background

This text has black color on #5B0258 background.


White color preview on #5B0258 background

This text has white color on #5B0258 background.