COLOR #5D7693

HEX: #5D7693 RGB: (93,118,147)

Color info

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

RGB color model

#5D7693 color RGB value is (93,118,147).

RGB: (93,118,147) (36%, 46%, 58%)

RGB channels and saturation

R 93 of 255 = 36%
G 118 of 255 = 46%
B 147 of 255 = 58%

93
118
147

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

Portions of RGB colors in percentages

R + G + B = 93 + 118 + 147 = 358 (100%)
R 93 of 358 ~ 25.98%
G 118 of 358 ~ 32.96%
B 147 of 358 ~ 41.06'%

%25.98
%32.96
%41.06

CMYK color model

#5D7693 color CMYK value is (37,20,0,42).

  • cyan value is 36.73%
  • magenta value is 19.73%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK: (37,20,0,42) C37M20Y0K42 (37%,20%,0%,42%) (0.37/0.20/0.00/0.42) 

CMYK percentages

%36.73
%19.73
%0
%42.35

Codes

Color #5D7693 in popluar color models

5D 76 93
RGB 93 118 147
HSL 212° 22.50% 47.06%
HSB/HSV 212° 36.73% 57.65%
CMYK 36.73% 19.73% 0.00%
42.35%

Color #5D7693 in popluar number systems.

HEX 5D 76 93
Decimal 93 118 147
Binary 1011101 1110110 10010011
Octal 135 166 223

Shades and tints

Shades of #5D7693

#5D7693
(93,118,147)
#556C86
(85,108,134)
#4D6279
(77,98,121)
#45586C
(69,88,108)
#3D4E5F
(61,78,95)
#354452
(53,68,82)
#2D3A45
(45,58,69)
#253038
(37,48,56)
#1D262B
(29,38,43)
#151C1E
(21,28,30)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #5D7693

#5D7693
(93,118,147)
#6B829C
(107,130,156)
#798EA5
(121,142,165)
#879AAE
(135,154,174)
#95A6B7
(149,166,183)
#A3B2C0
(163,178,192)
#B1BEC9
(177,190,201)
#BFCAD2
(191,202,210)
#CDD6DB
(205,214,219)
#DBE2E4
(219,226,228)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7693; }

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

This text font color is #5D7693.

Background Color

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

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

This div background color is #5D7693.

Border color

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

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

This div border color is #5D7693.

Opacity

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

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

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

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

This text has shadow with #5D7693 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D7693.

Preview

Color preview on black background

This text has color #5D7693 on black background.


Color preview on white background

This text has color #5D7693 on white background.


Black color preview on #5D7693 background

This text has black color on #5D7693 background.


White color preview on #5D7693 background

This text has white color on #5D7693 background.


Related colors

Complementary color

Complementary color for #hex is #A2896C.


I love getcolorcode.com

Triadic colors

1 #935D76 and #76935D with #5D7693 are triadic colors.

2 #93765D and #765D93 with #5D7693 are triadic colors.