COLOR #5838AD

HEX: #5838AD
RGB: (88,56,173)

Color info

#5838AD contains mainly blue color. Web safe color of #5838AD is #663399 (or #639).

RGB color model

#5838AD color RGB value is (88,56,173).

  • red value is 88;
  • green value is 56;
  • blue value is 173.
RGB:
(88,56,173)
(35%,22%,68%)

RGB channels and saturation

R 88 of 255 = 35%
G 56 of 255 = 22%
B 173 of 255 = 68%

88
56
173

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

Portions of RGB colors in percentages

R + G + B =
88 + 56 + 173 = 317 (100%)
R 88 of 317 ~ 27.76%
G 56 of 317 ~ 17.67%
B 173 of 317 ~ 54.57%

%27.76
%17.67
%54.57

CMYK color model

#5838AD color CMYK value is (49,68,0,32).

  • cyan value is 49.13%
  • magenta value is 67.63%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(49,68,0,32)
C49M68Y0K32 
(49%,68%,0%,32%)
(0.49/0.68/0.00/0.32)	

CMYK percentages

%49.13
%67.63
%0
%32.16

Codes

Color #5838AD in popluar color models

5838AD
RGB8856173
HSL256°51.09%44.90%
HSB/HSV256°67.63%67.84%
CMYK49.13%67.63%0.00%
32.16%

Color #5838AD in popluar number systems.

HEX5838AD
Decimal8856173
Binary101100011100010101101
Octal13070255

Shades and tints

Shades of #5838AD

#5838AD
(88,56,173)
#50339E
(80,51,158)
#482E8F
(72,46,143)
#402980
(64,41,128)
#382471
(56,36,113)
#301F62
(48,31,98)
#281A53
(40,26,83)
#201544
(32,21,68)
#181035
(24,16,53)
#100B26
(16,11,38)
#080617
(8,6,23)
#000000
(0,0,0)

Tints of #5838AD

#5838AD
(88,56,173)
#674AB4
(103,74,180)
#765CBB
(118,92,187)
#856EC2
(133,110,194)
#9480C9
(148,128,201)
#A392D0
(163,146,208)
#B2A4D7
(178,164,215)
#C1B6DE
(193,182,222)
#D0C8E5
(208,200,229)
#DFDAEC
(223,218,236)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5838AD color. Also use rgb(88,56,173) instead hex code.

Text Font Color

.myTextColor { color: #5838AD; }

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

This text font color is #5838AD.


Background Color

.myBgColor { background-color: #5838AD; }

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

This div background color is #5838AD.


Border color

.myBorderColor { border: 1px solid #5838AD; }

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

This div border color is #5838AD.


Opacity

.myOpacity80 { color: #5838AD; opacity: 0.8; }

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

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

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

This text has shadow with #5838AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5838AD on black background.


Color preview on white background

This text has color #5838AD on white background.



Black color preview on #5838AD background

This text has black color on #5838AD background.


White color preview on #5838AD background

This text has white color on #5838AD background.