COLOR #5D5E92

HEX: #5D5E92
RGB: (93,94,146)

Color info

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

RGB color model

#5D5E92 color RGB value is (93,94,146).

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

RGB channels and saturation

R 93 of 255 = 36%
G 94 of 255 = 37%
B 146 of 255 = 57%

93
94
146

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

Portions of RGB colors in percentages

R + G + B =
93 + 94 + 146 = 333 (100%)
R 93 of 333 ~ 27.93%
G 94 of 333 ~ 28.23%
B 146 of 333 ~ 43.84%

%27.93
%28.23
%43.84

CMYK color model

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

  • cyan value is 36.30%
  • magenta value is 35.62%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK: (36,36,0,43) C36M36Y0K43 (36%,36%,0%,43%) (0.36/0.36/0.00/0.43)

CMYK percentages

%36.3
%35.62
%0
%42.75

Codes

Color #5D5E92 in popluar color models

5D5E92
RGB9394146
HSL239°22.18%46.86%
HSB/HSV239°36.30%57.25%
CMYK36.30%35.62%0.00%
42.75%

Color #5D5E92 in popluar number systems.

HEX5D5E92
Decimal9394146
Binary1011101101111010010010
Octal135136222

Shades and tints

Shades of #5D5E92

#5D5E92
(93,94,146)
#555685
(85,86,133)
#4D4E78
(77,78,120)
#45466B
(69,70,107)
#3D3E5E
(61,62,94)
#353651
(53,54,81)
#2D2E44
(45,46,68)
#252637
(37,38,55)
#1D1E2A
(29,30,42)
#15161D
(21,22,29)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #5D5E92

#5D5E92
(93,94,146)
#6B6C9B
(107,108,155)
#797AA4
(121,122,164)
#8788AD
(135,136,173)
#9596B6
(149,150,182)
#A3A4BF
(163,164,191)
#B1B2C8
(177,178,200)
#BFC0D1
(191,192,209)
#CDCEDA
(205,206,218)
#DBDCE3
(219,220,227)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5E92; }

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

This text font color is #5D5E92.


Background Color

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

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

This div background color is #5D5E92.


Border color

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

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

This div border color is #5D5E92.


Opacity

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

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

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

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

This text has shadow with #5D5E92 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5D5E92 on black background.


Color preview on white background

This text has color #5D5E92 on white background.



Black color preview on #5D5E92 background

This text has black color on #5D5E92 background.


White color preview on #5D5E92 background

This text has white color on #5D5E92 background.