COLOR #555782

HEX: #555782
RGB: (85,87,130)

Color info

#555782 contains red, green and blue colors in about the same proportion. Web safe color of #555782 is #666699 (or #669).

RGB color model

#555782 color RGB value is (85,87,130).

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

RGB channels and saturation

R 85 of 255 = 33%
G 87 of 255 = 34%
B 130 of 255 = 51%

85
87
130

R + G + B ~ 39%. #555782 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 87 + 130 = 302 (100%)
R 85 of 302 ~ 28.15%
G 87 of 302 ~ 28.81%
B 130 of 302 ~ 43.05%

%28.15
%28.81
%43.05

CMYK color model

#555782 color CMYK value is (35,33,0,49).

  • cyan value is 34.62%
  • magenta value is 33.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(35,33,0,49)
C35M33Y0K49 
(35%,33%,0%,49%)
(0.35/0.33/0.00/0.49)	

CMYK percentages

%34.62
%33.08
%0
%49.02

Codes

Color #555782 in popluar color models

555782
RGB8587130
HSL237°20.93%42.16%
HSB/HSV237°34.62%50.98%
CMYK34.62%33.08%0.00%
49.02%

Color #555782 in popluar number systems.

HEX555782
Decimal8587130
Binary1010101101011110000010
Octal125127202

Shades and tints

Shades of #555782

#555782
(85,87,130)
#4E5077
(78,80,119)
#47496C
(71,73,108)
#404261
(64,66,97)
#393B56
(57,59,86)
#32344B
(50,52,75)
#2B2D40
(43,45,64)
#242635
(36,38,53)
#1D1F2A
(29,31,42)
#16181F
(22,24,31)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #555782

#555782
(85,87,130)
#64668D
(100,102,141)
#737598
(115,117,152)
#8284A3
(130,132,163)
#9193AE
(145,147,174)
#A0A2B9
(160,162,185)
#AFB1C4
(175,177,196)
#BEC0CF
(190,192,207)
#CDCFDA
(205,207,218)
#DCDEE5
(220,222,229)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555782; }

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

This text font color is #555782.


Background Color

.myBgColor { background-color: #555782; }

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

This div background color is #555782.


Border color

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

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

This div border color is #555782.


Opacity

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

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

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

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

This text has shadow with #555782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555782 on black background.


Color preview on white background

This text has color #555782 on white background.



Black color preview on #555782 background

This text has black color on #555782 background.


White color preview on #555782 background

This text has white color on #555782 background.