COLOR #5F469D

HEX: #5F469D RGB: (95,70,157)

Color info

#5F469D contains mainly blue color. Web safe color of #5F469D is #663399 (or #639).

RGB color model

#5F469D color RGB value is (95,70,157).

RGB: (95,70,157) (37%, 27%, 62%)

RGB channels and saturation

R 95 of 255 = 37%
G 70 of 255 = 27%
B 157 of 255 = 62%

95
70
157

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

Portions of RGB colors in percentages

R + G + B = 95 + 70 + 157 = 322 (100%)
R 95 of 322 ~ 29.5%
G 70 of 322 ~ 21.74%
B 157 of 322 ~ 48.76'%

%29.5
%21.74
%48.76

CMYK color model

#5F469D color CMYK value is (39,55,0,38).

  • cyan value is 39.49%
  • magenta value is 55.41%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (39,55,0,38)
C39M55Y0K38 (39%, 55%, 0%, 38%)
(0.39 / 0.55 / 0.00 / 0.38)

CMYK percentages

%39.49
%55.41
%0
%38.43

Codes

Color #5F469D in popluar color models

5F 46 9D
RGB 95 70 157
HSL 257° 38.33% 44.51%
HSB/HSV 257° 55.41% 61.57%
CMYK 39.49% 55.41% 0.00%
38.43%

Color #5F469D in popluar number systems.

HEX 5F 46 9D
Decimal 95 70 157
Binary 1011111 1000110 10011101
Octal 137 106 235

Shades and tints

Shades of #5F469D

#5F469D
(95,70,157)
#57408F
(87,64,143)
#4F3A81
(79,58,129)
#473473
(71,52,115)
#3F2E65
(63,46,101)
#372857
(55,40,87)
#2F2249
(47,34,73)
#271C3B
(39,28,59)
#1F162D
(31,22,45)
#17101F
(23,16,31)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #5F469D

#5F469D
(95,70,157)
#6D56A5
(109,86,165)
#7B66AD
(123,102,173)
#8976B5
(137,118,181)
#9786BD
(151,134,189)
#A596C5
(165,150,197)
#B3A6CD
(179,166,205)
#C1B6D5
(193,182,213)
#CFC6DD
(207,198,221)
#DDD6E5
(221,214,229)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F469D color. Also use rgb(95,70,157) instead hex code.

Text Font Color

.myTextColor { color: #5F469D; }

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

This text font color is #5F469D.

Background Color

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

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

This div background color is #5F469D.

Border color

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

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

This div border color is #5F469D.

Opacity

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

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

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

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

This text has shadow with #5F469D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F469D.

Preview

Color preview on black background

This text has color #5F469D on black background.


Color preview on white background

This text has color #5F469D on white background.


Black color preview on #5F469D background

This text has black color on #5F469D background.


White color preview on #5F469D background

This text has white color on #5F469D background.


Related colors

Complementary color

Complementary color for #hex is #A0B962.


I love getcolorcode.com

Triadic colors

1 #9D5F46 and #469D5F with #5F469D are triadic colors.

2 #9D465F and #465F9D with #5F469D are triadic colors.