COLOR #5D599C

HEX: #5D599C RGB: (93,89,156)

Color info

#5D599C contains mainly blue color. Web safe color of #5D599C is #666699 (or #669).

RGB color model

#5D599C color RGB value is (93,89,156).

RGB: (93,89,156) (36%, 35%, 61%)

RGB channels and saturation

R 93 of 255 = 36%
G 89 of 255 = 35%
B 156 of 255 = 61%

93
89
156

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

Portions of RGB colors in percentages

R + G + B = 93 + 89 + 156 = 338 (100%)
R 93 of 338 ~ 27.51%
G 89 of 338 ~ 26.33%
B 156 of 338 ~ 46.15'%

%27.51
%26.33
%46.15

CMYK color model

#5D599C color CMYK value is (40,43,0,39).

  • cyan value is 40.38%
  • magenta value is 42.95%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (40,43,0,39)
C40M43Y0K39 (40%, 43%, 0%, 39%)
(0.40 / 0.43 / 0.00 / 0.39)

CMYK percentages

%40.38
%42.95
%0
%38.82

Codes

Color #5D599C in popluar color models

5D 59 9C
RGB 93 89 156
HSL 244° 27.35% 48.04%
HSB/HSV 244° 42.95% 61.18%
CMYK 40.38% 42.95% 0.00%
38.82%

Color #5D599C in popluar number systems.

HEX 5D 59 9C
Decimal 93 89 156
Binary 1011101 1011001 10011100
Octal 135 131 234

Shades and tints

Shades of #5D599C

#5D599C
(93,89,156)
#55518E
(85,81,142)
#4D4980
(77,73,128)
#454172
(69,65,114)
#3D3964
(61,57,100)
#353156
(53,49,86)
#2D2948
(45,41,72)
#25213A
(37,33,58)
#1D192C
(29,25,44)
#15111E
(21,17,30)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #5D599C

#5D599C
(93,89,156)
#6B68A5
(107,104,165)
#7977AE
(121,119,174)
#8786B7
(135,134,183)
#9595C0
(149,149,192)
#A3A4C9
(163,164,201)
#B1B3D2
(177,179,210)
#BFC2DB
(191,194,219)
#CDD1E4
(205,209,228)
#DBE0ED
(219,224,237)
#E9EFF6
(233,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D599C color. Also use rgb(93,89,156) instead hex code.

Text Font Color

.myTextColor { color: #5D599C; }

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

This text font color is #5D599C.

Background Color

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

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

This div background color is #5D599C.

Border color

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

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

This div border color is #5D599C.

Opacity

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

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

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

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

This text has shadow with #5D599C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D599C.

Preview

Color preview on black background

This text has color #5D599C on black background.


Color preview on white background

This text has color #5D599C on white background.


Black color preview on #5D599C background

This text has black color on #5D599C background.


White color preview on #5D599C background

This text has white color on #5D599C background.


Related colors

Complementary color

Complementary color for #hex is #A2A663.


I love getcolorcode.com

Triadic colors

1 #9C5D59 and #599C5D with #5D599C are triadic colors.

2 #9C595D and #595D9C with #5D599C are triadic colors.