COLOR #555F82

HEX: #555F82
RGB: (85,95,130)

Color info

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

RGB color model

#555F82 color RGB value is (85,95,130).

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

RGB channels and saturation

R 85 of 255 = 33%
G 95 of 255 = 37%
B 130 of 255 = 51%

85
95
130

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

Portions of RGB colors in percentages

R + G + B =
85 + 95 + 130 = 310 (100%)
R 85 of 310 ~ 27.42%
G 95 of 310 ~ 30.65%
B 130 of 310 ~ 41.94%

%27.42
%30.65
%41.94

CMYK color model

#555F82 color CMYK value is (35,27,0,49).

  • cyan value is 34.62%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(35,27,0,49)
C35M27Y0K49 
(35%,27%,0%,49%)
(0.35/0.27/0.00/0.49)	

CMYK percentages

%34.62
%26.92
%0
%49.02

Codes

Color #555F82 in popluar color models

555F82
RGB8595130
HSL227°20.93%42.16%
HSB/HSV227°34.62%50.98%
CMYK34.62%26.92%0.00%
49.02%

Color #555F82 in popluar number systems.

HEX555F82
Decimal8595130
Binary1010101101111110000010
Octal125137202

Shades and tints

Shades of #555F82

#555F82
(85,95,130)
#4E5777
(78,87,119)
#474F6C
(71,79,108)
#404761
(64,71,97)
#393F56
(57,63,86)
#32374B
(50,55,75)
#2B2F40
(43,47,64)
#242735
(36,39,53)
#1D1F2A
(29,31,42)
#16171F
(22,23,31)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #555F82

#555F82
(85,95,130)
#646D8D
(100,109,141)
#737B98
(115,123,152)
#8289A3
(130,137,163)
#9197AE
(145,151,174)
#A0A5B9
(160,165,185)
#AFB3C4
(175,179,196)
#BEC1CF
(190,193,207)
#CDCFDA
(205,207,218)
#DCDDE5
(220,221,229)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555F82; }

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

This text font color is #555F82.


Background Color

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

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

This div background color is #555F82.


Border color

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

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

This div border color is #555F82.


Opacity

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

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

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

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

This text has shadow with #555F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555F82 on black background.


Color preview on white background

This text has color #555F82 on white background.



Black color preview on #555F82 background

This text has black color on #555F82 background.


White color preview on #555F82 background

This text has white color on #555F82 background.