COLOR #5D498C

HEX: #5D498C
RGB: (93,73,140)

Color info

#5D498C contains mainly red and blue colors. Web safe color of #5D498C is #663399 (or #639).

RGB color model

#5D498C color RGB value is (93,73,140).

  • red value is 93;
  • green value is 73;
  • blue value is 140.
RGB:
(93,73,140)
(36%,29%,55%)

RGB channels and saturation

R 93 of 255 = 36%
G 73 of 255 = 29%
B 140 of 255 = 55%

93
73
140

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

Portions of RGB colors in percentages

R + G + B =
93 + 73 + 140 = 306 (100%)
R 93 of 306 ~ 30.39%
G 73 of 306 ~ 23.86%
B 140 of 306 ~ 45.75%

%30.39
%23.86
%45.75

CMYK color model

#5D498C color CMYK value is (34,48,0,45).

  • cyan value is 33.57%
  • magenta value is 47.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(34,48,0,45)
C34M48Y0K45 
(34%,48%,0%,45%)
(0.34/0.48/0.00/0.45)	

CMYK percentages

%33.57
%47.86
%0
%45.1

Codes

Color #5D498C in popluar color models

5D498C
RGB9373140
HSL258°31.46%41.76%
HSB/HSV258°47.86%54.90%
CMYK33.57%47.86%0.00%
45.10%

Color #5D498C in popluar number systems.

HEX5D498C
Decimal9373140
Binary1011101100100110001100
Octal135111214

Shades and tints

Shades of #5D498C

#5D498C
(93,73,140)
#554380
(85,67,128)
#4D3D74
(77,61,116)
#453768
(69,55,104)
#3D315C
(61,49,92)
#352B50
(53,43,80)
#2D2544
(45,37,68)
#251F38
(37,31,56)
#1D192C
(29,25,44)
#151320
(21,19,32)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #5D498C

#5D498C
(93,73,140)
#6B5996
(107,89,150)
#7969A0
(121,105,160)
#8779AA
(135,121,170)
#9589B4
(149,137,180)
#A399BE
(163,153,190)
#B1A9C8
(177,169,200)
#BFB9D2
(191,185,210)
#CDC9DC
(205,201,220)
#DBD9E6
(219,217,230)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D498C color. Also use rgb(93,73,140) instead hex code.

Text Font Color

.myTextColor { color: #5D498C; }

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

This text font color is #5D498C.


Background Color

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

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

This div background color is #5D498C.


Border color

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

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

This div border color is #5D498C.


Opacity

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

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

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

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

This text has shadow with #5D498C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D498C on black background.


Color preview on white background

This text has color #5D498C on white background.



Black color preview on #5D498C background

This text has black color on #5D498C background.


White color preview on #5D498C background

This text has white color on #5D498C background.