COLOR #5F4993

HEX: #5F4993 RGB: (95,73,147)

Color info

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

RGB color model

#5F4993 color RGB value is (95,73,147).

RGB: (95,73,147) (37%, 29%, 58%)

RGB channels and saturation

R 95 of 255 = 37%
G 73 of 255 = 29%
B 147 of 255 = 58%

95
73
147

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

Portions of RGB colors in percentages

R + G + B = 95 + 73 + 147 = 315 (100%)
R 95 of 315 ~ 30.16%
G 73 of 315 ~ 23.17%
B 147 of 315 ~ 46.67'%

%30.16
%23.17
%46.67

CMYK color model

#5F4993 color CMYK value is (35,50,0,42).

  • cyan value is 35.37%
  • magenta value is 50.34%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (35,50,0,42)
C35M50Y0K42 (35%, 50%, 0%, 42%)
(0.35 / 0.50 / 0.00 / 0.42)

CMYK percentages

%35.37
%50.34
%0
%42.35

Codes

Color #5F4993 in popluar color models

5F 49 93
RGB 95 73 147
HSL 258° 33.64% 43.14%
HSB/HSV 258° 50.34% 57.65%
CMYK 35.37% 50.34% 0.00%
42.35%

Color #5F4993 in popluar number systems.

HEX 5F 49 93
Decimal 95 73 147
Binary 1011111 1001001 10010011
Octal 137 111 223

Shades and tints

Shades of #5F4993

#5F4993
(95,73,147)
#574386
(87,67,134)
#4F3D79
(79,61,121)
#47376C
(71,55,108)
#3F315F
(63,49,95)
#372B52
(55,43,82)
#2F2545
(47,37,69)
#271F38
(39,31,56)
#1F192B
(31,25,43)
#17131E
(23,19,30)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #5F4993

#5F4993
(95,73,147)
#6D599C
(109,89,156)
#7B69A5
(123,105,165)
#8979AE
(137,121,174)
#9789B7
(151,137,183)
#A599C0
(165,153,192)
#B3A9C9
(179,169,201)
#C1B9D2
(193,185,210)
#CFC9DB
(207,201,219)
#DDD9E4
(221,217,228)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4993 color. Also use rgb(95,73,147) instead hex code.

Text Font Color

.myTextColor { color: #5F4993; }

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

This text font color is #5F4993.

Background Color

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

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

This div background color is #5F4993.

Border color

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

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

This div border color is #5F4993.

Opacity

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

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

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

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

This text has shadow with #5F4993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4993.

Preview

Color preview on black background

This text has color #5F4993 on black background.


Color preview on white background

This text has color #5F4993 on white background.


Black color preview on #5F4993 background

This text has black color on #5F4993 background.


White color preview on #5F4993 background

This text has white color on #5F4993 background.


Related colors

Complementary color

Complementary color for #hex is #A0B66C.


I love getcolorcode.com

Triadic colors

1 #935F49 and #49935F with #5F4993 are triadic colors.

2 #93495F and #495F93 with #5F4993 are triadic colors.