COLOR #5D438C

HEX: #5D438C RGB: (93,67,140)

Color info

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

RGB color model

#5D438C color RGB value is (93,67,140).

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

RGB channels and saturation

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

93
67
140

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

Portions of RGB colors in percentages

R + G + B = 93 + 67 + 140 = 300 (100%)
R 93 of 300 ~ 31%
G 67 of 300 ~ 22.33%
B 140 of 300 ~ 46.67'%

%31
%22.33
%46.67

CMYK color model

#5D438C color CMYK value is (34,52,0,45).

  • cyan value is 33.57%
  • magenta value is 52.14%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (34,52,0,45)
C34M52Y0K45 (34%, 52%, 0%, 45%)
(0.34 / 0.52 / 0.00 / 0.45)

CMYK percentages

%33.57
%52.14
%0
%45.1

Codes

Color #5D438C in popluar color models

5D 43 8C
RGB 93 67 140
HSL 261° 35.27% 40.59%
HSB/HSV 261° 52.14% 54.90%
CMYK 33.57% 52.14% 0.00%
45.10%

Color #5D438C in popluar number systems.

HEX 5D 43 8C
Decimal 93 67 140
Binary 1011101 1000011 10001100
Octal 135 103 214

Shades and tints

Shades of #5D438C

#5D438C
(93,67,140)
#553D80
(85,61,128)
#4D3774
(77,55,116)
#453168
(69,49,104)
#3D2B5C
(61,43,92)
#352550
(53,37,80)
#2D1F44
(45,31,68)
#251938
(37,25,56)
#1D132C
(29,19,44)
#150D20
(21,13,32)
#0D0714
(13,7,20)
#000000
(0,0,0)

Tints of #5D438C

#5D438C
(93,67,140)
#6B5496
(107,84,150)
#7965A0
(121,101,160)
#8776AA
(135,118,170)
#9587B4
(149,135,180)
#A398BE
(163,152,190)
#B1A9C8
(177,169,200)
#BFBAD2
(191,186,210)
#CDCBDC
(205,203,220)
#DBDCE6
(219,220,230)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D438C; }

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

This text font color is #5D438C.

Background Color

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

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

This div background color is #5D438C.

Border color

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

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

This div border color is #5D438C.

Opacity

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

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

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

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

This text has shadow with #5D438C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D438C.

Preview

Color preview on black background

This text has color #5D438C on black background.


Color preview on white background

This text has color #5D438C on white background.


Black color preview on #5D438C background

This text has black color on #5D438C background.


White color preview on #5D438C background

This text has white color on #5D438C background.


Related colors

Complementary color

Complementary color for #hex is #A2BC73.


I love getcolorcode.com

Triadic colors

1 #8C5D43 and #438C5D with #5D438C are triadic colors.

2 #8C435D and #435D8C with #5D438C are triadic colors.