COLOR #5F5E89

HEX: #5F5E89 RGB: (95,94,137)

Color info

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

RGB color model

#5F5E89 color RGB value is (95,94,137).

RGB: (95,94,137) (37%, 37%, 54%)

RGB channels and saturation

R 95 of 255 = 37%
G 94 of 255 = 37%
B 137 of 255 = 54%

95
94
137

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

Portions of RGB colors in percentages

R + G + B = 95 + 94 + 137 = 326 (100%)
R 95 of 326 ~ 29.14%
G 94 of 326 ~ 28.83%
B 137 of 326 ~ 42.02'%

%29.14
%28.83
%42.02

CMYK color model

#5F5E89 color CMYK value is (31,31,0,46).

  • cyan value is 30.66%
  • magenta value is 31.39%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (31,31,0,46)
C31M31Y0K46 (31%, 31%, 0%, 46%)
(0.31 / 0.31 / 0.00 / 0.46)

CMYK percentages

%30.66
%31.39
%0
%46.27

Codes

Color #5F5E89 in popluar color models

5F 5E 89
RGB 95 94 137
HSL 241° 18.61% 45.29%
HSB/HSV 241° 31.39% 53.73%
CMYK 30.66% 31.39% 0.00%
46.27%

Color #5F5E89 in popluar number systems.

HEX 5F 5E 89
Decimal 95 94 137
Binary 1011111 1011110 10001001
Octal 137 136 211

Shades and tints

Shades of #5F5E89

#5F5E89
(95,94,137)
#57567D
(87,86,125)
#4F4E71
(79,78,113)
#474665
(71,70,101)
#3F3E59
(63,62,89)
#37364D
(55,54,77)
#2F2E41
(47,46,65)
#272635
(39,38,53)
#1F1E29
(31,30,41)
#17161D
(23,22,29)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #5F5E89

#5F5E89
(95,94,137)
#6D6C93
(109,108,147)
#7B7A9D
(123,122,157)
#8988A7
(137,136,167)
#9796B1
(151,150,177)
#A5A4BB
(165,164,187)
#B3B2C5
(179,178,197)
#C1C0CF
(193,192,207)
#CFCED9
(207,206,217)
#DDDCE3
(221,220,227)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5E89 color. Also use rgb(95,94,137) instead hex code.

Text Font Color

.myTextColor { color: #5F5E89; }

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

This text font color is #5F5E89.

Background Color

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

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

This div background color is #5F5E89.

Border color

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

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

This div border color is #5F5E89.

Opacity

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

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

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

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

This text has shadow with #5F5E89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5E89.

Preview

Color preview on black background

This text has color #5F5E89 on black background.


Color preview on white background

This text has color #5F5E89 on white background.


Black color preview on #5F5E89 background

This text has black color on #5F5E89 background.


White color preview on #5F5E89 background

This text has white color on #5F5E89 background.


Related colors

Complementary color

Complementary color for #hex is #A0A176.


I love getcolorcode.com

Triadic colors

1 #895F5E and #5E895F with #5F5E89 are triadic colors.

2 #895E5F and #5E5F89 with #5F5E89 are triadic colors.