COLOR #5D7F98

HEX: #5D7F98
RGB: (93,127,152)

Color info

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

RGB color model

#5D7F98 color RGB value is (93,127,152).

  • red value is 93;
  • green value is 127;
  • blue value is 152.
RGB:
(93,127,152)
(36%,50%,60%)

RGB channels and saturation

R 93 of 255 = 36%
G 127 of 255 = 50%
B 152 of 255 = 60%

93
127
152

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

Portions of RGB colors in percentages

R + G + B =
93 + 127 + 152 = 372 (100%)
R 93 of 372 ~ 25%
G 127 of 372 ~ 34.14%
B 152 of 372 ~ 40.86%

%25
%34.14
%40.86

CMYK color model

#5D7F98 color CMYK value is (39,16,0,40).

  • cyan value is 38.82%
  • magenta value is 16.45%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(39,16,0,40)
C39M16Y0K40 
(39%,16%,0%,40%)
(0.39/0.16/0.00/0.40)	

CMYK percentages

%38.82
%16.45
%0
%40.39

Codes

Color #5D7F98 in popluar color models

5D7F98
RGB93127152
HSL205°24.08%48.04%
HSB/HSV205°38.82%59.61%
CMYK38.82%16.45%0.00%
40.39%

Color #5D7F98 in popluar number systems.

HEX5D7F98
Decimal93127152
Binary1011101111111110011000
Octal135177230

Shades and tints

Shades of #5D7F98

#5D7F98
(93,127,152)
#55748B
(85,116,139)
#4D697E
(77,105,126)
#455E71
(69,94,113)
#3D5364
(61,83,100)
#354857
(53,72,87)
#2D3D4A
(45,61,74)
#25323D
(37,50,61)
#1D2730
(29,39,48)
#151C23
(21,28,35)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #5D7F98

#5D7F98
(93,127,152)
#6B8AA1
(107,138,161)
#7995AA
(121,149,170)
#87A0B3
(135,160,179)
#95ABBC
(149,171,188)
#A3B6C5
(163,182,197)
#B1C1CE
(177,193,206)
#BFCCD7
(191,204,215)
#CDD7E0
(205,215,224)
#DBE2E9
(219,226,233)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7F98; }

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

This text font color is #5D7F98.


Background Color

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

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

This div background color is #5D7F98.


Border color

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

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

This div border color is #5D7F98.


Opacity

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

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

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

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

This text has shadow with #5D7F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7F98 on black background.


Color preview on white background

This text has color #5D7F98 on white background.



Black color preview on #5D7F98 background

This text has black color on #5D7F98 background.


White color preview on #5D7F98 background

This text has white color on #5D7F98 background.