COLOR #5D5F6A

HEX: #5D5F6A
RGB: (93,95,106)

Color info

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

RGB color model

#5D5F6A color RGB value is (93,95,106).

  • red value is 93;
  • green value is 95;
  • blue value is 106.
RGB:
(93,95,106)
(36%,37%,42%)

RGB channels and saturation

R 93 of 255 = 36%
G 95 of 255 = 37%
B 106 of 255 = 42%

93
95
106

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

Portions of RGB colors in percentages

R + G + B =
93 + 95 + 106 = 294 (100%)
R 93 of 294 ~ 31.63%
G 95 of 294 ~ 32.31%
B 106 of 294 ~ 36.05%

%31.63
%32.31
%36.05

CMYK color model

#5D5F6A color CMYK value is (12,10,0,58).

  • cyan value is 12.26%
  • magenta value is 10.38%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(12,10,0,58)
C12M10Y0K58 
(12%,10%,0%,58%)
(0.12/0.10/0.00/0.58)	

CMYK percentages

%12.26
%10.38
%0
%58.43

Codes

Color #5D5F6A in popluar color models

5D5F6A
RGB9395106
HSL231°6.53%39.02%
HSB/HSV231°12.26%41.57%
CMYK12.26%10.38%0.00%
58.43%

Color #5D5F6A in popluar number systems.

HEX5D5F6A
Decimal9395106
Binary101110110111111101010
Octal135137152

Shades and tints

Shades of #5D5F6A

#5D5F6A
(93,95,106)
#555761
(85,87,97)
#4D4F58
(77,79,88)
#45474F
(69,71,79)
#3D3F46
(61,63,70)
#35373D
(53,55,61)
#2D2F34
(45,47,52)
#25272B
(37,39,43)
#1D1F22
(29,31,34)
#151719
(21,23,25)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #5D5F6A

#5D5F6A
(93,95,106)
#6B6D77
(107,109,119)
#797B84
(121,123,132)
#878991
(135,137,145)
#95979E
(149,151,158)
#A3A5AB
(163,165,171)
#B1B3B8
(177,179,184)
#BFC1C5
(191,193,197)
#CDCFD2
(205,207,210)
#DBDDDF
(219,221,223)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5F6A color. Also use rgb(93,95,106) instead hex code.

Text Font Color

.myTextColor { color: #5D5F6A; }

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

This text font color is #5D5F6A.


Background Color

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

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

This div background color is #5D5F6A.


Border color

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

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

This div border color is #5D5F6A.


Opacity

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

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

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

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

This text has shadow with #5D5F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5F6A on black background.


Color preview on white background

This text has color #5D5F6A on white background.



Black color preview on #5D5F6A background

This text has black color on #5D5F6A background.


White color preview on #5D5F6A background

This text has white color on #5D5F6A background.