COLOR #5D337B

HEX: #5D337B
RGB: (93,51,123)

Color info

#5D337B contains mainly red and blue colors. Web safe color of #5D337B is #663366 (or #636).

RGB color model

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

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

RGB channels and saturation

R 93 of 255 = 36%
G 51 of 255 = 20%
B 123 of 255 = 48%

93
51
123

R + G + B ~ 35%. #5D337B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 51 + 123 = 267 (100%)
R 93 of 267 ~ 34.83%
G 51 of 267 ~ 19.1%
B 123 of 267 ~ 46.07%

%34.83
%19.1
%46.07

CMYK color model

#5D337B color CMYK value is (24,59,0,52).

  • cyan value is 24.39%
  • magenta value is 58.54%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(24,59,0,52)
C24M59Y0K52 
(24%,59%,0%,52%)
(0.24/0.59/0.00/0.52)	

CMYK percentages

%24.39
%58.54
%0
%51.76

Codes

Color #5D337B in popluar color models

5D337B
RGB9351123
HSL275°41.38%34.12%
HSB/HSV275°58.54%48.24%
CMYK24.39%58.54%0.00%
51.76%

Color #5D337B in popluar number systems.

HEX5D337B
Decimal9351123
Binary10111011100111111011
Octal13563173

Shades and tints

Shades of #5D337B

#5D337B
(93,51,123)
#552F70
(85,47,112)
#4D2B65
(77,43,101)
#45275A
(69,39,90)
#3D234F
(61,35,79)
#351F44
(53,31,68)
#2D1B39
(45,27,57)
#25172E
(37,23,46)
#1D1323
(29,19,35)
#150F18
(21,15,24)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #5D337B

#5D337B
(93,51,123)
#6B4587
(107,69,135)
#795793
(121,87,147)
#87699F
(135,105,159)
#957BAB
(149,123,171)
#A38DB7
(163,141,183)
#B19FC3
(177,159,195)
#BFB1CF
(191,177,207)
#CDC3DB
(205,195,219)
#DBD5E7
(219,213,231)
#E9E7F3
(233,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D337B; }

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

This text font color is #5D337B.


Background Color

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

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

This div background color is #5D337B.


Border color

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

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

This div border color is #5D337B.


Opacity

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

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

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

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

This text has shadow with #5D337B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D337B on black background.


Color preview on white background

This text has color #5D337B on white background.



Black color preview on #5D337B background

This text has black color on #5D337B background.


White color preview on #5D337B background

This text has white color on #5D337B background.