COLOR #5D5796

HEX: #5D5796
RGB: (93,87,150)

Color info

#5D5796 contains mainly red and blue colors. Web safe color of #5D5796 is #666699 (or #669).

RGB color model

#5D5796 color RGB value is (93,87,150).

  • red value is 93;
  • green value is 87;
  • blue value is 150.
RGB:
(93,87,150)
(36%,34%,59%)

RGB channels and saturation

R 93 of 255 = 36%
G 87 of 255 = 34%
B 150 of 255 = 59%

93
87
150

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

Portions of RGB colors in percentages

R + G + B =
93 + 87 + 150 = 330 (100%)
R 93 of 330 ~ 28.18%
G 87 of 330 ~ 26.36%
B 150 of 330 ~ 45.45%

%28.18
%26.36
%45.45

CMYK color model

#5D5796 color CMYK value is (38,42,0,41).

  • cyan value is 38.00%
  • magenta value is 42.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(38,42,0,41)
C38M42Y0K41 
(38%,42%,0%,41%)
(0.38/0.42/0.00/0.41)	

CMYK percentages

%38
%42
%0
%41.18

Codes

Color #5D5796 in popluar color models

5D5796
RGB9387150
HSL246°26.58%46.47%
HSB/HSV246°42.00%58.82%
CMYK38.00%42.00%0.00%
41.18%

Color #5D5796 in popluar number systems.

HEX5D5796
Decimal9387150
Binary1011101101011110010110
Octal135127226

Shades and tints

Shades of #5D5796

#5D5796
(93,87,150)
#555089
(85,80,137)
#4D497C
(77,73,124)
#45426F
(69,66,111)
#3D3B62
(61,59,98)
#353455
(53,52,85)
#2D2D48
(45,45,72)
#25263B
(37,38,59)
#1D1F2E
(29,31,46)
#151821
(21,24,33)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #5D5796

#5D5796
(93,87,150)
#6B669F
(107,102,159)
#7975A8
(121,117,168)
#8784B1
(135,132,177)
#9593BA
(149,147,186)
#A3A2C3
(163,162,195)
#B1B1CC
(177,177,204)
#BFC0D5
(191,192,213)
#CDCFDE
(205,207,222)
#DBDEE7
(219,222,231)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5796 color. Also use rgb(93,87,150) instead hex code.

Text Font Color

.myTextColor { color: #5D5796; }

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

This text font color is #5D5796.


Background Color

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

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

This div background color is #5D5796.


Border color

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

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

This div border color is #5D5796.


Opacity

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

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

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

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

This text has shadow with #5D5796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5796 on black background.


Color preview on white background

This text has color #5D5796 on white background.



Black color preview on #5D5796 background

This text has black color on #5D5796 background.


White color preview on #5D5796 background

This text has white color on #5D5796 background.