COLOR #5D7595

HEX: #5D7595 RGB: (93,117,149)

Color info

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

RGB color model

#5D7595 color RGB value is (93,117,149).

RGB: (93,117,149) (36%, 46%, 58%)

RGB channels and saturation

R 93 of 255 = 36%
G 117 of 255 = 46%
B 149 of 255 = 58%

93
117
149

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

Portions of RGB colors in percentages

R + G + B = 93 + 117 + 149 = 359 (100%)
R 93 of 359 ~ 25.91%
G 117 of 359 ~ 32.59%
B 149 of 359 ~ 41.5'%

%25.91
%32.59
%41.5

CMYK color model

#5D7595 color CMYK value is (38,21,0,42).

  • cyan value is 37.58%
  • magenta value is 21.48%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (38,21,0,42) C38M21Y0K42 (38%,21%,0%,42%) (0.38/0.21/0.00/0.42) 

CMYK percentages

%37.58
%21.48
%0
%41.57

Codes

Color #5D7595 in popluar color models

5D 75 95
RGB 93 117 149
HSL 214° 23.14% 47.45%
HSB/HSV 214° 37.58% 58.43%
CMYK 37.58% 21.48% 0.00%
41.57%

Color #5D7595 in popluar number systems.

HEX 5D 75 95
Decimal 93 117 149
Binary 1011101 1110101 10010101
Octal 135 165 225

Shades and tints

Shades of #5D7595

#5D7595
(93,117,149)
#556B88
(85,107,136)
#4D617B
(77,97,123)
#45576E
(69,87,110)
#3D4D61
(61,77,97)
#354354
(53,67,84)
#2D3947
(45,57,71)
#252F3A
(37,47,58)
#1D252D
(29,37,45)
#151B20
(21,27,32)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #5D7595

#5D7595
(93,117,149)
#6B819E
(107,129,158)
#798DA7
(121,141,167)
#8799B0
(135,153,176)
#95A5B9
(149,165,185)
#A3B1C2
(163,177,194)
#B1BDCB
(177,189,203)
#BFC9D4
(191,201,212)
#CDD5DD
(205,213,221)
#DBE1E6
(219,225,230)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7595 color. Also use rgb(93,117,149) instead hex code.

Text Font Color

.myTextColor { color: #5D7595; }

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

This text font color is #5D7595.

Background Color

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

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

This div background color is #5D7595.

Border color

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

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

This div border color is #5D7595.

Opacity

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

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

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

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

This text has shadow with #5D7595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D7595.

Preview

Color preview on black background

This text has color #5D7595 on black background.


Color preview on white background

This text has color #5D7595 on white background.


Black color preview on #5D7595 background

This text has black color on #5D7595 background.


White color preview on #5D7595 background

This text has white color on #5D7595 background.


Related colors

Complementary color

Complementary color for #hex is #A28A6A.


I love getcolorcode.com

Triadic colors

1 #955D75 and #75955D with #5D7595 are triadic colors.

2 #95755D and #755D95 with #5D7595 are triadic colors.