COLOR #5D5077

HEX: #5D5077
RGB: (93,80,119)

Color info

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

RGB color model

#5D5077 color RGB value is (93,80,119).

  • red value is 93;
  • green value is 80;
  • blue value is 119.
RGB:
(93,80,119)
(36%,31%,47%)

RGB channels and saturation

R 93 of 255 = 36%
G 80 of 255 = 31%
B 119 of 255 = 47%

93
80
119

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

Portions of RGB colors in percentages

R + G + B =
93 + 80 + 119 = 292 (100%)
R 93 of 292 ~ 31.85%
G 80 of 292 ~ 27.4%
B 119 of 292 ~ 40.75%

%31.85
%27.4
%40.75

CMYK color model

#5D5077 color CMYK value is (22,33,0,53).

  • cyan value is 21.85%
  • magenta value is 32.77%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(22,33,0,53)
C22M33Y0K53 
(22%,33%,0%,53%)
(0.22/0.33/0.00/0.53)	

CMYK percentages

%21.85
%32.77
%0
%53.33

Codes

Color #5D5077 in popluar color models

5D5077
RGB9380119
HSL260°19.60%39.02%
HSB/HSV260°32.77%46.67%
CMYK21.85%32.77%0.00%
53.33%

Color #5D5077 in popluar number systems.

HEX5D5077
Decimal9380119
Binary101110110100001110111
Octal135120167

Shades and tints

Shades of #5D5077

#5D5077
(93,80,119)
#55496D
(85,73,109)
#4D4263
(77,66,99)
#453B59
(69,59,89)
#3D344F
(61,52,79)
#352D45
(53,45,69)
#2D263B
(45,38,59)
#251F31
(37,31,49)
#1D1827
(29,24,39)
#15111D
(21,17,29)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #5D5077

#5D5077
(93,80,119)
#6B5F83
(107,95,131)
#796E8F
(121,110,143)
#877D9B
(135,125,155)
#958CA7
(149,140,167)
#A39BB3
(163,155,179)
#B1AABF
(177,170,191)
#BFB9CB
(191,185,203)
#CDC8D7
(205,200,215)
#DBD7E3
(219,215,227)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5077; }

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

This text font color is #5D5077.


Background Color

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

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

This div background color is #5D5077.


Border color

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

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

This div border color is #5D5077.


Opacity

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

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

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

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

This text has shadow with #5D5077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5077 on black background.


Color preview on white background

This text has color #5D5077 on white background.



Black color preview on #5D5077 background

This text has black color on #5D5077 background.


White color preview on #5D5077 background

This text has white color on #5D5077 background.