COLOR #5D7489

HEX: #5D7489 RGB: (93,116,137)

Color info

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

RGB color model

#5D7489 color RGB value is (93,116,137).

RGB: (93,116,137) (36%, 45%, 54%)

RGB channels and saturation

R 93 of 255 = 36%
G 116 of 255 = 45%
B 137 of 255 = 54%

93
116
137

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

Portions of RGB colors in percentages

R + G + B = 93 + 116 + 137 = 346 (100%)
R 93 of 346 ~ 26.88%
G 116 of 346 ~ 33.53%
B 137 of 346 ~ 39.6'%

%26.88
%33.53
%39.6

CMYK color model

#5D7489 color CMYK value is (32,15,0,46).

  • cyan value is 32.12%
  • magenta value is 15.33%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK: (32,15,0,46) C32M15Y0K46 (32%,15%,0%,46%) (0.32/0.15/0.00/0.46) 

CMYK percentages

%32.12
%15.33
%0
%46.27

Codes

Color #5D7489 in popluar color models

5D 74 89
RGB 93 116 137
HSL 209° 19.13% 45.10%
HSB/HSV 209° 32.12% 53.73%
CMYK 32.12% 15.33% 0.00%
46.27%

Color #5D7489 in popluar number systems.

HEX 5D 74 89
Decimal 93 116 137
Binary 1011101 1110100 10001001
Octal 135 164 211

Shades and tints

Shades of #5D7489

#5D7489
(93,116,137)
#556A7D
(85,106,125)
#4D6071
(77,96,113)
#455665
(69,86,101)
#3D4C59
(61,76,89)
#35424D
(53,66,77)
#2D3841
(45,56,65)
#252E35
(37,46,53)
#1D2429
(29,36,41)
#151A1D
(21,26,29)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #5D7489

#5D7489
(93,116,137)
#6B8093
(107,128,147)
#798C9D
(121,140,157)
#8798A7
(135,152,167)
#95A4B1
(149,164,177)
#A3B0BB
(163,176,187)
#B1BCC5
(177,188,197)
#BFC8CF
(191,200,207)
#CDD4D9
(205,212,217)
#DBE0E3
(219,224,227)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7489; }

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

This text font color is #5D7489.

Background Color

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

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

This div background color is #5D7489.

Border color

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

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

This div border color is #5D7489.

Opacity

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

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

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

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

This text has shadow with #5D7489 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D7489.

Preview

Color preview on black background

This text has color #5D7489 on black background.


Color preview on white background

This text has color #5D7489 on white background.


Black color preview on #5D7489 background

This text has black color on #5D7489 background.


White color preview on #5D7489 background

This text has white color on #5D7489 background.


Related colors

Complementary color

Complementary color for #hex is #A28B76.


I love getcolorcode.com

Triadic colors

1 #895D74 and #74895D with #5D7489 are triadic colors.

2 #89745D and #745D89 with #5D7489 are triadic colors.