COLOR #5849B6

HEX: #5849B6
RGB: (88,73,182)

Color info

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

RGB color model

#5849B6 color RGB value is (88,73,182).

  • red value is 88;
  • green value is 73;
  • blue value is 182.
RGB:
(88,73,182)
(35%,29%,71%)

RGB channels and saturation

R 88 of 255 = 35%
G 73 of 255 = 29%
B 182 of 255 = 71%

88
73
182

R + G + B ~ 45%. #5849B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 73 + 182 = 343 (100%)
R 88 of 343 ~ 25.66%
G 73 of 343 ~ 21.28%
B 182 of 343 ~ 53.06%

%25.66
%21.28
%53.06

CMYK color model

#5849B6 color CMYK value is (52,60,0,29).

  • cyan value is 51.65%
  • magenta value is 59.89%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(52,60,0,29)
C52M60Y0K29 
(52%,60%,0%,29%)
(0.52/0.60/0.00/0.29)	

CMYK percentages

%51.65
%59.89
%0
%28.63

Codes

Color #5849B6 in popluar color models

5849B6
RGB8873182
HSL248°42.75%50.00%
HSB/HSV248°59.89%71.37%
CMYK51.65%59.89%0.00%
28.63%

Color #5849B6 in popluar number systems.

HEX5849B6
Decimal8873182
Binary1011000100100110110110
Octal130111266

Shades and tints

Shades of #5849B6

#5849B6
(88,73,182)
#5043A6
(80,67,166)
#483D96
(72,61,150)
#403786
(64,55,134)
#383176
(56,49,118)
#302B66
(48,43,102)
#282556
(40,37,86)
#201F46
(32,31,70)
#181936
(24,25,54)
#101326
(16,19,38)
#080D16
(8,13,22)
#000000
(0,0,0)

Tints of #5849B6

#5849B6
(88,73,182)
#6759BC
(103,89,188)
#7669C2
(118,105,194)
#8579C8
(133,121,200)
#9489CE
(148,137,206)
#A399D4
(163,153,212)
#B2A9DA
(178,169,218)
#C1B9E0
(193,185,224)
#D0C9E6
(208,201,230)
#DFD9EC
(223,217,236)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5849B6 color. Also use rgb(88,73,182) instead hex code.

Text Font Color

.myTextColor { color: #5849B6; }

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

This text font color is #5849B6.


Background Color

.myBgColor { background-color: #5849B6; }

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

This div background color is #5849B6.


Border color

.myBorderColor { border: 1px solid #5849B6; }

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

This div border color is #5849B6.


Opacity

.myOpacity80 { color: #5849B6; opacity: 0.8; }

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

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

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

This text has shadow with #5849B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5849B6 on black background.


Color preview on white background

This text has color #5849B6 on white background.



Black color preview on #5849B6 background

This text has black color on #5849B6 background.


White color preview on #5849B6 background

This text has white color on #5849B6 background.