COLOR #5D59A9

HEX: #5D59A9
RGB: (93,89,169)

Color info

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

RGB color model

#5D59A9 color RGB value is (93,89,169).

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

RGB channels and saturation

R 93 of 255 = 36%
G 89 of 255 = 35%
B 169 of 255 = 66%

93
89
169

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

Portions of RGB colors in percentages

R + G + B =
93 + 89 + 169 = 351 (100%)
R 93 of 351 ~ 26.5%
G 89 of 351 ~ 25.36%
B 169 of 351 ~ 48.15%

%26.5
%25.36
%48.15

CMYK color model

#5D59A9 color CMYK value is (45,47,0,34).

  • cyan value is 44.97%
  • magenta value is 47.34%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(45,47,0,34)
C45M47Y0K34 
(45%,47%,0%,34%)
(0.45/0.47/0.00/0.34)	

CMYK percentages

%44.97
%47.34
%0
%33.73

Codes

Color #5D59A9 in popluar color models

5D59A9
RGB9389169
HSL243°31.75%50.59%
HSB/HSV243°47.34%66.27%
CMYK44.97%47.34%0.00%
33.73%

Color #5D59A9 in popluar number systems.

HEX5D59A9
Decimal9389169
Binary1011101101100110101001
Octal135131251

Shades and tints

Shades of #5D59A9

#5D59A9
(93,89,169)
#55519A
(85,81,154)
#4D498B
(77,73,139)
#45417C
(69,65,124)
#3D396D
(61,57,109)
#35315E
(53,49,94)
#2D294F
(45,41,79)
#252140
(37,33,64)
#1D1931
(29,25,49)
#151122
(21,17,34)
#0D0913
(13,9,19)
#000000
(0,0,0)

Tints of #5D59A9

#5D59A9
(93,89,169)
#6B68B0
(107,104,176)
#7977B7
(121,119,183)
#8786BE
(135,134,190)
#9595C5
(149,149,197)
#A3A4CC
(163,164,204)
#B1B3D3
(177,179,211)
#BFC2DA
(191,194,218)
#CDD1E1
(205,209,225)
#DBE0E8
(219,224,232)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D59A9; }

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

This text font color is #5D59A9.


Background Color

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

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

This div background color is #5D59A9.


Border color

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

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

This div border color is #5D59A9.


Opacity

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

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

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

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

This text has shadow with #5D59A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D59A9 on black background.


Color preview on white background

This text has color #5D59A9 on white background.



Black color preview on #5D59A9 background

This text has black color on #5D59A9 background.


White color preview on #5D59A9 background

This text has white color on #5D59A9 background.