COLOR #5855BA

HEX: #5855BA
RGB: (88,85,186)

Color info

#5855BA contains mainly blue color. Web safe color of #5855BA is #6666CC (or #66C).

RGB color model

#5855BA color RGB value is (88,85,186).

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

RGB channels and saturation

R 88 of 255 = 35%
G 85 of 255 = 33%
B 186 of 255 = 73%

88
85
186

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

Portions of RGB colors in percentages

R + G + B =
88 + 85 + 186 = 359 (100%)
R 88 of 359 ~ 24.51%
G 85 of 359 ~ 23.68%
B 186 of 359 ~ 51.81%

%24.51
%23.68
%51.81

CMYK color model

#5855BA color CMYK value is (53,54,0,27).

  • cyan value is 52.69%
  • magenta value is 54.30%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(53,54,0,27)
C53M54Y0K27 
(53%,54%,0%,27%)
(0.53/0.54/0.00/0.27)	

CMYK percentages

%52.69
%54.3
%0
%27.06

Codes

Color #5855BA in popluar color models

5855BA
RGB8885186
HSL242°42.26%53.14%
HSB/HSV242°54.30%72.94%
CMYK52.69%54.30%0.00%
27.06%

Color #5855BA in popluar number systems.

HEX5855BA
Decimal8885186
Binary1011000101010110111010
Octal130125272

Shades and tints

Shades of #5855BA

#5855BA
(88,85,186)
#504EAA
(80,78,170)
#48479A
(72,71,154)
#40408A
(64,64,138)
#38397A
(56,57,122)
#30326A
(48,50,106)
#282B5A
(40,43,90)
#20244A
(32,36,74)
#181D3A
(24,29,58)
#10162A
(16,22,42)
#080F1A
(8,15,26)
#000000
(0,0,0)

Tints of #5855BA

#5855BA
(88,85,186)
#6764C0
(103,100,192)
#7673C6
(118,115,198)
#8582CC
(133,130,204)
#9491D2
(148,145,210)
#A3A0D8
(163,160,216)
#B2AFDE
(178,175,222)
#C1BEE4
(193,190,228)
#D0CDEA
(208,205,234)
#DFDCF0
(223,220,240)
#EEEBF6
(238,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5855BA; }

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

This text font color is #5855BA.


Background Color

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

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

This div background color is #5855BA.


Border color

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

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

This div border color is #5855BA.


Opacity

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

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

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

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

This text has shadow with #5855BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5855BA on black background.


Color preview on white background

This text has color #5855BA on white background.



Black color preview on #5855BA background

This text has black color on #5855BA background.


White color preview on #5855BA background

This text has white color on #5855BA background.