COLOR #5F5568

HEX: #5F5568 RGB: (95,85,104)

Color info

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

RGB color model

#5F5568 color RGB value is (95,85,104).

RGB: (95,85,104) (37%, 33%, 41%)

RGB channels and saturation

R 95 of 255 = 37%
G 85 of 255 = 33%
B 104 of 255 = 41%

95
85
104

R + G + B ~ 37%. #5F5568 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 85 + 104 = 284 (100%)
R 95 of 284 ~ 33.45%
G 85 of 284 ~ 29.93%
B 104 of 284 ~ 36.62'%

%33.45
%29.93
%36.62

CMYK color model

#5F5568 color CMYK value is (9,18,0,59).

  • cyan value is 8.65%
  • magenta value is 18.27%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (9,18,0,59)
C9M18Y0K59 (9%, 18%, 0%, 59%)
(0.09 / 0.18 / 0.00 / 0.59)

CMYK percentages

%8.65
%18.27
%0
%59.22

Codes

Color #5F5568 in popluar color models

5F 55 68
RGB 95 85 104
HSL 272° 10.05% 37.06%
HSB/HSV 272° 18.27% 40.78%
CMYK 8.65% 18.27% 0.00%
59.22%

Color #5F5568 in popluar number systems.

HEX 5F 55 68
Decimal 95 85 104
Binary 1011111 1010101 1101000
Octal 137 125 150

Shades and tints

Shades of #5F5568

#5F5568
(95,85,104)
#574E5F
(87,78,95)
#4F4756
(79,71,86)
#47404D
(71,64,77)
#3F3944
(63,57,68)
#37323B
(55,50,59)
#2F2B32
(47,43,50)
#272429
(39,36,41)
#1F1D20
(31,29,32)
#171617
(23,22,23)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #5F5568

#5F5568
(95,85,104)
#6D6475
(109,100,117)
#7B7382
(123,115,130)
#89828F
(137,130,143)
#97919C
(151,145,156)
#A5A0A9
(165,160,169)
#B3AFB6
(179,175,182)
#C1BEC3
(193,190,195)
#CFCDD0
(207,205,208)
#DDDCDD
(221,220,221)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5568; }

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

This text font color is #5F5568.

Background Color

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

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

This div background color is #5F5568.

Border color

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

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

This div border color is #5F5568.

Opacity

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

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

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

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

This text has shadow with #5F5568 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5568.

Preview

Color preview on black background

This text has color #5F5568 on black background.


Color preview on white background

This text has color #5F5568 on white background.


Black color preview on #5F5568 background

This text has black color on #5F5568 background.


White color preview on #5F5568 background

This text has white color on #5F5568 background.


Related colors

Complementary color

Complementary color for #hex is #A0AA97.


I love getcolorcode.com

Triadic colors

1 #685F55 and #55685F with #5F5568 are triadic colors.

2 #68555F and #555F68 with #5F5568 are triadic colors.