COLOR #555A63

HEX: #555A63
RGB: (85,90,99)

Color info

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

RGB color model

#555A63 color RGB value is (85,90,99).

  • red value is 85;
  • green value is 90;
  • blue value is 99.
RGB:
(85,90,99)
(33%,35%,39%)

RGB channels and saturation

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

85
90
99

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

Portions of RGB colors in percentages

R + G + B =
85 + 90 + 99 = 274 (100%)
R 85 of 274 ~ 31.02%
G 90 of 274 ~ 32.85%
B 99 of 274 ~ 36.13%

%31.02
%32.85
%36.13

CMYK color model

#555A63 color CMYK value is (14,9,0,61).

  • cyan value is 14.14%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(14,9,0,61)
C14M9Y0K61 
(14%,9%,0%,61%)
(0.14/0.09/0.00/0.61)	

CMYK percentages

%14.14
%9.09
%0
%61.18

Codes

Color #555A63 in popluar color models

555A63
RGB859099
HSL219°7.61%36.08%
HSB/HSV219°14.14%38.82%
CMYK14.14%9.09%0.00%
61.18%

Color #555A63 in popluar number systems.

HEX555A63
Decimal859099
Binary101010110110101100011
Octal125132143

Shades and tints

Shades of #555A63

#555A63
(85,90,99)
#4E525A
(78,82,90)
#474A51
(71,74,81)
#404248
(64,66,72)
#393A3F
(57,58,63)
#323236
(50,50,54)
#2B2A2D
(43,42,45)
#242224
(36,34,36)
#1D1A1B
(29,26,27)
#161212
(22,18,18)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #555A63

#555A63
(85,90,99)
#646971
(100,105,113)
#73787F
(115,120,127)
#82878D
(130,135,141)
#91969B
(145,150,155)
#A0A5A9
(160,165,169)
#AFB4B7
(175,180,183)
#BEC3C5
(190,195,197)
#CDD2D3
(205,210,211)
#DCE1E1
(220,225,225)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555A63; }

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

This text font color is #555A63.


Background Color

.myBgColor { background-color: #555A63; }

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

This div background color is #555A63.


Border color

.myBorderColor { border: 1px solid #555A63; }

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

This div border color is #555A63.


Opacity

.myOpacity80 { color: #555A63; opacity: 0.8; }

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

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

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

This text has shadow with #555A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555A63 on black background.


Color preview on white background

This text has color #555A63 on white background.



Black color preview on #555A63 background

This text has black color on #555A63 background.


White color preview on #555A63 background

This text has white color on #555A63 background.