COLOR #555063

HEX: #555063
RGB: (85,80,99)

Color info

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

RGB color model

#555063 color RGB value is (85,80,99).

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

RGB channels and saturation

R 85 of 255 = 33%
G 80 of 255 = 31%
B 99 of 255 = 39%

85
80
99

R + G + B ~ 34%. #555063 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 80 + 99 = 264 (100%)
R 85 of 264 ~ 32.2%
G 80 of 264 ~ 30.3%
B 99 of 264 ~ 37.5%

%32.2
%30.3
%37.5

CMYK color model

#555063 color CMYK value is (14,19,0,61).

  • cyan value is 14.14%
  • magenta value is 19.19%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(14,19,0,61)
C14M19Y0K61 
(14%,19%,0%,61%)
(0.14/0.19/0.00/0.61)	

CMYK percentages

%14.14
%19.19
%0
%61.18

Codes

Color #555063 in popluar color models

555063
RGB858099
HSL256°10.61%35.10%
HSB/HSV256°19.19%38.82%
CMYK14.14%19.19%0.00%
61.18%

Color #555063 in popluar number systems.

HEX555063
Decimal858099
Binary101010110100001100011
Octal125120143

Shades and tints

Shades of #555063

#555063
(85,80,99)
#4E495A
(78,73,90)
#474251
(71,66,81)
#403B48
(64,59,72)
#39343F
(57,52,63)
#322D36
(50,45,54)
#2B262D
(43,38,45)
#241F24
(36,31,36)
#1D181B
(29,24,27)
#161112
(22,17,18)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #555063

#555063
(85,80,99)
#645F71
(100,95,113)
#736E7F
(115,110,127)
#827D8D
(130,125,141)
#918C9B
(145,140,155)
#A09BA9
(160,155,169)
#AFAAB7
(175,170,183)
#BEB9C5
(190,185,197)
#CDC8D3
(205,200,211)
#DCD7E1
(220,215,225)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555063; }

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

This text font color is #555063.


Background Color

.myBgColor { background-color: #555063; }

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

This div background color is #555063.


Border color

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

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

This div border color is #555063.


Opacity

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

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

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

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

This text has shadow with #555063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555063 on black background.


Color preview on white background

This text has color #555063 on white background.



Black color preview on #555063 background

This text has black color on #555063 background.


White color preview on #555063 background

This text has white color on #555063 background.