COLOR #5855B1

HEX: #5855B1
RGB: (88,85,177)

Color info

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

RGB color model

#5855B1 color RGB value is (88,85,177).

  • red value is 88;
  • green value is 85;
  • blue value is 177.
RGB:
(88,85,177)
(35%,33%,69%)

RGB channels and saturation

R 88 of 255 = 35%
G 85 of 255 = 33%
B 177 of 255 = 69%

88
85
177

R + G + B ~ 46%. #5855B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 85 + 177 = 350 (100%)
R 88 of 350 ~ 25.14%
G 85 of 350 ~ 24.29%
B 177 of 350 ~ 50.57%

%25.14
%24.29
%50.57

CMYK color model

#5855B1 color CMYK value is (50,52,0,31).

  • cyan value is 50.28%
  • magenta value is 51.98%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(50,52,0,31)
C50M52Y0K31 
(50%,52%,0%,31%)
(0.50/0.52/0.00/0.31)	

CMYK percentages

%50.28
%51.98
%0
%30.59

Codes

Color #5855B1 in popluar color models

5855B1
RGB8885177
HSL242°37.10%51.37%
HSB/HSV242°51.98%69.41%
CMYK50.28%51.98%0.00%
30.59%

Color #5855B1 in popluar number systems.

HEX5855B1
Decimal8885177
Binary1011000101010110110001
Octal130125261

Shades and tints

Shades of #5855B1

#5855B1
(88,85,177)
#504EA1
(80,78,161)
#484791
(72,71,145)
#404081
(64,64,129)
#383971
(56,57,113)
#303261
(48,50,97)
#282B51
(40,43,81)
#202441
(32,36,65)
#181D31
(24,29,49)
#101621
(16,22,33)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #5855B1

#5855B1
(88,85,177)
#6764B8
(103,100,184)
#7673BF
(118,115,191)
#8582C6
(133,130,198)
#9491CD
(148,145,205)
#A3A0D4
(163,160,212)
#B2AFDB
(178,175,219)
#C1BEE2
(193,190,226)
#D0CDE9
(208,205,233)
#DFDCF0
(223,220,240)
#EEEBF7
(238,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5855B1 color. Also use rgb(88,85,177) instead hex code.

Text Font Color

.myTextColor { color: #5855B1; }

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

This text font color is #5855B1.


Background Color

.myBgColor { background-color: #5855B1; }

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

This div background color is #5855B1.


Border color

.myBorderColor { border: 1px solid #5855B1; }

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

This div border color is #5855B1.


Opacity

.myOpacity80 { color: #5855B1; opacity: 0.8; }

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

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

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

This text has shadow with #5855B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5855B1 on black background.


Color preview on white background

This text has color #5855B1 on white background.



Black color preview on #5855B1 background

This text has black color on #5855B1 background.


White color preview on #5855B1 background

This text has white color on #5855B1 background.