COLOR #5D758B

HEX: #5D758B RGB: (93,117,139)

Color info

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

RGB color model

#5D758B color RGB value is (93,117,139).

RGB: (93,117,139) (36%, 46%, 55%)

RGB channels and saturation

R 93 of 255 = 36%
G 117 of 255 = 46%
B 139 of 255 = 55%

93
117
139

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

Portions of RGB colors in percentages

R + G + B = 93 + 117 + 139 = 349 (100%)
R 93 of 349 ~ 26.65%
G 117 of 349 ~ 33.52%
B 139 of 349 ~ 39.83'%

%26.65
%33.52
%39.83

CMYK color model

#5D758B color CMYK value is (33,16,0,45).

  • cyan value is 33.09%
  • magenta value is 15.83%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (33,16,0,45) C33M16Y0K45 (33%,16%,0%,45%) (0.33/0.16/0.00/0.45) 

CMYK percentages

%33.09
%15.83
%0
%45.49

Codes

Color #5D758B in popluar color models

5D 75 8B
RGB 93 117 139
HSL 209° 19.83% 45.49%
HSB/HSV 209° 33.09% 54.51%
CMYK 33.09% 15.83% 0.00%
45.49%

Color #5D758B in popluar number systems.

HEX 5D 75 8B
Decimal 93 117 139
Binary 1011101 1110101 10001011
Octal 135 165 213

Shades and tints

Shades of #5D758B

#5D758B
(93,117,139)
#556B7F
(85,107,127)
#4D6173
(77,97,115)
#455767
(69,87,103)
#3D4D5B
(61,77,91)
#35434F
(53,67,79)
#2D3943
(45,57,67)
#252F37
(37,47,55)
#1D252B
(29,37,43)
#151B1F
(21,27,31)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #5D758B

#5D758B
(93,117,139)
#6B8195
(107,129,149)
#798D9F
(121,141,159)
#8799A9
(135,153,169)
#95A5B3
(149,165,179)
#A3B1BD
(163,177,189)
#B1BDC7
(177,189,199)
#BFC9D1
(191,201,209)
#CDD5DB
(205,213,219)
#DBE1E5
(219,225,229)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D758B; }

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

This text font color is #5D758B.

Background Color

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

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

This div background color is #5D758B.

Border color

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

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

This div border color is #5D758B.

Opacity

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

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

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

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

This text has shadow with #5D758B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D758B.

Preview

Color preview on black background

This text has color #5D758B on black background.


Color preview on white background

This text has color #5D758B on white background.


Black color preview on #5D758B background

This text has black color on #5D758B background.


White color preview on #5D758B background

This text has white color on #5D758B background.


Related colors

Complementary color

Complementary color for #hex is #A28A74.


I love getcolorcode.com

Triadic colors

1 #8B5D75 and #758B5D with #5D758B are triadic colors.

2 #8B755D and #755D8B with #5D758B are triadic colors.