COLOR #554F67

HEX: #554F67
RGB: (85,79,103)

Color info

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

RGB color model

#554F67 color RGB value is (85,79,103).

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

RGB channels and saturation

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

85
79
103

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

Portions of RGB colors in percentages

R + G + B =
85 + 79 + 103 = 267 (100%)
R 85 of 267 ~ 31.84%
G 79 of 267 ~ 29.59%
B 103 of 267 ~ 38.58%

%31.84
%29.59
%38.58

CMYK color model

#554F67 color CMYK value is (17,23,0,60).

  • cyan value is 17.48%
  • magenta value is 23.30%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(17,23,0,60)
C17M23Y0K60 
(17%,23%,0%,60%)
(0.17/0.23/0.00/0.60)	

CMYK percentages

%17.48
%23.3
%0
%59.61

Codes

Color #554F67 in popluar color models

554F67
RGB8579103
HSL255°13.19%35.69%
HSB/HSV255°23.30%40.39%
CMYK17.48%23.30%0.00%
59.61%

Color #554F67 in popluar number systems.

HEX554F67
Decimal8579103
Binary101010110011111100111
Octal125117147

Shades and tints

Shades of #554F67

#554F67
(85,79,103)
#4E485E
(78,72,94)
#474155
(71,65,85)
#403A4C
(64,58,76)
#393343
(57,51,67)
#322C3A
(50,44,58)
#2B2531
(43,37,49)
#241E28
(36,30,40)
#1D171F
(29,23,31)
#161016
(22,16,22)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #554F67

#554F67
(85,79,103)
#645F74
(100,95,116)
#736F81
(115,111,129)
#827F8E
(130,127,142)
#918F9B
(145,143,155)
#A09FA8
(160,159,168)
#AFAFB5
(175,175,181)
#BEBFC2
(190,191,194)
#CDCFCF
(205,207,207)
#DCDFDC
(220,223,220)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554F67; }

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

This text font color is #554F67.


Background Color

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

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

This div background color is #554F67.


Border color

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

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

This div border color is #554F67.


Opacity

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

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

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

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

This text has shadow with #554F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554F67 on black background.


Color preview on white background

This text has color #554F67 on white background.



Black color preview on #554F67 background

This text has black color on #554F67 background.


White color preview on #554F67 background

This text has white color on #554F67 background.