COLOR #5D536B

HEX: #5D536B
RGB: (93,83,107)

Color info

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

RGB color model

#5D536B color RGB value is (93,83,107).

  • red value is 93;
  • green value is 83;
  • blue value is 107.
RGB:
(93,83,107)
(36%,33%,42%)

RGB channels and saturation

R 93 of 255 = 36%
G 83 of 255 = 33%
B 107 of 255 = 42%

93
83
107

R + G + B ~ 37%. #5D536B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 83 + 107 = 283 (100%)
R 93 of 283 ~ 32.86%
G 83 of 283 ~ 29.33%
B 107 of 283 ~ 37.81%

%32.86
%29.33
%37.81

CMYK color model

#5D536B color CMYK value is (13,22,0,58).

  • cyan value is 13.08%
  • magenta value is 22.43%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(13,22,0,58)
C13M22Y0K58 
(13%,22%,0%,58%)
(0.13/0.22/0.00/0.58)	

CMYK percentages

%13.08
%22.43
%0
%58.04

Codes

Color #5D536B in popluar color models

5D536B
RGB9383107
HSL265°12.63%37.25%
HSB/HSV265°22.43%41.96%
CMYK13.08%22.43%0.00%
58.04%

Color #5D536B in popluar number systems.

HEX5D536B
Decimal9383107
Binary101110110100111101011
Octal135123153

Shades and tints

Shades of #5D536B

#5D536B
(93,83,107)
#554C62
(85,76,98)
#4D4559
(77,69,89)
#453E50
(69,62,80)
#3D3747
(61,55,71)
#35303E
(53,48,62)
#2D2935
(45,41,53)
#25222C
(37,34,44)
#1D1B23
(29,27,35)
#15141A
(21,20,26)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #5D536B

#5D536B
(93,83,107)
#6B6278
(107,98,120)
#797185
(121,113,133)
#878092
(135,128,146)
#958F9F
(149,143,159)
#A39EAC
(163,158,172)
#B1ADB9
(177,173,185)
#BFBCC6
(191,188,198)
#CDCBD3
(205,203,211)
#DBDAE0
(219,218,224)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D536B; }

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

This text font color is #5D536B.


Background Color

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

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

This div background color is #5D536B.


Border color

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

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

This div border color is #5D536B.


Opacity

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

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

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

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

This text has shadow with #5D536B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D536B on black background.


Color preview on white background

This text has color #5D536B on white background.



Black color preview on #5D536B background

This text has black color on #5D536B background.


White color preview on #5D536B background

This text has white color on #5D536B background.