COLOR #5D7296

HEX: #5D7296
RGB: (93,114,150)

Color info

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

RGB color model

#5D7296 color RGB value is (93,114,150).

  • red value is 93;
  • green value is 114;
  • blue value is 150.
RGB:
(93,114,150)
(36%,45%,59%)

RGB channels and saturation

R 93 of 255 = 36%
G 114 of 255 = 45%
B 150 of 255 = 59%

93
114
150

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

Portions of RGB colors in percentages

R + G + B =
93 + 114 + 150 = 357 (100%)
R 93 of 357 ~ 26.05%
G 114 of 357 ~ 31.93%
B 150 of 357 ~ 42.02%

%26.05
%31.93
%42.02

CMYK color model

#5D7296 color CMYK value is (38,24,0,41).

  • cyan value is 38.00%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(38,24,0,41)
C38M24Y0K41 
(38%,24%,0%,41%)
(0.38/0.24/0.00/0.41)	

CMYK percentages

%38
%24
%0
%41.18

Codes

Color #5D7296 in popluar color models

5D7296
RGB93114150
HSL218°23.46%47.65%
HSB/HSV218°38.00%58.82%
CMYK38.00%24.00%0.00%
41.18%

Color #5D7296 in popluar number systems.

HEX5D7296
Decimal93114150
Binary1011101111001010010110
Octal135162226

Shades and tints

Shades of #5D7296

#5D7296
(93,114,150)
#556889
(85,104,137)
#4D5E7C
(77,94,124)
#45546F
(69,84,111)
#3D4A62
(61,74,98)
#354055
(53,64,85)
#2D3648
(45,54,72)
#252C3B
(37,44,59)
#1D222E
(29,34,46)
#151821
(21,24,33)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #5D7296

#5D7296
(93,114,150)
#6B7E9F
(107,126,159)
#798AA8
(121,138,168)
#8796B1
(135,150,177)
#95A2BA
(149,162,186)
#A3AEC3
(163,174,195)
#B1BACC
(177,186,204)
#BFC6D5
(191,198,213)
#CDD2DE
(205,210,222)
#DBDEE7
(219,222,231)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7296 color. Also use rgb(93,114,150) instead hex code.

Text Font Color

.myTextColor { color: #5D7296; }

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

This text font color is #5D7296.


Background Color

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

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

This div background color is #5D7296.


Border color

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

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

This div border color is #5D7296.


Opacity

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

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

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

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

This text has shadow with #5D7296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7296 on black background.


Color preview on white background

This text has color #5D7296 on white background.



Black color preview on #5D7296 background

This text has black color on #5D7296 background.


White color preview on #5D7296 background

This text has white color on #5D7296 background.