COLOR #5D599D

HEX: #5D599D
RGB: (93,89,157)

Color info

#5D599D contains mainly blue color. Web safe color of #5D599D is #666699 (or #669).

RGB color model

#5D599D color RGB value is (93,89,157).

  • red value is 93;
  • green value is 89;
  • blue value is 157.
RGB:
(93,89,157)
(36%,35%,62%)

RGB channels and saturation

R 93 of 255 = 36%
G 89 of 255 = 35%
B 157 of 255 = 62%

93
89
157

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

Portions of RGB colors in percentages

R + G + B =
93 + 89 + 157 = 339 (100%)
R 93 of 339 ~ 27.43%
G 89 of 339 ~ 26.25%
B 157 of 339 ~ 46.31%

%27.43
%26.25
%46.31

CMYK color model

#5D599D color CMYK value is (41,43,0,38).

  • cyan value is 40.76%
  • magenta value is 43.31%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(41,43,0,38)
C41M43Y0K38 
(41%,43%,0%,38%)
(0.41/0.43/0.00/0.38)	

CMYK percentages

%40.76
%43.31
%0
%38.43

Codes

Color #5D599D in popluar color models

5D599D
RGB9389157
HSL244°27.64%48.24%
HSB/HSV244°43.31%61.57%
CMYK40.76%43.31%0.00%
38.43%

Color #5D599D in popluar number systems.

HEX5D599D
Decimal9389157
Binary1011101101100110011101
Octal135131235

Shades and tints

Shades of #5D599D

#5D599D
(93,89,157)
#55518F
(85,81,143)
#4D4981
(77,73,129)
#454173
(69,65,115)
#3D3965
(61,57,101)
#353157
(53,49,87)
#2D2949
(45,41,73)
#25213B
(37,33,59)
#1D192D
(29,25,45)
#15111F
(21,17,31)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #5D599D

#5D599D
(93,89,157)
#6B68A5
(107,104,165)
#7977AD
(121,119,173)
#8786B5
(135,134,181)
#9595BD
(149,149,189)
#A3A4C5
(163,164,197)
#B1B3CD
(177,179,205)
#BFC2D5
(191,194,213)
#CDD1DD
(205,209,221)
#DBE0E5
(219,224,229)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D599D color. Also use rgb(93,89,157) instead hex code.

Text Font Color

.myTextColor { color: #5D599D; }

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

This text font color is #5D599D.


Background Color

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

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

This div background color is #5D599D.


Border color

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

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

This div border color is #5D599D.


Opacity

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

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

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

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

This text has shadow with #5D599D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D599D on black background.


Color preview on white background

This text has color #5D599D on white background.



Black color preview on #5D599D background

This text has black color on #5D599D background.


White color preview on #5D599D background

This text has white color on #5D599D background.