COLOR #5D438B

HEX: #5D438B RGB: (93,67,139)

Color info

#5D438B contains mainly red and blue colors. Web safe color of #5D438B is #663399 (or #639).

RGB color model

#5D438B color RGB value is (93,67,139).

RGB: (93,67,139) (36%, 26%, 55%)

RGB channels and saturation

R 93 of 255 = 36%
G 67 of 255 = 26%
B 139 of 255 = 55%

93
67
139

R + G + B ~ 39%. #5D438B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 67 + 139 = 299 (100%)
R 93 of 299 ~ 31.1%
G 67 of 299 ~ 22.41%
B 139 of 299 ~ 46.49'%

%31.1
%22.41
%46.49

CMYK color model

#5D438B color CMYK value is (33,52,0,45).

  • cyan value is 33.09%
  • magenta value is 51.80%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (33,52,0,45)
C33M52Y0K45 (33%, 52%, 0%, 45%)
(0.33 / 0.52 / 0.00 / 0.45)

CMYK percentages

%33.09
%51.8
%0
%45.49

Codes

Color #5D438B in popluar color models

5D 43 8B
RGB 93 67 139
HSL 262° 34.95% 40.39%
HSB/HSV 262° 51.80% 54.51%
CMYK 33.09% 51.80% 0.00%
45.49%

Color #5D438B in popluar number systems.

HEX 5D 43 8B
Decimal 93 67 139
Binary 1011101 1000011 10001011
Octal 135 103 213

Shades and tints

Shades of #5D438B

#5D438B
(93,67,139)
#553D7F
(85,61,127)
#4D3773
(77,55,115)
#453167
(69,49,103)
#3D2B5B
(61,43,91)
#35254F
(53,37,79)
#2D1F43
(45,31,67)
#251937
(37,25,55)
#1D132B
(29,19,43)
#150D1F
(21,13,31)
#0D0713
(13,7,19)
#000000
(0,0,0)

Tints of #5D438B

#5D438B
(93,67,139)
#6B5495
(107,84,149)
#79659F
(121,101,159)
#8776A9
(135,118,169)
#9587B3
(149,135,179)
#A398BD
(163,152,189)
#B1A9C7
(177,169,199)
#BFBAD1
(191,186,209)
#CDCBDB
(205,203,219)
#DBDCE5
(219,220,229)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D438B; }

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

This text font color is #5D438B.

Background Color

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

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

This div background color is #5D438B.

Border color

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

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

This div border color is #5D438B.

Opacity

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

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

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

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

This text has shadow with #5D438B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D438B.

Preview

Color preview on black background

This text has color #5D438B on black background.


Color preview on white background

This text has color #5D438B on white background.


Black color preview on #5D438B background

This text has black color on #5D438B background.


White color preview on #5D438B background

This text has white color on #5D438B background.


Related colors

Complementary color

Complementary color for #hex is #A2BC74.


I love getcolorcode.com

Triadic colors

1 #8B5D43 and #438B5D with #5D438B are triadic colors.

2 #8B435D and #435D8B with #5D438B are triadic colors.