COLOR #5D5E9C

HEX: #5D5E9C
RGB: (93,94,156)

Color info

#5D5E9C contains mainly blue color. Web safe color of #5D5E9C is #666699 (or #669).

RGB color model

#5D5E9C color RGB value is (93,94,156).

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

RGB channels and saturation

R 93 of 255 = 36%
G 94 of 255 = 37%
B 156 of 255 = 61%

93
94
156

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

Portions of RGB colors in percentages

R + G + B =
93 + 94 + 156 = 343 (100%)
R 93 of 343 ~ 27.11%
G 94 of 343 ~ 27.41%
B 156 of 343 ~ 45.48%

%27.11
%27.41
%45.48

CMYK color model

#5D5E9C color CMYK value is (40,40,0,39).

  • cyan value is 40.38%
  • magenta value is 39.74%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(40,40,0,39)
C40M40Y0K39 
(40%,40%,0%,39%)
(0.40/0.40/0.00/0.39)	

CMYK percentages

%40.38
%39.74
%0
%38.82

Codes

Color #5D5E9C in popluar color models

5D5E9C
RGB9394156
HSL239°25.30%48.82%
HSB/HSV239°40.38%61.18%
CMYK40.38%39.74%0.00%
38.82%

Color #5D5E9C in popluar number systems.

HEX5D5E9C
Decimal9394156
Binary1011101101111010011100
Octal135136234

Shades and tints

Shades of #5D5E9C

#5D5E9C
(93,94,156)
#55568E
(85,86,142)
#4D4E80
(77,78,128)
#454672
(69,70,114)
#3D3E64
(61,62,100)
#353656
(53,54,86)
#2D2E48
(45,46,72)
#25263A
(37,38,58)
#1D1E2C
(29,30,44)
#15161E
(21,22,30)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #5D5E9C

#5D5E9C
(93,94,156)
#6B6CA5
(107,108,165)
#797AAE
(121,122,174)
#8788B7
(135,136,183)
#9596C0
(149,150,192)
#A3A4C9
(163,164,201)
#B1B2D2
(177,178,210)
#BFC0DB
(191,192,219)
#CDCEE4
(205,206,228)
#DBDCED
(219,220,237)
#E9EAF6
(233,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5E9C; }

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

This text font color is #5D5E9C.


Background Color

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

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

This div background color is #5D5E9C.


Border color

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

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

This div border color is #5D5E9C.


Opacity

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

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

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

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

This text has shadow with #5D5E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5E9C on black background.


Color preview on white background

This text has color #5D5E9C on white background.



Black color preview on #5D5E9C background

This text has black color on #5D5E9C background.


White color preview on #5D5E9C background

This text has white color on #5D5E9C background.