COLOR #5F328B

HEX: #5F328B RGB: (95,50,139)

Color info

#5F328B contains mainly red and blue colors. Web safe color of #5F328B is #663399 (or #639).

RGB color model

#5F328B color RGB value is (95,50,139).

RGB: (95,50,139) (37%, 20%, 55%)

RGB channels and saturation

R 95 of 255 = 37%
G 50 of 255 = 20%
B 139 of 255 = 55%

95
50
139

R + G + B ~ 37%. #5F328B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 50 + 139 = 284 (100%)
R 95 of 284 ~ 33.45%
G 50 of 284 ~ 17.61%
B 139 of 284 ~ 48.94'%

%33.45
%17.61
%48.94

CMYK color model

#5F328B color CMYK value is (32,64,0,45).

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

CMYK: (32,64,0,45)
C32M64Y0K45 (32%, 64%, 0%, 45%)
(0.32 / 0.64 / 0.00 / 0.45)

CMYK percentages

%31.65
%64.03
%0
%45.49

Codes

Color #5F328B in popluar color models

5F 32 8B
RGB 95 50 139
HSL 270° 47.09% 37.06%
HSB/HSV 270° 64.03% 54.51%
CMYK 31.65% 64.03% 0.00%
45.49%

Color #5F328B in popluar number systems.

HEX 5F 32 8B
Decimal 95 50 139
Binary 1011111 110010 10001011
Octal 137 62 213

Shades and tints

Shades of #5F328B

#5F328B
(95,50,139)
#572E7F
(87,46,127)
#4F2A73
(79,42,115)
#472667
(71,38,103)
#3F225B
(63,34,91)
#371E4F
(55,30,79)
#2F1A43
(47,26,67)
#271637
(39,22,55)
#1F122B
(31,18,43)
#170E1F
(23,14,31)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #5F328B

#5F328B
(95,50,139)
#6D4495
(109,68,149)
#7B569F
(123,86,159)
#8968A9
(137,104,169)
#977AB3
(151,122,179)
#A58CBD
(165,140,189)
#B39EC7
(179,158,199)
#C1B0D1
(193,176,209)
#CFC2DB
(207,194,219)
#DDD4E5
(221,212,229)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F328B; }

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

This text font color is #5F328B.

Background Color

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

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

This div background color is #5F328B.

Border color

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

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

This div border color is #5F328B.

Opacity

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

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

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

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

This text has shadow with #5F328B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F328B.

Preview

Color preview on black background

This text has color #5F328B on black background.


Color preview on white background

This text has color #5F328B on white background.


Black color preview on #5F328B background

This text has black color on #5F328B background.


White color preview on #5F328B background

This text has white color on #5F328B background.


Related colors

Complementary color

Complementary color for #hex is #A0CD74.


I love getcolorcode.com

Triadic colors

1 #8B5F32 and #328B5F with #5F328B are triadic colors.

2 #8B325F and #325F8B with #5F328B are triadic colors.