COLOR #555963

HEX: #555963 RGB: (85,89,99)

Color info

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

RGB color model

#555963 color RGB value is (85,89,99).

RGB: (85,89,99) (33%, 35%, 39%)

RGB channels and saturation

R 85 of 255 = 33%
G 89 of 255 = 35%
B 99 of 255 = 39%

85
89
99

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

Portions of RGB colors in percentages

R + G + B = 85 + 89 + 99 = 273 (100%)
R 85 of 273 ~ 31.14%
G 89 of 273 ~ 32.6%
B 99 of 273 ~ 36.26'%

%31.14
%32.6
%36.26

CMYK color model

#555963 color CMYK value is (14,10,0,61).

  • cyan value is 14.14%
  • magenta value is 10.10%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (14,10,0,61)
C14M10Y0K61 (14%, 10%, 0%, 61%)
(0.14 / 0.10 / 0.00 / 0.61)

CMYK percentages

%14.14
%10.1
%0
%61.18

Codes

Color #555963 in popluar color models

55 59 63
RGB 85 89 99
HSL 223° 7.61% 36.08%
HSB/HSV 223° 14.14% 38.82%
CMYK 14.14% 10.10% 0.00%
61.18%

Color #555963 in popluar number systems.

HEX 55 59 63
Decimal 85 89 99
Binary 1010101 1011001 1100011
Octal 125 131 143

Shades and tints

Shades of #555963

#555963
(85,89,99)
#4E515A
(78,81,90)
#474951
(71,73,81)
#404148
(64,65,72)
#39393F
(57,57,63)
#323136
(50,49,54)
#2B292D
(43,41,45)
#242124
(36,33,36)
#1D191B
(29,25,27)
#161112
(22,17,18)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #555963

#555963
(85,89,99)
#646871
(100,104,113)
#73777F
(115,119,127)
#82868D
(130,134,141)
#91959B
(145,149,155)
#A0A4A9
(160,164,169)
#AFB3B7
(175,179,183)
#BEC2C5
(190,194,197)
#CDD1D3
(205,209,211)
#DCE0E1
(220,224,225)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555963; }

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

This text font color is #555963.

Background Color

.myBgColor { background-color: #555963; }

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

This div background color is #555963.

Border color

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

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

This div border color is #555963.

Opacity

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

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

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

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

This text has shadow with #555963 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555963.

Preview

Color preview on black background

This text has color #555963 on black background.


Color preview on white background

This text has color #555963 on white background.


Black color preview on #555963 background

This text has black color on #555963 background.


White color preview on #555963 background

This text has white color on #555963 background.


Related colors

Complementary color

Complementary color for #hex is #AAA69C.


I love getcolorcode.com

Triadic colors

1 #635559 and #596355 with #555963 are triadic colors.

2 #635955 and #595563 with #555963 are triadic colors.