COLOR #5F4599

HEX: #5F4599
RGB: (95,69,153)

Color info

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

RGB color model

#5F4599 color RGB value is (95,69,153).

  • red value is 95;
  • green value is 69;
  • blue value is 153.
RGB:
(95,69,153)
(37%,27%,60%)

RGB channels and saturation

R 95 of 255 = 37%
G 69 of 255 = 27%
B 153 of 255 = 60%

95
69
153

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

Portions of RGB colors in percentages

R + G + B =
95 + 69 + 153 = 317 (100%)
R 95 of 317 ~ 29.97%
G 69 of 317 ~ 21.77%
B 153 of 317 ~ 48.26%

%29.97
%21.77
%48.26

CMYK color model

#5F4599 color CMYK value is (38,55,0,40).

  • cyan value is 37.91%
  • magenta value is 54.90%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(38,55,0,40)
C38M55Y0K40 
(38%,55%,0%,40%)
(0.38/0.55/0.00/0.40)	

CMYK percentages

%37.91
%54.9
%0
%40

Codes

Color #5F4599 in popluar color models

5F4599
RGB9569153
HSL259°37.84%43.53%
HSB/HSV259°54.90%60.00%
CMYK37.91%54.90%0.00%
40.00%

Color #5F4599 in popluar number systems.

HEX5F4599
Decimal9569153
Binary1011111100010110011001
Octal137105231

Shades and tints

Shades of #5F4599

#5F4599
(95,69,153)
#573F8C
(87,63,140)
#4F397F
(79,57,127)
#473372
(71,51,114)
#3F2D65
(63,45,101)
#372758
(55,39,88)
#2F214B
(47,33,75)
#271B3E
(39,27,62)
#1F1531
(31,21,49)
#170F24
(23,15,36)
#0F0917
(15,9,23)
#000000
(0,0,0)

Tints of #5F4599

#5F4599
(95,69,153)
#6D55A2
(109,85,162)
#7B65AB
(123,101,171)
#8975B4
(137,117,180)
#9785BD
(151,133,189)
#A595C6
(165,149,198)
#B3A5CF
(179,165,207)
#C1B5D8
(193,181,216)
#CFC5E1
(207,197,225)
#DDD5EA
(221,213,234)
#EBE5F3
(235,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4599; }

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

This text font color is #5F4599.


Background Color

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

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

This div background color is #5F4599.


Border color

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

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

This div border color is #5F4599.


Opacity

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

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

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

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

This text has shadow with #5F4599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4599 on black background.


Color preview on white background

This text has color #5F4599 on white background.



Black color preview on #5F4599 background

This text has black color on #5F4599 background.


White color preview on #5F4599 background

This text has white color on #5F4599 background.