COLOR #5F4B97

HEX: #5F4B97 RGB: (95,75,151)

Color info

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

RGB color model

#5F4B97 color RGB value is (95,75,151).

RGB: (95,75,151) (37%, 29%, 59%)

RGB channels and saturation

R 95 of 255 = 37%
G 75 of 255 = 29%
B 151 of 255 = 59%

95
75
151

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

Portions of RGB colors in percentages

R + G + B = 95 + 75 + 151 = 321 (100%)
R 95 of 321 ~ 29.6%
G 75 of 321 ~ 23.36%
B 151 of 321 ~ 47.04'%

%29.6
%23.36
%47.04

CMYK color model

#5F4B97 color CMYK value is (37,50,0,41).

  • cyan value is 37.09%
  • magenta value is 50.33%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (37,50,0,41)
C37M50Y0K41 (37%, 50%, 0%, 41%)
(0.37 / 0.50 / 0.00 / 0.41)

CMYK percentages

%37.09
%50.33
%0
%40.78

Codes

Color #5F4B97 in popluar color models

5F 4B 97
RGB 95 75 151
HSL 256° 33.63% 44.31%
HSB/HSV 256° 50.33% 59.22%
CMYK 37.09% 50.33% 0.00%
40.78%

Color #5F4B97 in popluar number systems.

HEX 5F 4B 97
Decimal 95 75 151
Binary 1011111 1001011 10010111
Octal 137 113 227

Shades and tints

Shades of #5F4B97

#5F4B97
(95,75,151)
#57458A
(87,69,138)
#4F3F7D
(79,63,125)
#473970
(71,57,112)
#3F3363
(63,51,99)
#372D56
(55,45,86)
#2F2749
(47,39,73)
#27213C
(39,33,60)
#1F1B2F
(31,27,47)
#171522
(23,21,34)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #5F4B97

#5F4B97
(95,75,151)
#6D5BA0
(109,91,160)
#7B6BA9
(123,107,169)
#897BB2
(137,123,178)
#978BBB
(151,139,187)
#A59BC4
(165,155,196)
#B3ABCD
(179,171,205)
#C1BBD6
(193,187,214)
#CFCBDF
(207,203,223)
#DDDBE8
(221,219,232)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4B97 color. Also use rgb(95,75,151) instead hex code.

Text Font Color

.myTextColor { color: #5F4B97; }

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

This text font color is #5F4B97.

Background Color

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

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

This div background color is #5F4B97.

Border color

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

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

This div border color is #5F4B97.

Opacity

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

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

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

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

This text has shadow with #5F4B97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4B97.

Preview

Color preview on black background

This text has color #5F4B97 on black background.


Color preview on white background

This text has color #5F4B97 on white background.


Black color preview on #5F4B97 background

This text has black color on #5F4B97 background.


White color preview on #5F4B97 background

This text has white color on #5F4B97 background.


Related colors

Complementary color

Complementary color for #hex is #A0B468.


I love getcolorcode.com

Triadic colors

1 #975F4B and #4B975F with #5F4B97 are triadic colors.

2 #974B5F and #4B5F97 with #5F4B97 are triadic colors.