COLOR #5F4799

HEX: #5F4799 RGB: (95,71,153)

Color info

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

RGB color model

#5F4799 color RGB value is (95,71,153).

RGB: (95,71,153) (37%, 28%, 60%)

RGB channels and saturation

R 95 of 255 = 37%
G 71 of 255 = 28%
B 153 of 255 = 60%

95
71
153

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

Portions of RGB colors in percentages

R + G + B = 95 + 71 + 153 = 319 (100%)
R 95 of 319 ~ 29.78%
G 71 of 319 ~ 22.26%
B 153 of 319 ~ 47.96'%

%29.78
%22.26
%47.96

CMYK color model

#5F4799 color CMYK value is (38,54,0,40).

  • cyan value is 37.91%
  • magenta value is 53.59%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (38,54,0,40)
C38M54Y0K40 (38%, 54%, 0%, 40%)
(0.38 / 0.54 / 0.00 / 0.40)

CMYK percentages

%37.91
%53.59
%0
%40

Codes

Color #5F4799 in popluar color models

5F 47 99
RGB 95 71 153
HSL 258° 36.61% 43.92%
HSB/HSV 258° 53.59% 60.00%
CMYK 37.91% 53.59% 0.00%
40.00%

Color #5F4799 in popluar number systems.

HEX 5F 47 99
Decimal 95 71 153
Binary 1011111 1000111 10011001
Octal 137 107 231

Shades and tints

Shades of #5F4799

#5F4799
(95,71,153)
#57418C
(87,65,140)
#4F3B7F
(79,59,127)
#473572
(71,53,114)
#3F2F65
(63,47,101)
#372958
(55,41,88)
#2F234B
(47,35,75)
#271D3E
(39,29,62)
#1F1731
(31,23,49)
#171124
(23,17,36)
#0F0B17
(15,11,23)
#000000
(0,0,0)

Tints of #5F4799

#5F4799
(95,71,153)
#6D57A2
(109,87,162)
#7B67AB
(123,103,171)
#8977B4
(137,119,180)
#9787BD
(151,135,189)
#A597C6
(165,151,198)
#B3A7CF
(179,167,207)
#C1B7D8
(193,183,216)
#CFC7E1
(207,199,225)
#DDD7EA
(221,215,234)
#EBE7F3
(235,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4799 color. Also use rgb(95,71,153) instead hex code.

Text Font Color

.myTextColor { color: #5F4799; }

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

This text font color is #5F4799.

Background Color

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

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

This div background color is #5F4799.

Border color

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

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

This div border color is #5F4799.

Opacity

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

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

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

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

This text has shadow with #5F4799 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4799.

Preview

Color preview on black background

This text has color #5F4799 on black background.


Color preview on white background

This text has color #5F4799 on white background.


Black color preview on #5F4799 background

This text has black color on #5F4799 background.


White color preview on #5F4799 background

This text has white color on #5F4799 background.


Related colors

Complementary color

Complementary color for #hex is #A0B866.


I love getcolorcode.com

Triadic colors

1 #995F47 and #47995F with #5F4799 are triadic colors.

2 #99475F and #475F99 with #5F4799 are triadic colors.