COLOR #5D7B89

HEX: #5D7B89
RGB: (93,123,137)

Color info

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

RGB color model

#5D7B89 color RGB value is (93,123,137).

  • red value is 93;
  • green value is 123;
  • blue value is 137.
RGB:
(93,123,137)
(36%,48%,54%)

RGB channels and saturation

R 93 of 255 = 36%
G 123 of 255 = 48%
B 137 of 255 = 54%

93
123
137

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

Portions of RGB colors in percentages

R + G + B =
93 + 123 + 137 = 353 (100%)
R 93 of 353 ~ 26.35%
G 123 of 353 ~ 34.84%
B 137 of 353 ~ 38.81%

%26.35
%34.84
%38.81

CMYK color model

#5D7B89 color CMYK value is (32,10,0,46).

  • cyan value is 32.12%
  • magenta value is 10.22%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(32,10,0,46)
C32M10Y0K46 
(32%,10%,0%,46%)
(0.32/0.10/0.00/0.46)	

CMYK percentages

%32.12
%10.22
%0
%46.27

Codes

Color #5D7B89 in popluar color models

5D7B89
RGB93123137
HSL199°19.13%45.10%
HSB/HSV199°32.12%53.73%
CMYK32.12%10.22%0.00%
46.27%

Color #5D7B89 in popluar number systems.

HEX5D7B89
Decimal93123137
Binary1011101111101110001001
Octal135173211

Shades and tints

Shades of #5D7B89

#5D7B89
(93,123,137)
#55707D
(85,112,125)
#4D6571
(77,101,113)
#455A65
(69,90,101)
#3D4F59
(61,79,89)
#35444D
(53,68,77)
#2D3941
(45,57,65)
#252E35
(37,46,53)
#1D2329
(29,35,41)
#15181D
(21,24,29)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #5D7B89

#5D7B89
(93,123,137)
#6B8793
(107,135,147)
#79939D
(121,147,157)
#879FA7
(135,159,167)
#95ABB1
(149,171,177)
#A3B7BB
(163,183,187)
#B1C3C5
(177,195,197)
#BFCFCF
(191,207,207)
#CDDBD9
(205,219,217)
#DBE7E3
(219,231,227)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7B89 color. Also use rgb(93,123,137) instead hex code.

Text Font Color

.myTextColor { color: #5D7B89; }

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

This text font color is #5D7B89.


Background Color

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

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

This div background color is #5D7B89.


Border color

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

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

This div border color is #5D7B89.


Opacity

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

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

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

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

This text has shadow with #5D7B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7B89 on black background.


Color preview on white background

This text has color #5D7B89 on white background.



Black color preview on #5D7B89 background

This text has black color on #5D7B89 background.


White color preview on #5D7B89 background

This text has white color on #5D7B89 background.