COLOR #5D426F

HEX: #5D426F RGB: (93,66,111)

Color info

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

RGB color model

#5D426F color RGB value is (93,66,111).

RGB: (93,66,111) (36%, 26%, 44%)

RGB channels and saturation

R 93 of 255 = 36%
G 66 of 255 = 26%
B 111 of 255 = 44%

93
66
111

R + G + B ~ 35%. #5D426F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 66 + 111 = 270 (100%)
R 93 of 270 ~ 34.44%
G 66 of 270 ~ 24.44%
B 111 of 270 ~ 41.11'%

%34.44
%24.44
%41.11

CMYK color model

#5D426F color CMYK value is (16,41,0,56).

  • cyan value is 16.22%
  • magenta value is 40.54%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (16,41,0,56)
C16M41Y0K56 (16%, 41%, 0%, 56%)
(0.16 / 0.41 / 0.00 / 0.56)

CMYK percentages

%16.22
%40.54
%0
%56.47

Codes

Color #5D426F in popluar color models

5D 42 6F
RGB 93 66 111
HSL 276° 25.42% 34.71%
HSB/HSV 276° 40.54% 43.53%
CMYK 16.22% 40.54% 0.00%
56.47%

Color #5D426F in popluar number systems.

HEX 5D 42 6F
Decimal 93 66 111
Binary 1011101 1000010 1101111
Octal 135 102 157

Shades and tints

Shades of #5D426F

#5D426F
(93,66,111)
#553C65
(85,60,101)
#4D365B
(77,54,91)
#453051
(69,48,81)
#3D2A47
(61,42,71)
#35243D
(53,36,61)
#2D1E33
(45,30,51)
#251829
(37,24,41)
#1D121F
(29,18,31)
#150C15
(21,12,21)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #5D426F

#5D426F
(93,66,111)
#6B537C
(107,83,124)
#796489
(121,100,137)
#877596
(135,117,150)
#9586A3
(149,134,163)
#A397B0
(163,151,176)
#B1A8BD
(177,168,189)
#BFB9CA
(191,185,202)
#CDCAD7
(205,202,215)
#DBDBE4
(219,219,228)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D426F color. Also use rgb(93,66,111) instead hex code.

Text Font Color

.myTextColor { color: #5D426F; }

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

This text font color is #5D426F.

Background Color

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

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

This div background color is #5D426F.

Border color

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

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

This div border color is #5D426F.

Opacity

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

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

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

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

This text has shadow with #5D426F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D426F.

Preview

Color preview on black background

This text has color #5D426F on black background.


Color preview on white background

This text has color #5D426F on white background.


Black color preview on #5D426F background

This text has black color on #5D426F background.


White color preview on #5D426F background

This text has white color on #5D426F background.


Related colors

Complementary color

Complementary color for #hex is #A2BD90.


I love getcolorcode.com

Triadic colors

1 #6F5D42 and #426F5D with #5D426F are triadic colors.

2 #6F425D and #425D6F with #5D426F are triadic colors.