COLOR #5D387B

HEX: #5D387B RGB: (93,56,123)

Color info

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

RGB color model

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

RGB: (93,56,123) (36%, 22%, 48%)

RGB channels and saturation

R 93 of 255 = 36%
G 56 of 255 = 22%
B 123 of 255 = 48%

93
56
123

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

Portions of RGB colors in percentages

R + G + B = 93 + 56 + 123 = 272 (100%)
R 93 of 272 ~ 34.19%
G 56 of 272 ~ 20.59%
B 123 of 272 ~ 45.22'%

%34.19
%20.59
%45.22

CMYK color model

#5D387B color CMYK value is (24,54,0,52).

  • cyan value is 24.39%
  • magenta value is 54.47%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (24,54,0,52) C24M54Y0K52 (24%,54%,0%,52%) (0.24/0.54/0.00/0.52) 

CMYK percentages

%24.39
%54.47
%0
%51.76

Codes

Color #5D387B in popluar color models

5D 38 7B
RGB 93 56 123
HSL 273° 37.43% 35.10%
HSB/HSV 273° 54.47% 48.24%
CMYK 24.39% 54.47% 0.00%
51.76%

Color #5D387B in popluar number systems.

HEX 5D 38 7B
Decimal 93 56 123
Binary 1011101 111000 1111011
Octal 135 70 173

Shades and tints

Shades of #5D387B

#5D387B
(93,56,123)
#553370
(85,51,112)
#4D2E65
(77,46,101)
#45295A
(69,41,90)
#3D244F
(61,36,79)
#351F44
(53,31,68)
#2D1A39
(45,26,57)
#25152E
(37,21,46)
#1D1023
(29,16,35)
#150B18
(21,11,24)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #5D387B

#5D387B
(93,56,123)
#6B4A87
(107,74,135)
#795C93
(121,92,147)
#876E9F
(135,110,159)
#9580AB
(149,128,171)
#A392B7
(163,146,183)
#B1A4C3
(177,164,195)
#BFB6CF
(191,182,207)
#CDC8DB
(205,200,219)
#DBDAE7
(219,218,231)
#E9ECF3
(233,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D387B; }

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

This text font color is #5D387B.

Background Color

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

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

This div background color is #5D387B.

Border color

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

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

This div border color is #5D387B.

Opacity

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

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

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

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

This text has shadow with #5D387B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D387B.

Preview

Color preview on black background

This text has color #5D387B on black background.


Color preview on white background

This text has color #5D387B on white background.


Black color preview on #5D387B background

This text has black color on #5D387B background.


White color preview on #5D387B background

This text has white color on #5D387B background.


Related colors

Complementary color

Complementary color for #hex is #A2C784.


I love getcolorcode.com

Triadic colors

1 #7B5D38 and #387B5D with #5D387B are triadic colors.

2 #7B385D and #385D7B with #5D387B are triadic colors.