COLOR #5D7FA4

HEX: #5D7FA4
RGB: (93,127,164)

Color info

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

RGB color model

#5D7FA4 color RGB value is (93,127,164).

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

RGB channels and saturation

R 93 of 255 = 36%
G 127 of 255 = 50%
B 164 of 255 = 64%

93
127
164

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

Portions of RGB colors in percentages

R + G + B =
93 + 127 + 164 = 384 (100%)
R 93 of 384 ~ 24.22%
G 127 of 384 ~ 33.07%
B 164 of 384 ~ 42.71%

%24.22
%33.07
%42.71

CMYK color model

#5D7FA4 color CMYK value is (43,23,0,36).

  • cyan value is 43.29%
  • magenta value is 22.56%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(43,23,0,36)
C43M23Y0K36 
(43%,23%,0%,36%)
(0.43/0.23/0.00/0.36)	

CMYK percentages

%43.29
%22.56
%0
%35.69

Codes

Color #5D7FA4 in popluar color models

5D7FA4
RGB93127164
HSL211°28.06%50.39%
HSB/HSV211°43.29%64.31%
CMYK43.29%22.56%0.00%
35.69%

Color #5D7FA4 in popluar number systems.

HEX5D7FA4
Decimal93127164
Binary1011101111111110100100
Octal135177244

Shades and tints

Shades of #5D7FA4

#5D7FA4
(93,127,164)
#557496
(85,116,150)
#4D6988
(77,105,136)
#455E7A
(69,94,122)
#3D536C
(61,83,108)
#35485E
(53,72,94)
#2D3D50
(45,61,80)
#253242
(37,50,66)
#1D2734
(29,39,52)
#151C26
(21,28,38)
#0D1118
(13,17,24)
#000000
(0,0,0)

Tints of #5D7FA4

#5D7FA4
(93,127,164)
#6B8AAC
(107,138,172)
#7995B4
(121,149,180)
#87A0BC
(135,160,188)
#95ABC4
(149,171,196)
#A3B6CC
(163,182,204)
#B1C1D4
(177,193,212)
#BFCCDC
(191,204,220)
#CDD7E4
(205,215,228)
#DBE2EC
(219,226,236)
#E9EDF4
(233,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7FA4; }

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

This text font color is #5D7FA4.


Background Color

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

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

This div background color is #5D7FA4.


Border color

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

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

This div border color is #5D7FA4.


Opacity

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

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

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

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

This text has shadow with #5D7FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7FA4 on black background.


Color preview on white background

This text has color #5D7FA4 on white background.



Black color preview on #5D7FA4 background

This text has black color on #5D7FA4 background.


White color preview on #5D7FA4 background

This text has white color on #5D7FA4 background.