COLOR #5D4860

HEX: #5D4860 RGB: (93,72,96)

Color info

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

RGB color model

#5D4860 color RGB value is (93,72,96).

RGB: (93,72,96) (36%, 28%, 38%)

RGB channels and saturation

R 93 of 255 = 36%
G 72 of 255 = 28%
B 96 of 255 = 38%

93
72
96

R + G + B ~ 34%. #5D4860 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 72 + 96 = 261 (100%)
R 93 of 261 ~ 35.63%
G 72 of 261 ~ 27.59%
B 96 of 261 ~ 36.78'%

%35.63
%27.59
%36.78

CMYK color model

#5D4860 color CMYK value is (3,25,0,62).

  • cyan value is 3.12%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (3,25,0,62)
C3M25Y0K62 (3%, 25%, 0%, 62%)
(0.03 / 0.25 / 0.00 / 0.62)

CMYK percentages

%3.12
%25
%0
%62.35

Codes

Color #5D4860 in popluar color models

5D 48 60
RGB 93 72 96
HSL 293° 14.29% 32.94%
HSB/HSV 293° 25.00% 37.65%
CMYK 3.12% 25.00% 0.00%
62.35%

Color #5D4860 in popluar number systems.

HEX 5D 48 60
Decimal 93 72 96
Binary 1011101 1001000 1100000
Octal 135 110 140

Shades and tints

Shades of #5D4860

#5D4860
(93,72,96)
#554258
(85,66,88)
#4D3C50
(77,60,80)
#453648
(69,54,72)
#3D3040
(61,48,64)
#352A38
(53,42,56)
#2D2430
(45,36,48)
#251E28
(37,30,40)
#1D1820
(29,24,32)
#151218
(21,18,24)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #5D4860

#5D4860
(93,72,96)
#6B586E
(107,88,110)
#79687C
(121,104,124)
#87788A
(135,120,138)
#958898
(149,136,152)
#A398A6
(163,152,166)
#B1A8B4
(177,168,180)
#BFB8C2
(191,184,194)
#CDC8D0
(205,200,208)
#DBD8DE
(219,216,222)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4860 color. Also use rgb(93,72,96) instead hex code.

Text Font Color

.myTextColor { color: #5D4860; }

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

This text font color is #5D4860.

Background Color

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

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

This div background color is #5D4860.

Border color

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

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

This div border color is #5D4860.

Opacity

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

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

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

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

This text has shadow with #5D4860 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D4860.

Preview

Color preview on black background

This text has color #5D4860 on black background.


Color preview on white background

This text has color #5D4860 on white background.


Black color preview on #5D4860 background

This text has black color on #5D4860 background.


White color preview on #5D4860 background

This text has white color on #5D4860 background.


Related colors

Complementary color

Complementary color for #hex is #A2B79F.


I love getcolorcode.com

Triadic colors

1 #605D48 and #48605D with #5D4860 are triadic colors.

2 #60485D and #485D60 with #5D4860 are triadic colors.