COLOR #5D557A

HEX: #5D557A
RGB: (93,85,122)

Color info

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

RGB color model

#5D557A color RGB value is (93,85,122).

  • red value is 93;
  • green value is 85;
  • blue value is 122.
RGB:
(93,85,122)
(36%,33%,48%)

RGB channels and saturation

R 93 of 255 = 36%
G 85 of 255 = 33%
B 122 of 255 = 48%

93
85
122

R + G + B ~ 39%. #5D557A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 85 + 122 = 300 (100%)
R 93 of 300 ~ 31%
G 85 of 300 ~ 28.33%
B 122 of 300 ~ 40.67%

%31
%28.33
%40.67

CMYK color model

#5D557A color CMYK value is (24,30,0,52).

  • cyan value is 23.77%
  • magenta value is 30.33%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(24,30,0,52)
C24M30Y0K52 
(24%,30%,0%,52%)
(0.24/0.30/0.00/0.52)	

CMYK percentages

%23.77
%30.33
%0
%52.16

Codes

Color #5D557A in popluar color models

5D557A
RGB9385122
HSL253°17.87%40.59%
HSB/HSV253°30.33%47.84%
CMYK23.77%30.33%0.00%
52.16%

Color #5D557A in popluar number systems.

HEX5D557A
Decimal9385122
Binary101110110101011111010
Octal135125172

Shades and tints

Shades of #5D557A

#5D557A
(93,85,122)
#554E6F
(85,78,111)
#4D4764
(77,71,100)
#454059
(69,64,89)
#3D394E
(61,57,78)
#353243
(53,50,67)
#2D2B38
(45,43,56)
#25242D
(37,36,45)
#1D1D22
(29,29,34)
#151617
(21,22,23)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #5D557A

#5D557A
(93,85,122)
#6B6486
(107,100,134)
#797392
(121,115,146)
#87829E
(135,130,158)
#9591AA
(149,145,170)
#A3A0B6
(163,160,182)
#B1AFC2
(177,175,194)
#BFBECE
(191,190,206)
#CDCDDA
(205,205,218)
#DBDCE6
(219,220,230)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D557A; }

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

This text font color is #5D557A.


Background Color

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

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

This div background color is #5D557A.


Border color

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

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

This div border color is #5D557A.


Opacity

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

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

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

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

This text has shadow with #5D557A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D557A on black background.


Color preview on white background

This text has color #5D557A on white background.



Black color preview on #5D557A background

This text has black color on #5D557A background.


White color preview on #5D557A background

This text has white color on #5D557A background.