COLOR #5F5994

HEX: #5F5994 RGB: (95,89,148)

Color info

#5F5994 contains red, green and blue colors in about the same proportion. Web safe color of #5F5994 is #666699 (or #669).

RGB color model

#5F5994 color RGB value is (95,89,148).

RGB: (95,89,148) (37%, 35%, 58%)

RGB channels and saturation

R 95 of 255 = 37%
G 89 of 255 = 35%
B 148 of 255 = 58%

95
89
148

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

Portions of RGB colors in percentages

R + G + B = 95 + 89 + 148 = 332 (100%)
R 95 of 332 ~ 28.61%
G 89 of 332 ~ 26.81%
B 148 of 332 ~ 44.58'%

%28.61
%26.81
%44.58

CMYK color model

#5F5994 color CMYK value is (36,40,0,42).

  • cyan value is 35.81%
  • magenta value is 39.86%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (36,40,0,42)
C36M40Y0K42 (36%, 40%, 0%, 42%)
(0.36 / 0.40 / 0.00 / 0.42)

CMYK percentages

%35.81
%39.86
%0
%41.96

Codes

Color #5F5994 in popluar color models

5F 59 94
RGB 95 89 148
HSL 246° 24.89% 46.47%
HSB/HSV 246° 39.86% 58.04%
CMYK 35.81% 39.86% 0.00%
41.96%

Color #5F5994 in popluar number systems.

HEX 5F 59 94
Decimal 95 89 148
Binary 1011111 1011001 10010100
Octal 137 131 224

Shades and tints

Shades of #5F5994

#5F5994
(95,89,148)
#575187
(87,81,135)
#4F497A
(79,73,122)
#47416D
(71,65,109)
#3F3960
(63,57,96)
#373153
(55,49,83)
#2F2946
(47,41,70)
#272139
(39,33,57)
#1F192C
(31,25,44)
#17111F
(23,17,31)
#0F0912
(15,9,18)
#000000
(0,0,0)

Tints of #5F5994

#5F5994
(95,89,148)
#6D689D
(109,104,157)
#7B77A6
(123,119,166)
#8986AF
(137,134,175)
#9795B8
(151,149,184)
#A5A4C1
(165,164,193)
#B3B3CA
(179,179,202)
#C1C2D3
(193,194,211)
#CFD1DC
(207,209,220)
#DDE0E5
(221,224,229)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5994 color. Also use rgb(95,89,148) instead hex code.

Text Font Color

.myTextColor { color: #5F5994; }

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

This text font color is #5F5994.

Background Color

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

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

This div background color is #5F5994.

Border color

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

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

This div border color is #5F5994.

Opacity

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

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

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

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

This text has shadow with #5F5994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5994.

Preview

Color preview on black background

This text has color #5F5994 on black background.


Color preview on white background

This text has color #5F5994 on white background.


Black color preview on #5F5994 background

This text has black color on #5F5994 background.


White color preview on #5F5994 background

This text has white color on #5F5994 background.


Related colors

Complementary color

Complementary color for #hex is #A0A66B.


I love getcolorcode.com

Triadic colors

1 #945F59 and #59945F with #5F5994 are triadic colors.

2 #94595F and #595F94 with #5F5994 are triadic colors.