COLOR #5D365B

HEX: #5D365B RGB: (93,54,91)

Color info

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

RGB color model

#5D365B color RGB value is (93,54,91).

RGB: (93,54,91) (36%, 21%, 36%)

RGB channels and saturation

R 93 of 255 = 36%
G 54 of 255 = 21%
B 91 of 255 = 36%

93
54
91

R + G + B ~ 31%. #5D365B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 54 + 91 = 238 (100%)
R 93 of 238 ~ 39.08%
G 54 of 238 ~ 22.69%
B 91 of 238 ~ 38.24'%

%39.08
%22.69
%38.24

CMYK color model

#5D365B color CMYK value is (0,42,2,64).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 2.15%
  • key color value is 63.53%

CMYK: (0,42,2,64)
C0M42Y2K64 (0%, 42%, 2%, 64%)
(0.00 / 0.42 / 0.02 / 0.64)

CMYK percentages

%0
%41.94
%2.15
%63.53

Codes

Color #5D365B in popluar color models

5D 36 5B
RGB 93 54 91
HSL 303° 26.53% 28.82%
HSB/HSV 303° 41.94% 36.47%
CMYK 0.00% 41.94% 2.15%
63.53%

Color #5D365B in popluar number systems.

HEX 5D 36 5B
Decimal 93 54 91
Binary 1011101 110110 1011011
Octal 135 66 133

Shades and tints

Shades of #5D365B

#5D365B
(93,54,91)
#553253
(85,50,83)
#4D2E4B
(77,46,75)
#452A43
(69,42,67)
#3D263B
(61,38,59)
#352233
(53,34,51)
#2D1E2B
(45,30,43)
#251A23
(37,26,35)
#1D161B
(29,22,27)
#151213
(21,18,19)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #5D365B

#5D365B
(93,54,91)
#6B4869
(107,72,105)
#795A77
(121,90,119)
#876C85
(135,108,133)
#957E93
(149,126,147)
#A390A1
(163,144,161)
#B1A2AF
(177,162,175)
#BFB4BD
(191,180,189)
#CDC6CB
(205,198,203)
#DBD8D9
(219,216,217)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D365B color. Also use rgb(93,54,91) instead hex code.

Text Font Color

.myTextColor { color: #5D365B; }

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

This text font color is #5D365B.

Background Color

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

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

This div background color is #5D365B.

Border color

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

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

This div border color is #5D365B.

Opacity

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

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

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

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

This text has shadow with #5D365B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D365B.

Preview

Color preview on black background

This text has color #5D365B on black background.


Color preview on white background

This text has color #5D365B on white background.


Black color preview on #5D365B background

This text has black color on #5D365B background.


White color preview on #5D365B background

This text has white color on #5D365B background.


Related colors

Complementary color

Complementary color for #hex is #A2C9A4.


I love getcolorcode.com

Triadic colors

1 #5B5D36 and #365B5D with #5D365B are triadic colors.

2 #5B365D and #365D5B with #5D365B are triadic colors.