COLOR #5D6594

HEX: #5D6594
RGB: (93,101,148)

Color info

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

RGB color model

#5D6594 color RGB value is (93,101,148).

  • red value is 93;
  • green value is 101;
  • blue value is 148.
RGB:
(93,101,148)
(36%,40%,58%)

RGB channels and saturation

R 93 of 255 = 36%
G 101 of 255 = 40%
B 148 of 255 = 58%

93
101
148

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

Portions of RGB colors in percentages

R + G + B =
93 + 101 + 148 = 342 (100%)
R 93 of 342 ~ 27.19%
G 101 of 342 ~ 29.53%
B 148 of 342 ~ 43.27%

%27.19
%29.53
%43.27

CMYK color model

#5D6594 color CMYK value is (37,32,0,42).

  • cyan value is 37.16%
  • magenta value is 31.76%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(37,32,0,42)
C37M32Y0K42 
(37%,32%,0%,42%)
(0.37/0.32/0.00/0.42)	

CMYK percentages

%37.16
%31.76
%0
%41.96

Codes

Color #5D6594 in popluar color models

5D6594
RGB93101148
HSL231°22.82%47.25%
HSB/HSV231°37.16%58.04%
CMYK37.16%31.76%0.00%
41.96%

Color #5D6594 in popluar number systems.

HEX5D6594
Decimal93101148
Binary1011101110010110010100
Octal135145224

Shades and tints

Shades of #5D6594

#5D6594
(93,101,148)
#555C87
(85,92,135)
#4D537A
(77,83,122)
#454A6D
(69,74,109)
#3D4160
(61,65,96)
#353853
(53,56,83)
#2D2F46
(45,47,70)
#252639
(37,38,57)
#1D1D2C
(29,29,44)
#15141F
(21,20,31)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #5D6594

#5D6594
(93,101,148)
#6B739D
(107,115,157)
#7981A6
(121,129,166)
#878FAF
(135,143,175)
#959DB8
(149,157,184)
#A3ABC1
(163,171,193)
#B1B9CA
(177,185,202)
#BFC7D3
(191,199,211)
#CDD5DC
(205,213,220)
#DBE3E5
(219,227,229)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6594 color. Also use rgb(93,101,148) instead hex code.

Text Font Color

.myTextColor { color: #5D6594; }

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

This text font color is #5D6594.


Background Color

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

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

This div background color is #5D6594.


Border color

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

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

This div border color is #5D6594.


Opacity

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

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

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

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

This text has shadow with #5D6594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6594 on black background.


Color preview on white background

This text has color #5D6594 on white background.



Black color preview on #5D6594 background

This text has black color on #5D6594 background.


White color preview on #5D6594 background

This text has white color on #5D6594 background.