COLOR #5D5476

HEX: #5D5476
RGB: (93,84,118)

Color info

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

RGB color model

#5D5476 color RGB value is (93,84,118).

  • red value is 93;
  • green value is 84;
  • blue value is 118.
RGB:
(93,84,118)
(36%,33%,46%)

RGB channels and saturation

R 93 of 255 = 36%
G 84 of 255 = 33%
B 118 of 255 = 46%

93
84
118

R + G + B ~ 38%. #5D5476 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 84 + 118 = 295 (100%)
R 93 of 295 ~ 31.53%
G 84 of 295 ~ 28.47%
B 118 of 295 ~ 40%

%31.53
%28.47
%40

CMYK color model

#5D5476 color CMYK value is (21,29,0,54).

  • cyan value is 21.19%
  • magenta value is 28.81%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(21,29,0,54)
C21M29Y0K54 
(21%,29%,0%,54%)
(0.21/0.29/0.00/0.54)	

CMYK percentages

%21.19
%28.81
%0
%53.73

Codes

Color #5D5476 in popluar color models

5D5476
RGB9384118
HSL256°16.83%39.61%
HSB/HSV256°28.81%46.27%
CMYK21.19%28.81%0.00%
53.73%

Color #5D5476 in popluar number systems.

HEX5D5476
Decimal9384118
Binary101110110101001110110
Octal135124166

Shades and tints

Shades of #5D5476

#5D5476
(93,84,118)
#554D6C
(85,77,108)
#4D4662
(77,70,98)
#453F58
(69,63,88)
#3D384E
(61,56,78)
#353144
(53,49,68)
#2D2A3A
(45,42,58)
#252330
(37,35,48)
#1D1C26
(29,28,38)
#15151C
(21,21,28)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #5D5476

#5D5476
(93,84,118)
#6B6382
(107,99,130)
#79728E
(121,114,142)
#87819A
(135,129,154)
#9590A6
(149,144,166)
#A39FB2
(163,159,178)
#B1AEBE
(177,174,190)
#BFBDCA
(191,189,202)
#CDCCD6
(205,204,214)
#DBDBE2
(219,219,226)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5476; }

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

This text font color is #5D5476.


Background Color

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

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

This div background color is #5D5476.


Border color

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

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

This div border color is #5D5476.


Opacity

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

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

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

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

This text has shadow with #5D5476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5476 on black background.


Color preview on white background

This text has color #5D5476 on white background.



Black color preview on #5D5476 background

This text has black color on #5D5476 background.


White color preview on #5D5476 background

This text has white color on #5D5476 background.