COLOR #555968

HEX: #555968
RGB: (85,89,104)

Color info

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

RGB color model

#555968 color RGB value is (85,89,104).

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

RGB channels and saturation

R 85 of 255 = 33%
G 89 of 255 = 35%
B 104 of 255 = 41%

85
89
104

R + G + B ~ 36%. #555968 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 89 + 104 = 278 (100%)
R 85 of 278 ~ 30.58%
G 89 of 278 ~ 32.01%
B 104 of 278 ~ 37.41%

%30.58
%32.01
%37.41

CMYK color model

#555968 color CMYK value is (18,14,0,59).

  • cyan value is 18.27%
  • magenta value is 14.42%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(18,14,0,59)
C18M14Y0K59 
(18%,14%,0%,59%)
(0.18/0.14/0.00/0.59)	

CMYK percentages

%18.27
%14.42
%0
%59.22

Codes

Color #555968 in popluar color models

555968
RGB8589104
HSL227°10.05%37.06%
HSB/HSV227°18.27%40.78%
CMYK18.27%14.42%0.00%
59.22%

Color #555968 in popluar number systems.

HEX555968
Decimal8589104
Binary101010110110011101000
Octal125131150

Shades and tints

Shades of #555968

#555968
(85,89,104)
#4E515F
(78,81,95)
#474956
(71,73,86)
#40414D
(64,65,77)
#393944
(57,57,68)
#32313B
(50,49,59)
#2B2932
(43,41,50)
#242129
(36,33,41)
#1D1920
(29,25,32)
#161117
(22,17,23)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #555968

#555968
(85,89,104)
#646875
(100,104,117)
#737782
(115,119,130)
#82868F
(130,134,143)
#91959C
(145,149,156)
#A0A4A9
(160,164,169)
#AFB3B6
(175,179,182)
#BEC2C3
(190,194,195)
#CDD1D0
(205,209,208)
#DCE0DD
(220,224,221)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555968; }

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

This text font color is #555968.


Background Color

.myBgColor { background-color: #555968; }

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

This div background color is #555968.


Border color

.myBorderColor { border: 1px solid #555968; }

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

This div border color is #555968.


Opacity

.myOpacity80 { color: #555968; opacity: 0.8; }

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

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

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

This text has shadow with #555968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555968 on black background.


Color preview on white background

This text has color #555968 on white background.



Black color preview on #555968 background

This text has black color on #555968 background.


White color preview on #555968 background

This text has white color on #555968 background.