COLOR #5D057B

HEX: #5D057B
RGB: (93,5,123)

Color info

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

RGB color model

#5D057B color RGB value is (93,5,123).

  • red value is 93;
  • green value is 5;
  • blue value is 123.
RGB:
(93,5,123)
(36%,2%,48%)

RGB channels and saturation

R 93 of 255 = 36%
G 5 of 255 = 2%
B 123 of 255 = 48%

93
5
123

R + G + B ~ 29%. #5D057B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 5 + 123 = 221 (100%)
R 93 of 221 ~ 42.08%
G 5 of 221 ~ 2.26%
B 123 of 221 ~ 55.66%

%42.08
%55.66

CMYK color model

#5D057B color CMYK value is (24,96,0,52).

  • cyan value is 24.39%
  • magenta value is 95.93%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(24,96,0,52)
C24M96Y0K52 
(24%,96%,0%,52%)
(0.24/0.96/0.00/0.52)	

CMYK percentages

%24.39
%95.93
%0
%51.76

Codes

Color #5D057B in popluar color models

5D057B
RGB935123
HSL285°92.19%25.10%
HSB/HSV285°95.93%48.24%
CMYK24.39%95.93%0.00%
51.76%

Color #5D057B in popluar number systems.

HEX5D057B
Decimal935123
Binary10111011011111011
Octal1355173

Shades and tints

Shades of #5D057B

#5D057B
(93,5,123)
#550570
(85,5,112)
#4D0565
(77,5,101)
#45055A
(69,5,90)
#3D054F
(61,5,79)
#350544
(53,5,68)
#2D0539
(45,5,57)
#25052E
(37,5,46)
#1D0523
(29,5,35)
#150518
(21,5,24)
#0D050D
(13,5,13)
#000000
(0,0,0)

Tints of #5D057B

#5D057B
(93,5,123)
#6B1B87
(107,27,135)
#793193
(121,49,147)
#87479F
(135,71,159)
#955DAB
(149,93,171)
#A373B7
(163,115,183)
#B189C3
(177,137,195)
#BF9FCF
(191,159,207)
#CDB5DB
(205,181,219)
#DBCBE7
(219,203,231)
#E9E1F3
(233,225,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D057B; }

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

This text font color is #5D057B.


Background Color

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

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

This div background color is #5D057B.


Border color

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

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

This div border color is #5D057B.


Opacity

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

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

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

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

This text has shadow with #5D057B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D057B on black background.


Color preview on white background

This text has color #5D057B on white background.



Black color preview on #5D057B background

This text has black color on #5D057B background.


White color preview on #5D057B background

This text has white color on #5D057B background.