COLOR #5D5F8B

HEX: #5D5F8B RGB: (93,95,139)

Color info

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

RGB color model

#5D5F8B color RGB value is (93,95,139).

RGB: (93,95,139) (36%, 37%, 55%)

RGB channels and saturation

R 93 of 255 = 36%
G 95 of 255 = 37%
B 139 of 255 = 55%

93
95
139

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

Portions of RGB colors in percentages

R + G + B = 93 + 95 + 139 = 327 (100%)
R 93 of 327 ~ 28.44%
G 95 of 327 ~ 29.05%
B 139 of 327 ~ 42.51'%

%28.44
%29.05
%42.51

CMYK color model

#5D5F8B color CMYK value is (33,32,0,45).

  • cyan value is 33.09%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (33,32,0,45)
C33M32Y0K45 (33%, 32%, 0%, 45%)
(0.33 / 0.32 / 0.00 / 0.45)

CMYK percentages

%33.09
%31.65
%0
%45.49

Codes

Color #5D5F8B in popluar color models

5D 5F 8B
RGB 93 95 139
HSL 237° 19.83% 45.49%
HSB/HSV 237° 33.09% 54.51%
CMYK 33.09% 31.65% 0.00%
45.49%

Color #5D5F8B in popluar number systems.

HEX 5D 5F 8B
Decimal 93 95 139
Binary 1011101 1011111 10001011
Octal 135 137 213

Shades and tints

Shades of #5D5F8B

#5D5F8B
(93,95,139)
#55577F
(85,87,127)
#4D4F73
(77,79,115)
#454767
(69,71,103)
#3D3F5B
(61,63,91)
#35374F
(53,55,79)
#2D2F43
(45,47,67)
#252737
(37,39,55)
#1D1F2B
(29,31,43)
#15171F
(21,23,31)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #5D5F8B

#5D5F8B
(93,95,139)
#6B6D95
(107,109,149)
#797B9F
(121,123,159)
#8789A9
(135,137,169)
#9597B3
(149,151,179)
#A3A5BD
(163,165,189)
#B1B3C7
(177,179,199)
#BFC1D1
(191,193,209)
#CDCFDB
(205,207,219)
#DBDDE5
(219,221,229)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5F8B color. Also use rgb(93,95,139) instead hex code.

Text Font Color

.myTextColor { color: #5D5F8B; }

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

This text font color is #5D5F8B.

Background Color

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

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

This div background color is #5D5F8B.

Border color

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

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

This div border color is #5D5F8B.

Opacity

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

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

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

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

This text has shadow with #5D5F8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5F8B.

Preview

Color preview on black background

This text has color #5D5F8B on black background.


Color preview on white background

This text has color #5D5F8B on white background.


Black color preview on #5D5F8B background

This text has black color on #5D5F8B background.


White color preview on #5D5F8B background

This text has white color on #5D5F8B background.


Related colors

Complementary color

Complementary color for #hex is #A2A074.


I love getcolorcode.com

Triadic colors

1 #8B5D5F and #5F8B5D with #5D5F8B are triadic colors.

2 #8B5F5D and #5F5D8B with #5D5F8B are triadic colors.