COLOR #5F5685

HEX: #5F5685 RGB: (95,86,133)

Color info

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

RGB color model

#5F5685 color RGB value is (95,86,133).

RGB: (95,86,133) (37%, 34%, 52%)

RGB channels and saturation

R 95 of 255 = 37%
G 86 of 255 = 34%
B 133 of 255 = 52%

95
86
133

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

Portions of RGB colors in percentages

R + G + B = 95 + 86 + 133 = 314 (100%)
R 95 of 314 ~ 30.25%
G 86 of 314 ~ 27.39%
B 133 of 314 ~ 42.36'%

%30.25
%27.39
%42.36

CMYK color model

#5F5685 color CMYK value is (29,35,0,48).

  • cyan value is 28.57%
  • magenta value is 35.34%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (29,35,0,48)
C29M35Y0K48 (29%, 35%, 0%, 48%)
(0.29 / 0.35 / 0.00 / 0.48)

CMYK percentages

%28.57
%35.34
%0
%47.84

Codes

Color #5F5685 in popluar color models

5F 56 85
RGB 95 86 133
HSL 251° 21.46% 42.94%
HSB/HSV 251° 35.34% 52.16%
CMYK 28.57% 35.34% 0.00%
47.84%

Color #5F5685 in popluar number systems.

HEX 5F 56 85
Decimal 95 86 133
Binary 1011111 1010110 10000101
Octal 137 126 205

Shades and tints

Shades of #5F5685

#5F5685
(95,86,133)
#574F79
(87,79,121)
#4F486D
(79,72,109)
#474161
(71,65,97)
#3F3A55
(63,58,85)
#373349
(55,51,73)
#2F2C3D
(47,44,61)
#272531
(39,37,49)
#1F1E25
(31,30,37)
#171719
(23,23,25)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #5F5685

#5F5685
(95,86,133)
#6D6590
(109,101,144)
#7B749B
(123,116,155)
#8983A6
(137,131,166)
#9792B1
(151,146,177)
#A5A1BC
(165,161,188)
#B3B0C7
(179,176,199)
#C1BFD2
(193,191,210)
#CFCEDD
(207,206,221)
#DDDDE8
(221,221,232)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5685 color. Also use rgb(95,86,133) instead hex code.

Text Font Color

.myTextColor { color: #5F5685; }

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

This text font color is #5F5685.

Background Color

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

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

This div background color is #5F5685.

Border color

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

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

This div border color is #5F5685.

Opacity

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

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

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

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

This text has shadow with #5F5685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5685.

Preview

Color preview on black background

This text has color #5F5685 on black background.


Color preview on white background

This text has color #5F5685 on white background.


Black color preview on #5F5685 background

This text has black color on #5F5685 background.


White color preview on #5F5685 background

This text has white color on #5F5685 background.


Related colors

Complementary color

Complementary color for #hex is #A0A97A.


I love getcolorcode.com

Triadic colors

1 #855F56 and #56855F with #5F5685 are triadic colors.

2 #85565F and #565F85 with #5F5685 are triadic colors.