COLOR #5F5585

HEX: #5F5585 RGB: (95,85,133)

Color info

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

RGB color model

#5F5585 color RGB value is (95,85,133).

RGB: (95,85,133) (37%, 33%, 52%)

RGB channels and saturation

R 95 of 255 = 37%
G 85 of 255 = 33%
B 133 of 255 = 52%

95
85
133

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

Portions of RGB colors in percentages

R + G + B = 95 + 85 + 133 = 313 (100%)
R 95 of 313 ~ 30.35%
G 85 of 313 ~ 27.16%
B 133 of 313 ~ 42.49'%

%30.35
%27.16
%42.49

CMYK color model

#5F5585 color CMYK value is (29,36,0,48).

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

CMYK: (29,36,0,48)
C29M36Y0K48 (29%, 36%, 0%, 48%)
(0.29 / 0.36 / 0.00 / 0.48)

CMYK percentages

%28.57
%36.09
%0
%47.84

Codes

Color #5F5585 in popluar color models

5F 55 85
RGB 95 85 133
HSL 253° 22.02% 42.75%
HSB/HSV 253° 36.09% 52.16%
CMYK 28.57% 36.09% 0.00%
47.84%

Color #5F5585 in popluar number systems.

HEX 5F 55 85
Decimal 95 85 133
Binary 1011111 1010101 10000101
Octal 137 125 205

Shades and tints

Shades of #5F5585

#5F5585
(95,85,133)
#574E79
(87,78,121)
#4F476D
(79,71,109)
#474061
(71,64,97)
#3F3955
(63,57,85)
#373249
(55,50,73)
#2F2B3D
(47,43,61)
#272431
(39,36,49)
#1F1D25
(31,29,37)
#171619
(23,22,25)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #5F5585

#5F5585
(95,85,133)
#6D6490
(109,100,144)
#7B739B
(123,115,155)
#8982A6
(137,130,166)
#9791B1
(151,145,177)
#A5A0BC
(165,160,188)
#B3AFC7
(179,175,199)
#C1BED2
(193,190,210)
#CFCDDD
(207,205,221)
#DDDCE8
(221,220,232)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5585; }

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

This text font color is #5F5585.

Background Color

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

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

This div background color is #5F5585.

Border color

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

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

This div border color is #5F5585.

Opacity

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

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

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

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

This text has shadow with #5F5585 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5585.

Preview

Color preview on black background

This text has color #5F5585 on black background.


Color preview on white background

This text has color #5F5585 on white background.


Black color preview on #5F5585 background

This text has black color on #5F5585 background.


White color preview on #5F5585 background

This text has white color on #5F5585 background.


Related colors

Complementary color

Complementary color for #hex is #A0AA7A.


I love getcolorcode.com

Triadic colors

1 #855F55 and #55855F with #5F5585 are triadic colors.

2 #85555F and #555F85 with #5F5585 are triadic colors.