COLOR #5D5792

HEX: #5D5792
RGB: (93,87,146)

Color info

#5D5792 contains red, green and blue colors in about the same proportion. Web safe color of #5D5792 is #666699 (or #669).

RGB color model

#5D5792 color RGB value is (93,87,146).

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

RGB channels and saturation

R 93 of 255 = 36%
G 87 of 255 = 34%
B 146 of 255 = 57%

93
87
146

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

Portions of RGB colors in percentages

R + G + B =
93 + 87 + 146 = 326 (100%)
R 93 of 326 ~ 28.53%
G 87 of 326 ~ 26.69%
B 146 of 326 ~ 44.79%

%28.53
%26.69
%44.79

CMYK color model

#5D5792 color CMYK value is (36,40,0,43).

  • cyan value is 36.30%
  • magenta value is 40.41%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(36,40,0,43)
C36M40Y0K43 
(36%,40%,0%,43%)
(0.36/0.40/0.00/0.43)	

CMYK percentages

%36.3
%40.41
%0
%42.75

Codes

Color #5D5792 in popluar color models

5D5792
RGB9387146
HSL246°25.32%45.69%
HSB/HSV246°40.41%57.25%
CMYK36.30%40.41%0.00%
42.75%

Color #5D5792 in popluar number systems.

HEX5D5792
Decimal9387146
Binary1011101101011110010010
Octal135127222

Shades and tints

Shades of #5D5792

#5D5792
(93,87,146)
#555085
(85,80,133)
#4D4978
(77,73,120)
#45426B
(69,66,107)
#3D3B5E
(61,59,94)
#353451
(53,52,81)
#2D2D44
(45,45,68)
#252637
(37,38,55)
#1D1F2A
(29,31,42)
#15181D
(21,24,29)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #5D5792

#5D5792
(93,87,146)
#6B669B
(107,102,155)
#7975A4
(121,117,164)
#8784AD
(135,132,173)
#9593B6
(149,147,182)
#A3A2BF
(163,162,191)
#B1B1C8
(177,177,200)
#BFC0D1
(191,192,209)
#CDCFDA
(205,207,218)
#DBDEE3
(219,222,227)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5792; }

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

This text font color is #5D5792.


Background Color

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

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

This div background color is #5D5792.


Border color

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

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

This div border color is #5D5792.


Opacity

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

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

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

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

This text has shadow with #5D5792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5792 on black background.


Color preview on white background

This text has color #5D5792 on white background.



Black color preview on #5D5792 background

This text has black color on #5D5792 background.


White color preview on #5D5792 background

This text has white color on #5D5792 background.