COLOR #5D3364

HEX: #5D3364 RGB: (93,51,100)

Color info

#5D3364 contains red, green and blue colors in about the same proportion. Web safe color of #5D3364 is #663366 (or #636).

RGB color model

#5D3364 color RGB value is (93,51,100).

RGB: (93,51,100) (36%, 20%, 39%)

RGB channels and saturation

R 93 of 255 = 36%
G 51 of 255 = 20%
B 100 of 255 = 39%

93
51
100

R + G + B ~ 32%. #5D3364 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 51 + 100 = 244 (100%)
R 93 of 244 ~ 38.11%
G 51 of 244 ~ 20.9%
B 100 of 244 ~ 40.98'%

%38.11
%20.9
%40.98

CMYK color model

#5D3364 color CMYK value is (7,49,0,61).

  • cyan value is 7.00%
  • magenta value is 49.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (7,49,0,61)
C7M49Y0K61 (7%, 49%, 0%, 61%)
(0.07 / 0.49 / 0.00 / 0.61)

CMYK percentages

%7
%49
%0
%60.78

Codes

Color #5D3364 in popluar color models

5D 33 64
RGB 93 51 100
HSL 291° 32.45% 29.61%
HSB/HSV 291° 49.00% 39.22%
CMYK 7.00% 49.00% 0.00%
60.78%

Color #5D3364 in popluar number systems.

HEX 5D 33 64
Decimal 93 51 100
Binary 1011101 110011 1100100
Octal 135 63 144

Shades and tints

Shades of #5D3364

#5D3364
(93,51,100)
#552F5B
(85,47,91)
#4D2B52
(77,43,82)
#452749
(69,39,73)
#3D2340
(61,35,64)
#351F37
(53,31,55)
#2D1B2E
(45,27,46)
#251725
(37,23,37)
#1D131C
(29,19,28)
#150F13
(21,15,19)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #5D3364

#5D3364
(93,51,100)
#6B4572
(107,69,114)
#795780
(121,87,128)
#87698E
(135,105,142)
#957B9C
(149,123,156)
#A38DAA
(163,141,170)
#B19FB8
(177,159,184)
#BFB1C6
(191,177,198)
#CDC3D4
(205,195,212)
#DBD5E2
(219,213,226)
#E9E7F0
(233,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3364; }

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

This text font color is #5D3364.

Background Color

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

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

This div background color is #5D3364.

Border color

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

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

This div border color is #5D3364.

Opacity

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

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

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

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

This text has shadow with #5D3364 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D3364.

Preview

Color preview on black background

This text has color #5D3364 on black background.


Color preview on white background

This text has color #5D3364 on white background.


Black color preview on #5D3364 background

This text has black color on #5D3364 background.


White color preview on #5D3364 background

This text has white color on #5D3364 background.


Related colors

Complementary color

Complementary color for #hex is #A2CC9B.


I love getcolorcode.com

Triadic colors

1 #645D33 and #33645D with #5D3364 are triadic colors.

2 #64335D and #335D64 with #5D3364 are triadic colors.