COLOR #5D469A

HEX: #5D469A RGB: (93,70,154)

Color info

#5D469A contains mainly blue color. Web safe color of #5D469A is #663399 (or #639).

RGB color model

#5D469A color RGB value is (93,70,154).

RGB: (93,70,154) (36%, 27%, 60%)

RGB channels and saturation

R 93 of 255 = 36%
G 70 of 255 = 27%
B 154 of 255 = 60%

93
70
154

R + G + B ~ 41%. #5D469A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 93 + 70 + 154 = 317 (100%)
R 93 of 317 ~ 29.34%
G 70 of 317 ~ 22.08%
B 154 of 317 ~ 48.58'%

%29.34
%22.08
%48.58

CMYK color model

#5D469A color CMYK value is (40,55,0,40).

  • cyan value is 39.61%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (40,55,0,40)
C40M55Y0K40 (40%, 55%, 0%, 40%)
(0.40 / 0.55 / 0.00 / 0.40)

CMYK percentages

%39.61
%54.55
%0
%39.61

Codes

Color #5D469A in popluar color models

5D 46 9A
RGB 93 70 154
HSL 256° 37.50% 43.92%
HSB/HSV 256° 54.55% 60.39%
CMYK 39.61% 54.55% 0.00%
39.61%

Color #5D469A in popluar number systems.

HEX 5D 46 9A
Decimal 93 70 154
Binary 1011101 1000110 10011010
Octal 135 106 232

Shades and tints

Shades of #5D469A

#5D469A
(93,70,154)
#55408C
(85,64,140)
#4D3A7E
(77,58,126)
#453470
(69,52,112)
#3D2E62
(61,46,98)
#352854
(53,40,84)
#2D2246
(45,34,70)
#251C38
(37,28,56)
#1D162A
(29,22,42)
#15101C
(21,16,28)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #5D469A

#5D469A
(93,70,154)
#6B56A3
(107,86,163)
#7966AC
(121,102,172)
#8776B5
(135,118,181)
#9586BE
(149,134,190)
#A396C7
(163,150,199)
#B1A6D0
(177,166,208)
#BFB6D9
(191,182,217)
#CDC6E2
(205,198,226)
#DBD6EB
(219,214,235)
#E9E6F4
(233,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D469A color. Also use rgb(93,70,154) instead hex code.

Text Font Color

.myTextColor { color: #5D469A; }

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

This text font color is #5D469A.

Background Color

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

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

This div background color is #5D469A.

Border color

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

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

This div border color is #5D469A.

Opacity

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

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

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

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

This text has shadow with #5D469A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D469A.

Preview

Color preview on black background

This text has color #5D469A on black background.


Color preview on white background

This text has color #5D469A on white background.


Black color preview on #5D469A background

This text has black color on #5D469A background.


White color preview on #5D469A background

This text has white color on #5D469A background.


Related colors

Complementary color

Complementary color for #hex is #A2B965.


I love getcolorcode.com

Triadic colors

1 #9A5D46 and #469A5D with #5D469A are triadic colors.

2 #9A465D and #465D9A with #5D469A are triadic colors.