COLOR #555F63

HEX: #555F63
RGB: (85,95,99)

Color info

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

RGB color model

#555F63 color RGB value is (85,95,99).

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

RGB channels and saturation

R 85 of 255 = 33%
G 95 of 255 = 37%
B 99 of 255 = 39%

85
95
99

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

Portions of RGB colors in percentages

R + G + B =
85 + 95 + 99 = 279 (100%)
R 85 of 279 ~ 30.47%
G 95 of 279 ~ 34.05%
B 99 of 279 ~ 35.48%

%30.47
%34.05
%35.48

CMYK color model

#555F63 color CMYK value is (14,4,0,61).

  • cyan value is 14.14%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(14,4,0,61)
C14M4Y0K61 
(14%,4%,0%,61%)
(0.14/0.04/0.00/0.61)	

CMYK percentages

%14.14
%4.04
%0
%61.18

Codes

Color #555F63 in popluar color models

555F63
RGB859599
HSL197°7.61%36.08%
HSB/HSV197°14.14%38.82%
CMYK14.14%4.04%0.00%
61.18%

Color #555F63 in popluar number systems.

HEX555F63
Decimal859599
Binary101010110111111100011
Octal125137143

Shades and tints

Shades of #555F63

#555F63
(85,95,99)
#4E575A
(78,87,90)
#474F51
(71,79,81)
#404748
(64,71,72)
#393F3F
(57,63,63)
#323736
(50,55,54)
#2B2F2D
(43,47,45)
#242724
(36,39,36)
#1D1F1B
(29,31,27)
#161712
(22,23,18)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #555F63

#555F63
(85,95,99)
#646D71
(100,109,113)
#737B7F
(115,123,127)
#82898D
(130,137,141)
#91979B
(145,151,155)
#A0A5A9
(160,165,169)
#AFB3B7
(175,179,183)
#BEC1C5
(190,193,197)
#CDCFD3
(205,207,211)
#DCDDE1
(220,221,225)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555F63; }

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

This text font color is #555F63.


Background Color

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

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

This div background color is #555F63.


Border color

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

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

This div border color is #555F63.


Opacity

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

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

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

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

This text has shadow with #555F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555F63 on black background.


Color preview on white background

This text has color #555F63 on white background.



Black color preview on #555F63 background

This text has black color on #555F63 background.


White color preview on #555F63 background

This text has white color on #555F63 background.