COLOR #555775

HEX: #555775
RGB: (85,87,117)

Color info

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

RGB color model

#555775 color RGB value is (85,87,117).

  • red value is 85;
  • green value is 87;
  • blue value is 117.
RGB:
(85,87,117)
(33%,34%,46%)

RGB channels and saturation

R 85 of 255 = 33%
G 87 of 255 = 34%
B 117 of 255 = 46%

85
87
117

R + G + B ~ 38%. #555775 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 87 + 117 = 289 (100%)
R 85 of 289 ~ 29.41%
G 87 of 289 ~ 30.1%
B 117 of 289 ~ 40.48%

%29.41
%30.1
%40.48

CMYK color model

#555775 color CMYK value is (27,26,0,54).

  • cyan value is 27.35%
  • magenta value is 25.64%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(27,26,0,54)
C27M26Y0K54 
(27%,26%,0%,54%)
(0.27/0.26/0.00/0.54)	

CMYK percentages

%27.35
%25.64
%0
%54.12

Codes

Color #555775 in popluar color models

555775
RGB8587117
HSL236°15.84%39.61%
HSB/HSV236°27.35%45.88%
CMYK27.35%25.64%0.00%
54.12%

Color #555775 in popluar number systems.

HEX555775
Decimal8587117
Binary101010110101111110101
Octal125127165

Shades and tints

Shades of #555775

#555775
(85,87,117)
#4E506B
(78,80,107)
#474961
(71,73,97)
#404257
(64,66,87)
#393B4D
(57,59,77)
#323443
(50,52,67)
#2B2D39
(43,45,57)
#24262F
(36,38,47)
#1D1F25
(29,31,37)
#16181B
(22,24,27)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #555775

#555775
(85,87,117)
#646681
(100,102,129)
#73758D
(115,117,141)
#828499
(130,132,153)
#9193A5
(145,147,165)
#A0A2B1
(160,162,177)
#AFB1BD
(175,177,189)
#BEC0C9
(190,192,201)
#CDCFD5
(205,207,213)
#DCDEE1
(220,222,225)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555775 color. Also use rgb(85,87,117) instead hex code.

Text Font Color

.myTextColor { color: #555775; }

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

This text font color is #555775.


Background Color

.myBgColor { background-color: #555775; }

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

This div background color is #555775.


Border color

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

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

This div border color is #555775.


Opacity

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

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

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

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

This text has shadow with #555775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555775 on black background.


Color preview on white background

This text has color #555775 on white background.



Black color preview on #555775 background

This text has black color on #555775 background.


White color preview on #555775 background

This text has white color on #555775 background.