COLOR #5F5977

HEX: #5F5977 RGB: (95,89,119)

Color info

#5F5977 contains red, green and blue colors in about the same proportion. Web safe color of #5F5977 is #666666 (or #666).

RGB color model

#5F5977 color RGB value is (95,89,119).

RGB: (95,89,119) (37%, 35%, 47%)

RGB channels and saturation

R 95 of 255 = 37%
G 89 of 255 = 35%
B 119 of 255 = 47%

95
89
119

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

Portions of RGB colors in percentages

R + G + B = 95 + 89 + 119 = 303 (100%)
R 95 of 303 ~ 31.35%
G 89 of 303 ~ 29.37%
B 119 of 303 ~ 39.27'%

%31.35
%29.37
%39.27

CMYK color model

#5F5977 color CMYK value is (20,25,0,53).

  • cyan value is 20.17%
  • magenta value is 25.21%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (20,25,0,53)
C20M25Y0K53 (20%, 25%, 0%, 53%)
(0.20 / 0.25 / 0.00 / 0.53)

CMYK percentages

%20.17
%25.21
%0
%53.33

Codes

Color #5F5977 in popluar color models

5F 59 77
RGB 95 89 119
HSL 252° 14.42% 40.78%
HSB/HSV 252° 25.21% 46.67%
CMYK 20.17% 25.21% 0.00%
53.33%

Color #5F5977 in popluar number systems.

HEX 5F 59 77
Decimal 95 89 119
Binary 1011111 1011001 1110111
Octal 137 131 167

Shades and tints

Shades of #5F5977

#5F5977
(95,89,119)
#57516D
(87,81,109)
#4F4963
(79,73,99)
#474159
(71,65,89)
#3F394F
(63,57,79)
#373145
(55,49,69)
#2F293B
(47,41,59)
#272131
(39,33,49)
#1F1927
(31,25,39)
#17111D
(23,17,29)
#0F0913
(15,9,19)
#000000
(0,0,0)

Tints of #5F5977

#5F5977
(95,89,119)
#6D6883
(109,104,131)
#7B778F
(123,119,143)
#89869B
(137,134,155)
#9795A7
(151,149,167)
#A5A4B3
(165,164,179)
#B3B3BF
(179,179,191)
#C1C2CB
(193,194,203)
#CFD1D7
(207,209,215)
#DDE0E3
(221,224,227)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5977; }

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

This text font color is #5F5977.

Background Color

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

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

This div background color is #5F5977.

Border color

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

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

This div border color is #5F5977.

Opacity

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

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

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

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

This text has shadow with #5F5977 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5977.

Preview

Color preview on black background

This text has color #5F5977 on black background.


Color preview on white background

This text has color #5F5977 on white background.


Black color preview on #5F5977 background

This text has black color on #5F5977 background.


White color preview on #5F5977 background

This text has white color on #5F5977 background.


Related colors

Complementary color

Complementary color for #hex is #A0A688.


I love getcolorcode.com

Triadic colors

1 #775F59 and #59775F with #5F5977 are triadic colors.

2 #77595F and #595F77 with #5F5977 are triadic colors.