COLOR #5F507D

HEX: #5F507D RGB: (95,80,125)

Color info

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

RGB color model

#5F507D color RGB value is (95,80,125).

RGB: (95,80,125) (37%, 31%, 49%)

RGB channels and saturation

R 95 of 255 = 37%
G 80 of 255 = 31%
B 125 of 255 = 49%

95
80
125

R + G + B ~ 39%. #5F507D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 80 + 125 = 300 (100%)
R 95 of 300 ~ 31.67%
G 80 of 300 ~ 26.67%
B 125 of 300 ~ 41.67'%

%31.67
%26.67
%41.67

CMYK color model

#5F507D color CMYK value is (24,36,0,51).

  • cyan value is 24.00%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (24,36,0,51)
C24M36Y0K51 (24%, 36%, 0%, 51%)
(0.24 / 0.36 / 0.00 / 0.51)

CMYK percentages

%24
%36
%0
%50.98

Codes

Color #5F507D in popluar color models

5F 50 7D
RGB 95 80 125
HSL 260° 21.95% 40.20%
HSB/HSV 260° 36.00% 49.02%
CMYK 24.00% 36.00% 0.00%
50.98%

Color #5F507D in popluar number systems.

HEX 5F 50 7D
Decimal 95 80 125
Binary 1011111 1010000 1111101
Octal 137 120 175

Shades and tints

Shades of #5F507D

#5F507D
(95,80,125)
#574972
(87,73,114)
#4F4267
(79,66,103)
#473B5C
(71,59,92)
#3F3451
(63,52,81)
#372D46
(55,45,70)
#2F263B
(47,38,59)
#271F30
(39,31,48)
#1F1825
(31,24,37)
#17111A
(23,17,26)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #5F507D

#5F507D
(95,80,125)
#6D5F88
(109,95,136)
#7B6E93
(123,110,147)
#897D9E
(137,125,158)
#978CA9
(151,140,169)
#A59BB4
(165,155,180)
#B3AABF
(179,170,191)
#C1B9CA
(193,185,202)
#CFC8D5
(207,200,213)
#DDD7E0
(221,215,224)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F507D color. Also use rgb(95,80,125) instead hex code.

Text Font Color

.myTextColor { color: #5F507D; }

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

This text font color is #5F507D.

Background Color

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

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

This div background color is #5F507D.

Border color

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

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

This div border color is #5F507D.

Opacity

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

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

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

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

This text has shadow with #5F507D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F507D.

Preview

Color preview on black background

This text has color #5F507D on black background.


Color preview on white background

This text has color #5F507D on white background.


Black color preview on #5F507D background

This text has black color on #5F507D background.


White color preview on #5F507D background

This text has white color on #5F507D background.


Related colors

Complementary color

Complementary color for #hex is #A0AF82.


I love getcolorcode.com

Triadic colors

1 #7D5F50 and #507D5F with #5F507D are triadic colors.

2 #7D505F and #505F7D with #5F507D are triadic colors.