COLOR #5D429A

HEX: #5D429A
RGB: (93,66,154)

Color info

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

RGB color model

#5D429A color RGB value is (93,66,154).

  • red value is 93;
  • green value is 66;
  • blue value is 154.
RGB:
(93,66,154)
(36%,26%,60%)

RGB channels and saturation

R 93 of 255 = 36%
G 66 of 255 = 26%
B 154 of 255 = 60%

93
66
154

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

Portions of RGB colors in percentages

R + G + B =
93 + 66 + 154 = 313 (100%)
R 93 of 313 ~ 29.71%
G 66 of 313 ~ 21.09%
B 154 of 313 ~ 49.2%

%29.71
%21.09
%49.2

CMYK color model

#5D429A color CMYK value is (40,57,0,40).

  • cyan value is 39.61%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(40,57,0,40)
C40M57Y0K40 
(40%,57%,0%,40%)
(0.40/0.57/0.00/0.40)	

CMYK percentages

%39.61
%57.14
%0
%39.61

Codes

Color #5D429A in popluar color models

5D429A
RGB9366154
HSL258°40.00%43.14%
HSB/HSV258°57.14%60.39%
CMYK39.61%57.14%0.00%
39.61%

Color #5D429A in popluar number systems.

HEX5D429A
Decimal9366154
Binary1011101100001010011010
Octal135102232

Shades and tints

Shades of #5D429A

#5D429A
(93,66,154)
#553C8C
(85,60,140)
#4D367E
(77,54,126)
#453070
(69,48,112)
#3D2A62
(61,42,98)
#352454
(53,36,84)
#2D1E46
(45,30,70)
#251838
(37,24,56)
#1D122A
(29,18,42)
#150C1C
(21,12,28)
#0D060E
(13,6,14)
#000000
(0,0,0)

Tints of #5D429A

#5D429A
(93,66,154)
#6B53A3
(107,83,163)
#7964AC
(121,100,172)
#8775B5
(135,117,181)
#9586BE
(149,134,190)
#A397C7
(163,151,199)
#B1A8D0
(177,168,208)
#BFB9D9
(191,185,217)
#CDCAE2
(205,202,226)
#DBDBEB
(219,219,235)
#E9ECF4
(233,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D429A; }

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

This text font color is #5D429A.


Background Color

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

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

This div background color is #5D429A.


Border color

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

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

This div border color is #5D429A.


Opacity

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

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

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

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

This text has shadow with #5D429A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D429A on black background.


Color preview on white background

This text has color #5D429A on white background.



Black color preview on #5D429A background

This text has black color on #5D429A background.


White color preview on #5D429A background

This text has white color on #5D429A background.