COLOR #554F65

HEX: #554F65
RGB: (85,79,101)

Color info

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

RGB color model

#554F65 color RGB value is (85,79,101).

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

RGB channels and saturation

R 85 of 255 = 33%
G 79 of 255 = 31%
B 101 of 255 = 40%

85
79
101

R + G + B ~ 35%. #554F65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 79 + 101 = 265 (100%)
R 85 of 265 ~ 32.08%
G 79 of 265 ~ 29.81%
B 101 of 265 ~ 38.11%

%32.08
%29.81
%38.11

CMYK color model

#554F65 color CMYK value is (16,22,0,60).

  • cyan value is 15.84%
  • magenta value is 21.78%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(16,22,0,60)
C16M22Y0K60 
(16%,22%,0%,60%)
(0.16/0.22/0.00/0.60)	

CMYK percentages

%15.84
%21.78
%0
%60.39

Codes

Color #554F65 in popluar color models

554F65
RGB8579101
HSL256°12.22%35.29%
HSB/HSV256°21.78%39.61%
CMYK15.84%21.78%0.00%
60.39%

Color #554F65 in popluar number systems.

HEX554F65
Decimal8579101
Binary101010110011111100101
Octal125117145

Shades and tints

Shades of #554F65

#554F65
(85,79,101)
#4E485C
(78,72,92)
#474153
(71,65,83)
#403A4A
(64,58,74)
#393341
(57,51,65)
#322C38
(50,44,56)
#2B252F
(43,37,47)
#241E26
(36,30,38)
#1D171D
(29,23,29)
#161014
(22,16,20)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #554F65

#554F65
(85,79,101)
#645F73
(100,95,115)
#736F81
(115,111,129)
#827F8F
(130,127,143)
#918F9D
(145,143,157)
#A09FAB
(160,159,171)
#AFAFB9
(175,175,185)
#BEBFC7
(190,191,199)
#CDCFD5
(205,207,213)
#DCDFE3
(220,223,227)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554F65; }

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

This text font color is #554F65.


Background Color

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

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

This div background color is #554F65.


Border color

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

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

This div border color is #554F65.


Opacity

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

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

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

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

This text has shadow with #554F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554F65 on black background.


Color preview on white background

This text has color #554F65 on white background.



Black color preview on #554F65 background

This text has black color on #554F65 background.


White color preview on #554F65 background

This text has white color on #554F65 background.