COLOR #5D5176

HEX: #5D5176
RGB: (93,81,118)

Color info

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

RGB color model

#5D5176 color RGB value is (93,81,118).

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

RGB channels and saturation

R 93 of 255 = 36%
G 81 of 255 = 32%
B 118 of 255 = 46%

93
81
118

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

Portions of RGB colors in percentages

R + G + B =
93 + 81 + 118 = 292 (100%)
R 93 of 292 ~ 31.85%
G 81 of 292 ~ 27.74%
B 118 of 292 ~ 40.41%

%31.85
%27.74
%40.41

CMYK color model

#5D5176 color CMYK value is (21,31,0,54).

  • cyan value is 21.19%
  • magenta value is 31.36%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(21,31,0,54)
C21M31Y0K54 
(21%,31%,0%,54%)
(0.21/0.31/0.00/0.54)	

CMYK percentages

%21.19
%31.36
%0
%53.73

Codes

Color #5D5176 in popluar color models

5D5176
RGB9381118
HSL259°18.59%39.02%
HSB/HSV259°31.36%46.27%
CMYK21.19%31.36%0.00%
53.73%

Color #5D5176 in popluar number systems.

HEX5D5176
Decimal9381118
Binary101110110100011110110
Octal135121166

Shades and tints

Shades of #5D5176

#5D5176
(93,81,118)
#554A6C
(85,74,108)
#4D4362
(77,67,98)
#453C58
(69,60,88)
#3D354E
(61,53,78)
#352E44
(53,46,68)
#2D273A
(45,39,58)
#252030
(37,32,48)
#1D1926
(29,25,38)
#15121C
(21,18,28)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #5D5176

#5D5176
(93,81,118)
#6B6082
(107,96,130)
#796F8E
(121,111,142)
#877E9A
(135,126,154)
#958DA6
(149,141,166)
#A39CB2
(163,156,178)
#B1ABBE
(177,171,190)
#BFBACA
(191,186,202)
#CDC9D6
(205,201,214)
#DBD8E2
(219,216,226)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5176; }

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

This text font color is #5D5176.


Background Color

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

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

This div background color is #5D5176.


Border color

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

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

This div border color is #5D5176.


Opacity

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

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

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

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

This text has shadow with #5D5176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5176 on black background.


Color preview on white background

This text has color #5D5176 on white background.



Black color preview on #5D5176 background

This text has black color on #5D5176 background.


White color preview on #5D5176 background

This text has white color on #5D5176 background.