COLOR #5D427E

HEX: #5D427E RGB: (93,66,126)

Color info

#5D427E contains mainly red and blue colors. Web safe color of #5D427E is #663366 (or #636).

RGB color model

#5D427E color RGB value is (93,66,126).

RGB: (93,66,126) (36%, 26%, 49%)

RGB channels and saturation

R 93 of 255 = 36%
G 66 of 255 = 26%
B 126 of 255 = 49%

93
66
126

R + G + B ~ 37%. #5D427E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 66 + 126 = 285 (100%)
R 93 of 285 ~ 32.63%
G 66 of 285 ~ 23.16%
B 126 of 285 ~ 44.21'%

%32.63
%23.16
%44.21

CMYK color model

#5D427E color CMYK value is (26,48,0,51).

  • cyan value is 26.19%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (26,48,0,51)
C26M48Y0K51 (26%, 48%, 0%, 51%)
(0.26 / 0.48 / 0.00 / 0.51)

CMYK percentages

%26.19
%47.62
%0
%50.59

Codes

Color #5D427E in popluar color models

5D 42 7E
RGB 93 66 126
HSL 267° 31.25% 37.65%
HSB/HSV 267° 47.62% 49.41%
CMYK 26.19% 47.62% 0.00%
50.59%

Color #5D427E in popluar number systems.

HEX 5D 42 7E
Decimal 93 66 126
Binary 1011101 1000010 1111110
Octal 135 102 176

Shades and tints

Shades of #5D427E

#5D427E
(93,66,126)
#553C73
(85,60,115)
#4D3668
(77,54,104)
#45305D
(69,48,93)
#3D2A52
(61,42,82)
#352447
(53,36,71)
#2D1E3C
(45,30,60)
#251831
(37,24,49)
#1D1226
(29,18,38)
#150C1B
(21,12,27)
#0D0610
(13,6,16)
#000000
(0,0,0)

Tints of #5D427E

#5D427E
(93,66,126)
#6B5389
(107,83,137)
#796494
(121,100,148)
#87759F
(135,117,159)
#9586AA
(149,134,170)
#A397B5
(163,151,181)
#B1A8C0
(177,168,192)
#BFB9CB
(191,185,203)
#CDCAD6
(205,202,214)
#DBDBE1
(219,219,225)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D427E; }

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

This text font color is #5D427E.

Background Color

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

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

This div background color is #5D427E.

Border color

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

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

This div border color is #5D427E.

Opacity

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

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

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

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

This text has shadow with #5D427E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D427E.

Preview

Color preview on black background

This text has color #5D427E on black background.


Color preview on white background

This text has color #5D427E on white background.


Black color preview on #5D427E background

This text has black color on #5D427E background.


White color preview on #5D427E background

This text has white color on #5D427E background.


Related colors

Complementary color

Complementary color for #hex is #A2BD81.


I love getcolorcode.com

Triadic colors

1 #7E5D42 and #427E5D with #5D427E are triadic colors.

2 #7E425D and #425D7E with #5D427E are triadic colors.