COLOR #5D7F9D

HEX: #5D7F9D RGB: (93,127,157)

Color info

#5D7F9D contains mainly green and blue colors. Web safe color of #5D7F9D is #666699 (or #669).

RGB color model

#5D7F9D color RGB value is (93,127,157).

RGB: (93,127,157) (36%, 50%, 62%)

RGB channels and saturation

R 93 of 255 = 36%
G 127 of 255 = 50%
B 157 of 255 = 62%

93
127
157

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

Portions of RGB colors in percentages

R + G + B = 93 + 127 + 157 = 377 (100%)
R 93 of 377 ~ 24.67%
G 127 of 377 ~ 33.69%
B 157 of 377 ~ 41.64'%

%24.67
%33.69
%41.64

CMYK color model

#5D7F9D color CMYK value is (41,19,0,38).

  • cyan value is 40.76%
  • magenta value is 19.11%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (41,19,0,38)
C41M19Y0K38 (41%, 19%, 0%, 38%)
(0.41 / 0.19 / 0.00 / 0.38)

CMYK percentages

%40.76
%19.11
%0
%38.43

Codes

Color #5D7F9D in popluar color models

5D 7F 9D
RGB 93 127 157
HSL 208° 25.60% 49.02%
HSB/HSV 208° 40.76% 61.57%
CMYK 40.76% 19.11% 0.00%
38.43%

Color #5D7F9D in popluar number systems.

HEX 5D 7F 9D
Decimal 93 127 157
Binary 1011101 1111111 10011101
Octal 135 177 235

Shades and tints

Shades of #5D7F9D

#5D7F9D
(93,127,157)
#55748F
(85,116,143)
#4D6981
(77,105,129)
#455E73
(69,94,115)
#3D5365
(61,83,101)
#354857
(53,72,87)
#2D3D49
(45,61,73)
#25323B
(37,50,59)
#1D272D
(29,39,45)
#151C1F
(21,28,31)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #5D7F9D

#5D7F9D
(93,127,157)
#6B8AA5
(107,138,165)
#7995AD
(121,149,173)
#87A0B5
(135,160,181)
#95ABBD
(149,171,189)
#A3B6C5
(163,182,197)
#B1C1CD
(177,193,205)
#BFCCD5
(191,204,213)
#CDD7DD
(205,215,221)
#DBE2E5
(219,226,229)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7F9D color. Also use rgb(93,127,157) instead hex code.

Text Font Color

.myTextColor { color: #5D7F9D; }

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

This text font color is #5D7F9D.

Background Color

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

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

This div background color is #5D7F9D.

Border color

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

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

This div border color is #5D7F9D.

Opacity

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

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

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

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

This text has shadow with #5D7F9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D7F9D.

Preview

Color preview on black background

This text has color #5D7F9D on black background.


Color preview on white background

This text has color #5D7F9D on white background.


Black color preview on #5D7F9D background

This text has black color on #5D7F9D background.


White color preview on #5D7F9D background

This text has white color on #5D7F9D background.


Related colors

Complementary color

Complementary color for #hex is #A28062.


I love getcolorcode.com

Triadic colors

1 #9D5D7F and #7F9D5D with #5D7F9D are triadic colors.

2 #9D7F5D and #7F5D9D with #5D7F9D are triadic colors.