COLOR #5F5558

HEX: #5F5558 RGB: (95,85,88)

Color info

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

RGB color model

#5F5558 color RGB value is (95,85,88).

RGB: (95,85,88) (37%, 33%, 35%)

RGB channels and saturation

R 95 of 255 = 37%
G 85 of 255 = 33%
B 88 of 255 = 35%

95
85
88

R + G + B ~ 35%. #5F5558 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 85 + 88 = 268 (100%)
R 95 of 268 ~ 35.45%
G 85 of 268 ~ 31.72%
B 88 of 268 ~ 32.84'%

%35.45
%31.72
%32.84

CMYK color model

#5F5558 color CMYK value is (0,11,7,63).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 7.37%
  • key color value is 62.75%

CMYK: (0,11,7,63)
C0M11Y7K63 (0%, 11%, 7%, 63%)
(0.00 / 0.11 / 0.07 / 0.63)

CMYK percentages

%0
%10.53
%7.37
%62.75

Codes

Color #5F5558 in popluar color models

5F 55 58
RGB 95 85 88
HSL 342° 5.56% 35.29%
HSB/HSV 342° 10.53% 37.25%
CMYK 0.00% 10.53% 7.37%
62.75%

Color #5F5558 in popluar number systems.

HEX 5F 55 58
Decimal 95 85 88
Binary 1011111 1010101 1011000
Octal 137 125 130

Shades and tints

Shades of #5F5558

#5F5558
(95,85,88)
#574E50
(87,78,80)
#4F4748
(79,71,72)
#474040
(71,64,64)
#3F3938
(63,57,56)
#373230
(55,50,48)
#2F2B28
(47,43,40)
#272420
(39,36,32)
#1F1D18
(31,29,24)
#171610
(23,22,16)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #5F5558

#5F5558
(95,85,88)
#6D6467
(109,100,103)
#7B7376
(123,115,118)
#898285
(137,130,133)
#979194
(151,145,148)
#A5A0A3
(165,160,163)
#B3AFB2
(179,175,178)
#C1BEC1
(193,190,193)
#CFCDD0
(207,205,208)
#DDDCDF
(221,220,223)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5558; }

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

This text font color is #5F5558.

Background Color

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

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

This div background color is #5F5558.

Border color

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

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

This div border color is #5F5558.

Opacity

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

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

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

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

This text has shadow with #5F5558 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5558.

Preview

Color preview on black background

This text has color #5F5558 on black background.


Color preview on white background

This text has color #5F5558 on white background.


Black color preview on #5F5558 background

This text has black color on #5F5558 background.


White color preview on #5F5558 background

This text has white color on #5F5558 background.


Related colors

Complementary color

Complementary color for #hex is #A0AAA7.


I love getcolorcode.com

Triadic colors

1 #585F55 and #55585F with #5F5558 are triadic colors.

2 #58555F and #555F58 with #5F5558 are triadic colors.