COLOR #5836B7

HEX: #5836B7
RGB: (88,54,183)

Color info

#5836B7 contains mainly blue color. Web safe color of #5836B7 is #6633CC (or #63C).

RGB color model

#5836B7 color RGB value is (88,54,183).

  • red value is 88;
  • green value is 54;
  • blue value is 183.
RGB:
(88,54,183)
(35%,21%,72%)

RGB channels and saturation

R 88 of 255 = 35%
G 54 of 255 = 21%
B 183 of 255 = 72%

88
54
183

R + G + B ~ 43%. #5836B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 54 + 183 = 325 (100%)
R 88 of 325 ~ 27.08%
G 54 of 325 ~ 16.62%
B 183 of 325 ~ 56.31%

%27.08
%16.62
%56.31

CMYK color model

#5836B7 color CMYK value is (52,70,0,28).

  • cyan value is 51.91%
  • magenta value is 70.49%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(52,70,0,28)
C52M70Y0K28 
(52%,70%,0%,28%)
(0.52/0.70/0.00/0.28)	

CMYK percentages

%51.91
%70.49
%0
%28.24

Codes

Color #5836B7 in popluar color models

5836B7
RGB8854183
HSL256°54.43%46.47%
HSB/HSV256°70.49%71.76%
CMYK51.91%70.49%0.00%
28.24%

Color #5836B7 in popluar number systems.

HEX5836B7
Decimal8854183
Binary101100011011010110111
Octal13066267

Shades and tints

Shades of #5836B7

#5836B7
(88,54,183)
#5032A7
(80,50,167)
#482E97
(72,46,151)
#402A87
(64,42,135)
#382677
(56,38,119)
#302267
(48,34,103)
#281E57
(40,30,87)
#201A47
(32,26,71)
#181637
(24,22,55)
#101227
(16,18,39)
#080E17
(8,14,23)
#000000
(0,0,0)

Tints of #5836B7

#5836B7
(88,54,183)
#6748BD
(103,72,189)
#765AC3
(118,90,195)
#856CC9
(133,108,201)
#947ECF
(148,126,207)
#A390D5
(163,144,213)
#B2A2DB
(178,162,219)
#C1B4E1
(193,180,225)
#D0C6E7
(208,198,231)
#DFD8ED
(223,216,237)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5836B7 color. Also use rgb(88,54,183) instead hex code.

Text Font Color

.myTextColor { color: #5836B7; }

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

This text font color is #5836B7.


Background Color

.myBgColor { background-color: #5836B7; }

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

This div background color is #5836B7.


Border color

.myBorderColor { border: 1px solid #5836B7; }

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

This div border color is #5836B7.


Opacity

.myOpacity80 { color: #5836B7; opacity: 0.8; }

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

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

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

This text has shadow with #5836B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5836B7 on black background.


Color preview on white background

This text has color #5836B7 on white background.



Black color preview on #5836B7 background

This text has black color on #5836B7 background.


White color preview on #5836B7 background

This text has white color on #5836B7 background.