COLOR #554F59

HEX: #554F59
RGB: (85,79,89)

Color info

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

RGB color model

#554F59 color RGB value is (85,79,89).

  • red value is 85;
  • green value is 79;
  • blue value is 89.
RGB:
(85,79,89)
(33%,31%,35%)

RGB channels and saturation

R 85 of 255 = 33%
G 79 of 255 = 31%
B 89 of 255 = 35%

85
79
89

R + G + B ~ 33%. #554F59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 79 + 89 = 253 (100%)
R 85 of 253 ~ 33.6%
G 79 of 253 ~ 31.23%
B 89 of 253 ~ 35.18%

%33.6
%31.23
%35.18

CMYK color model

#554F59 color CMYK value is (4,11,0,65).

  • cyan value is 4.49%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(4,11,0,65)
C4M11Y0K65 
(4%,11%,0%,65%)
(0.04/0.11/0.00/0.65)	

CMYK percentages

%4.49
%11.24
%0
%65.1

Codes

Color #554F59 in popluar color models

554F59
RGB857989
HSL276°5.95%32.94%
HSB/HSV276°11.24%34.90%
CMYK4.49%11.24%0.00%
65.10%

Color #554F59 in popluar number systems.

HEX554F59
Decimal857989
Binary101010110011111011001
Octal125117131

Shades and tints

Shades of #554F59

#554F59
(85,79,89)
#4E4851
(78,72,81)
#474149
(71,65,73)
#403A41
(64,58,65)
#393339
(57,51,57)
#322C31
(50,44,49)
#2B2529
(43,37,41)
#241E21
(36,30,33)
#1D1719
(29,23,25)
#161011
(22,16,17)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #554F59

#554F59
(85,79,89)
#645F68
(100,95,104)
#736F77
(115,111,119)
#827F86
(130,127,134)
#918F95
(145,143,149)
#A09FA4
(160,159,164)
#AFAFB3
(175,175,179)
#BEBFC2
(190,191,194)
#CDCFD1
(205,207,209)
#DCDFE0
(220,223,224)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554F59 color. Also use rgb(85,79,89) instead hex code.

Text Font Color

.myTextColor { color: #554F59; }

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

This text font color is #554F59.


Background Color

.myBgColor { background-color: #554F59; }

<div style="background-color:#554F59">Inner text</div>

This div background color is #554F59.


Border color

.myBorderColor { border: 1px solid #554F59; }

<div style="border:3px solid #554F59">Div</div>

This div border color is #554F59.


Opacity

.myOpacity80 { color: #554F59; opacity: 0.8; }

<p style="color:#554F59;opacity:0.8;">80%</p>

Text with #554F59 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 #554F59;}

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

This text has shadow with #554F59 color.

.textShadow {text-shadow: 3px 3px 1px #554F59, 3px 3px 1px red;}

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

This text has shadow with #554F59 primary color and red secondary color.


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

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

This text has shadow with #554F59 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #554F59;
-webkit-box-shadow: 1px 1px 3px 2px #554F59;
box-shadow:1px 1px 3px 2px #554F59;">
Div content here</div>
This div box has shadow with color #554F59.

Preview

Color preview on black background

This text has color #554F59 on black background.


Color preview on white background

This text has color #554F59 on white background.



Black color preview on #554F59 background

This text has black color on #554F59 background.


White color preview on #554F59 background

This text has white color on #554F59 background.