COLOR #555597

HEX: #555597
RGB: (85,85,151)

Color info

#555597 contains mainly blue color. Web safe color of #555597 is #666699 (or #669).

RGB color model

#555597 color RGB value is (85,85,151).

  • red value is 85;
  • green value is 85;
  • blue value is 151.
RGB:
(85,85,151)
(33%,33%,59%)

RGB channels and saturation

R 85 of 255 = 33%
G 85 of 255 = 33%
B 151 of 255 = 59%

85
85
151

R + G + B ~ 42%. #555597 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 85 + 151 = 321 (100%)
R 85 of 321 ~ 26.48%
G 85 of 321 ~ 26.48%
B 151 of 321 ~ 47.04%

%26.48
%26.48
%47.04

CMYK color model

#555597 color CMYK value is (44,44,0,41).

  • cyan value is 43.71%
  • magenta value is 43.71%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(44,44,0,41)
C44M44Y0K41 
(44%,44%,0%,41%)
(0.44/0.44/0.00/0.41)	

CMYK percentages

%43.71
%43.71
%0
%40.78

Codes

Color #555597 in popluar color models

555597
RGB8585151
HSL240°27.97%46.27%
HSB/HSV240°43.71%59.22%
CMYK43.71%43.71%0.00%
40.78%

Color #555597 in popluar number systems.

HEX555597
Decimal8585151
Binary1010101101010110010111
Octal125125227

Shades and tints

Shades of #555597

#555597
(85,85,151)
#4E4E8A
(78,78,138)
#47477D
(71,71,125)
#404070
(64,64,112)
#393963
(57,57,99)
#323256
(50,50,86)
#2B2B49
(43,43,73)
#24243C
(36,36,60)
#1D1D2F
(29,29,47)
#161622
(22,22,34)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #555597

#555597
(85,85,151)
#6464A0
(100,100,160)
#7373A9
(115,115,169)
#8282B2
(130,130,178)
#9191BB
(145,145,187)
#A0A0C4
(160,160,196)
#AFAFCD
(175,175,205)
#BEBED6
(190,190,214)
#CDCDDF
(205,205,223)
#DCDCE8
(220,220,232)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555597; }

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

This text font color is #555597.


Background Color

.myBgColor { background-color: #555597; }

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

This div background color is #555597.


Border color

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

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

This div border color is #555597.


Opacity

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

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

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

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

This text has shadow with #555597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555597 on black background.


Color preview on white background

This text has color #555597 on white background.



Black color preview on #555597 background

This text has black color on #555597 background.


White color preview on #555597 background

This text has white color on #555597 background.