COLOR #555B82

HEX: #555B82
RGB: (85,91,130)

Color info

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

RGB color model

#555B82 color RGB value is (85,91,130).

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

RGB channels and saturation

R 85 of 255 = 33%
G 91 of 255 = 36%
B 130 of 255 = 51%

85
91
130

R + G + B ~ 40%. #555B82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 91 + 130 = 306 (100%)
R 85 of 306 ~ 27.78%
G 91 of 306 ~ 29.74%
B 130 of 306 ~ 42.48%

%27.78
%29.74
%42.48

CMYK color model

#555B82 color CMYK value is (35,30,0,49).

  • cyan value is 34.62%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(35,30,0,49)
C35M30Y0K49 
(35%,30%,0%,49%)
(0.35/0.30/0.00/0.49)	

CMYK percentages

%34.62
%30
%0
%49.02

Codes

Color #555B82 in popluar color models

555B82
RGB8591130
HSL232°20.93%42.16%
HSB/HSV232°34.62%50.98%
CMYK34.62%30.00%0.00%
49.02%

Color #555B82 in popluar number systems.

HEX555B82
Decimal8591130
Binary1010101101101110000010
Octal125133202

Shades and tints

Shades of #555B82

#555B82
(85,91,130)
#4E5377
(78,83,119)
#474B6C
(71,75,108)
#404361
(64,67,97)
#393B56
(57,59,86)
#32334B
(50,51,75)
#2B2B40
(43,43,64)
#242335
(36,35,53)
#1D1B2A
(29,27,42)
#16131F
(22,19,31)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #555B82

#555B82
(85,91,130)
#64698D
(100,105,141)
#737798
(115,119,152)
#8285A3
(130,133,163)
#9193AE
(145,147,174)
#A0A1B9
(160,161,185)
#AFAFC4
(175,175,196)
#BEBDCF
(190,189,207)
#CDCBDA
(205,203,218)
#DCD9E5
(220,217,229)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555B82; }

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

This text font color is #555B82.


Background Color

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

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

This div background color is #555B82.


Border color

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

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

This div border color is #555B82.


Opacity

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

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

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

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

This text has shadow with #555B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555B82 on black background.


Color preview on white background

This text has color #555B82 on white background.



Black color preview on #555B82 background

This text has black color on #555B82 background.


White color preview on #555B82 background

This text has white color on #555B82 background.