COLOR #5D5D7C

HEX: #5D5D7C
RGB: (93,93,124)

Color info

#5D5D7C contains red, green and blue colors in about the same proportion. Web safe color of #5D5D7C is #666666 (or #666).

RGB color model

#5D5D7C color RGB value is (93,93,124).

  • red value is 93;
  • green value is 93;
  • blue value is 124.
RGB: (93,93,124) (36%,36%,49%)

RGB channels and saturation

R 93 of 255 = 36%
G 93 of 255 = 36%
B 124 of 255 = 49%

93
93
124

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

Portions of RGB colors in percentages

R + G + B =
93 + 93 + 124 = 310 (100%)
R 93 of 310 ~ 30%
G 93 of 310 ~ 30%
B 124 of 310 ~ 40%

%30
%30
%40

CMYK color model

#5D5D7C color CMYK value is (25,25,0,51).

  • cyan value is 25.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (25,25,0,51) C25M25Y0K51 (25%,25%,0%,51%) (0.25/0.25/0.00/0.51)

CMYK percentages

%25
%25
%0
%51.37

Codes

Color #5D5D7C in popluar color models

5D5D7C
RGB9393124
HSL240°14.29%42.55%
HSB/HSV240°25.00%48.63%
CMYK25.00%25.00%0.00%
51.37%

Color #5D5D7C in popluar number systems.

HEX5D5D7C
Decimal9393124
Binary101110110111011111100
Octal135135174

Shades and tints

Shades of #5D5D7C

#5D5D7C
(93,93,124)
#555571
(85,85,113)
#4D4D66
(77,77,102)
#45455B
(69,69,91)
#3D3D50
(61,61,80)
#353545
(53,53,69)
#2D2D3A
(45,45,58)
#25252F
(37,37,47)
#1D1D24
(29,29,36)
#151519
(21,21,25)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #5D5D7C

#5D5D7C
(93,93,124)
#6B6B87
(107,107,135)
#797992
(121,121,146)
#87879D
(135,135,157)
#9595A8
(149,149,168)
#A3A3B3
(163,163,179)
#B1B1BE
(177,177,190)
#BFBFC9
(191,191,201)
#CDCDD4
(205,205,212)
#DBDBDF
(219,219,223)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5D7C; }

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

This text font color is #5D5D7C.


Background Color

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

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

This div background color is #5D5D7C.


Border color

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

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

This div border color is #5D5D7C.


Opacity

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

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

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

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

This text has shadow with #5D5D7C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5D5D7C on black background.


Color preview on white background

This text has color #5D5D7C on white background.



Black color preview on #5D5D7C background

This text has black color on #5D5D7C background.


White color preview on #5D5D7C background

This text has white color on #5D5D7C background.