COLOR #5D758F

HEX: #5D758F
RGB: (93,117,143)

Color info

#5D758F contains red, green and blue colors in about the same proportion. Web safe color of #5D758F is #666699 (or #669).

RGB color model

#5D758F color RGB value is (93,117,143).

  • red value is 93;
  • green value is 117;
  • blue value is 143.
RGB:
(93,117,143)
(36%,46%,56%)

RGB channels and saturation

R 93 of 255 = 36%
G 117 of 255 = 46%
B 143 of 255 = 56%

93
117
143

R + G + B ~ 46%. #5D758F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 117 + 143 = 353 (100%)
R 93 of 353 ~ 26.35%
G 117 of 353 ~ 33.14%
B 143 of 353 ~ 40.51%

%26.35
%33.14
%40.51

CMYK color model

#5D758F color CMYK value is (35,18,0,44).

  • cyan value is 34.97%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(35,18,0,44)
C35M18Y0K44 
(35%,18%,0%,44%)
(0.35/0.18/0.00/0.44)	

CMYK percentages

%34.97
%18.18
%0
%43.92

Codes

Color #5D758F in popluar color models

5D758F
RGB93117143
HSL211°21.19%46.27%
HSB/HSV211°34.97%56.08%
CMYK34.97%18.18%0.00%
43.92%

Color #5D758F in popluar number systems.

HEX5D758F
Decimal93117143
Binary1011101111010110001111
Octal135165217

Shades and tints

Shades of #5D758F

#5D758F
(93,117,143)
#556B82
(85,107,130)
#4D6175
(77,97,117)
#455768
(69,87,104)
#3D4D5B
(61,77,91)
#35434E
(53,67,78)
#2D3941
(45,57,65)
#252F34
(37,47,52)
#1D2527
(29,37,39)
#151B1A
(21,27,26)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #5D758F

#5D758F
(93,117,143)
#6B8199
(107,129,153)
#798DA3
(121,141,163)
#8799AD
(135,153,173)
#95A5B7
(149,165,183)
#A3B1C1
(163,177,193)
#B1BDCB
(177,189,203)
#BFC9D5
(191,201,213)
#CDD5DF
(205,213,223)
#DBE1E9
(219,225,233)
#E9EDF3
(233,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D758F color. Also use rgb(93,117,143) instead hex code.

Text Font Color

.myTextColor { color: #5D758F; }

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

This text font color is #5D758F.


Background Color

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

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

This div background color is #5D758F.


Border color

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

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

This div border color is #5D758F.


Opacity

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

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

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

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

This text has shadow with #5D758F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D758F on black background.


Color preview on white background

This text has color #5D758F on white background.



Black color preview on #5D758F background

This text has black color on #5D758F background.


White color preview on #5D758F background

This text has white color on #5D758F background.