COLOR #5841AC

HEX: #5841AC RGB: (88,65,172)

Color info

#5841AC contains mainly blue color. Web safe color of #5841AC is #663399 (or #639).

RGB color model

#5841AC color RGB value is (88,65,172).

RGB: (88,65,172) (35%, 25%, 67%)

RGB channels and saturation

R 88 of 255 = 35%
G 65 of 255 = 25%
B 172 of 255 = 67%

88
65
172

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

Portions of RGB colors in percentages

R + G + B = 88 + 65 + 172 = 325 (100%)
R 88 of 325 ~ 27.08%
G 65 of 325 ~ 20%
B 172 of 325 ~ 52.92'%

%27.08
%20
%52.92

CMYK color model

#5841AC color CMYK value is (49,62,0,33).

  • cyan value is 48.84%
  • magenta value is 62.21%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (49,62,0,33)
C49M62Y0K33 (49%, 62%, 0%, 33%)
(0.49 / 0.62 / 0.00 / 0.33)

CMYK percentages

%48.84
%62.21
%0
%32.55

Codes

Color #5841AC in popluar color models

58 41 AC
RGB 88 65 172
HSL 253° 45.15% 46.47%
HSB/HSV 253° 62.21% 67.45%
CMYK 48.84% 62.21% 0.00%
32.55%

Color #5841AC in popluar number systems.

HEX 58 41 AC
Decimal 88 65 172
Binary 1011000 1000001 10101100
Octal 130 101 254

Shades and tints

Shades of #5841AC

#5841AC
(88,65,172)
#503C9D
(80,60,157)
#48378E
(72,55,142)
#40327F
(64,50,127)
#382D70
(56,45,112)
#302861
(48,40,97)
#282352
(40,35,82)
#201E43
(32,30,67)
#181934
(24,25,52)
#101425
(16,20,37)
#080F16
(8,15,22)
#000000
(0,0,0)

Tints of #5841AC

#5841AC
(88,65,172)
#6752B3
(103,82,179)
#7663BA
(118,99,186)
#8574C1
(133,116,193)
#9485C8
(148,133,200)
#A396CF
(163,150,207)
#B2A7D6
(178,167,214)
#C1B8DD
(193,184,221)
#D0C9E4
(208,201,228)
#DFDAEB
(223,218,235)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5841AC color. Also use rgb(88,65,172) instead hex code.

Text Font Color

.myTextColor { color: #5841AC; }

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

This text font color is #5841AC.

Background Color

.myBgColor { background-color: #5841AC; }

<div style="background-color:#5841AC">Inner text</div>

This div background color is #5841AC.

Border color

.myBorderColor { border: 1px solid #5841AC; }

<div style="border:3px solid #5841AC">Div</div>

This div border color is #5841AC.

Opacity

.myOpacity80 { color: #5841AC; opacity: 0.8; }

<p style="color:#5841AC;opacity:0.8;">80%</p>

Text with #5841AC 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 #5841AC;}

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

This text has shadow with #5841AC color.


.textShadow {text-shadow: 3px 3px 1px #5841AC', 3px 3px 1px red;}

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

This text has shadow with #5841AC primary color and red secondary color.


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

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

This text has shadow with #5841AC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5841AC; -webkit-box-shadow: 1px 1px 3px 2px #5841AC; box-shadow:1px 1px 3px 2px #5841AC;">
Div content here
</div>

This div box has shadow with color #5841AC.

Preview

Color preview on black background

This text has color #5841AC on black background.


Color preview on white background

This text has color #5841AC on white background.


Black color preview on #5841AC background

This text has black color on #5841AC background.


White color preview on #5841AC background

This text has white color on #5841AC background.


Related colors

Complementary color

Complementary color for #hex is #A7BE53.


I love getcolorcode.com

Triadic colors

1 #AC5841 and #41AC58 with #5841AC are triadic colors.

2 #AC4158 and #4158AC with #5841AC are triadic colors.