COLOR #5D5895

HEX: #5D5895 RGB: (93,88,149)

Color info

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

RGB color model

#5D5895 color RGB value is (93,88,149).

RGB: (93,88,149) (36%, 35%, 58%)

RGB channels and saturation

R 93 of 255 = 36%
G 88 of 255 = 35%
B 149 of 255 = 58%

93
88
149

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

Portions of RGB colors in percentages

R + G + B = 93 + 88 + 149 = 330 (100%)
R 93 of 330 ~ 28.18%
G 88 of 330 ~ 26.67%
B 149 of 330 ~ 45.15'%

%28.18
%26.67
%45.15

CMYK color model

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

  • cyan value is 37.58%
  • magenta value is 40.94%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (38,41,0,42)
C38M41Y0K42 (38%, 41%, 0%, 42%)
(0.38 / 0.41 / 0.00 / 0.42)

CMYK percentages

%37.58
%40.94
%0
%41.57

Codes

Color #5D5895 in popluar color models

5D 58 95
RGB 93 88 149
HSL 245° 25.74% 46.47%
HSB/HSV 245° 40.94% 58.43%
CMYK 37.58% 40.94% 0.00%
41.57%

Color #5D5895 in popluar number systems.

HEX 5D 58 95
Decimal 93 88 149
Binary 1011101 1011000 10010101
Octal 135 130 225

Shades and tints

Shades of #5D5895

#5D5895
(93,88,149)
#555088
(85,80,136)
#4D487B
(77,72,123)
#45406E
(69,64,110)
#3D3861
(61,56,97)
#353054
(53,48,84)
#2D2847
(45,40,71)
#25203A
(37,32,58)
#1D182D
(29,24,45)
#151020
(21,16,32)
#0D0813
(13,8,19)
#000000
(0,0,0)

Tints of #5D5895

#5D5895
(93,88,149)
#6B679E
(107,103,158)
#7976A7
(121,118,167)
#8785B0
(135,133,176)
#9594B9
(149,148,185)
#A3A3C2
(163,163,194)
#B1B2CB
(177,178,203)
#BFC1D4
(191,193,212)
#CDD0DD
(205,208,221)
#DBDFE6
(219,223,230)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5895 color. Also use rgb(93,88,149) instead hex code.

Text Font Color

.myTextColor { color: #5D5895; }

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

This text font color is #5D5895.

Background Color

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

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

This div background color is #5D5895.

Border color

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

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

This div border color is #5D5895.

Opacity

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

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

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

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

This text has shadow with #5D5895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5895.

Preview

Color preview on black background

This text has color #5D5895 on black background.


Color preview on white background

This text has color #5D5895 on white background.


Black color preview on #5D5895 background

This text has black color on #5D5895 background.


White color preview on #5D5895 background

This text has white color on #5D5895 background.


Related colors

Complementary color

Complementary color for #hex is #A2A76A.


I love getcolorcode.com

Triadic colors

1 #955D58 and #58955D with #5D5895 are triadic colors.

2 #95585D and #585D95 with #5D5895 are triadic colors.