COLOR #5D7793

HEX: #5D7793
RGB: (93,119,147)

Color info

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

RGB color model

#5D7793 color RGB value is (93,119,147).

  • red value is 93;
  • green value is 119;
  • blue value is 147.
RGB:
(93,119,147)
(36%,47%,58%)

RGB channels and saturation

R 93 of 255 = 36%
G 119 of 255 = 47%
B 147 of 255 = 58%

93
119
147

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

Portions of RGB colors in percentages

R + G + B =
93 + 119 + 147 = 359 (100%)
R 93 of 359 ~ 25.91%
G 119 of 359 ~ 33.15%
B 147 of 359 ~ 40.95%

%25.91
%33.15
%40.95

CMYK color model

#5D7793 color CMYK value is (37,19,0,42).

  • cyan value is 36.73%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(37,19,0,42)
C37M19Y0K42 
(37%,19%,0%,42%)
(0.37/0.19/0.00/0.42)	

CMYK percentages

%36.73
%19.05
%0
%42.35

Codes

Color #5D7793 in popluar color models

5D7793
RGB93119147
HSL211°22.50%47.06%
HSB/HSV211°36.73%57.65%
CMYK36.73%19.05%0.00%
42.35%

Color #5D7793 in popluar number systems.

HEX5D7793
Decimal93119147
Binary1011101111011110010011
Octal135167223

Shades and tints

Shades of #5D7793

#5D7793
(93,119,147)
#556D86
(85,109,134)
#4D6379
(77,99,121)
#45596C
(69,89,108)
#3D4F5F
(61,79,95)
#354552
(53,69,82)
#2D3B45
(45,59,69)
#253138
(37,49,56)
#1D272B
(29,39,43)
#151D1E
(21,29,30)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #5D7793

#5D7793
(93,119,147)
#6B839C
(107,131,156)
#798FA5
(121,143,165)
#879BAE
(135,155,174)
#95A7B7
(149,167,183)
#A3B3C0
(163,179,192)
#B1BFC9
(177,191,201)
#BFCBD2
(191,203,210)
#CDD7DB
(205,215,219)
#DBE3E4
(219,227,228)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7793 color. Also use rgb(93,119,147) instead hex code.

Text Font Color

.myTextColor { color: #5D7793; }

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

This text font color is #5D7793.


Background Color

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

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

This div background color is #5D7793.


Border color

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

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

This div border color is #5D7793.


Opacity

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

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

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

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

This text has shadow with #5D7793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7793 on black background.


Color preview on white background

This text has color #5D7793 on white background.



Black color preview on #5D7793 background

This text has black color on #5D7793 background.


White color preview on #5D7793 background

This text has white color on #5D7793 background.