COLOR #5838A1

HEX: #5838A1 RGB: (88,56,161)

Color info

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

RGB color model

#5838A1 color RGB value is (88,56,161).

RGB: (88,56,161) (35%, 22%, 63%)

RGB channels and saturation

R 88 of 255 = 35%
G 56 of 255 = 22%
B 161 of 255 = 63%

88
56
161

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

Portions of RGB colors in percentages

R + G + B = 88 + 56 + 161 = 305 (100%)
R 88 of 305 ~ 28.85%
G 56 of 305 ~ 18.36%
B 161 of 305 ~ 52.79'%

%28.85
%18.36
%52.79

CMYK color model

#5838A1 color CMYK value is (45,65,0,37).

  • cyan value is 45.34%
  • magenta value is 65.22%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (45,65,0,37)
C45M65Y0K37 (45%, 65%, 0%, 37%)
(0.45 / 0.65 / 0.00 / 0.37)

CMYK percentages

%45.34
%65.22
%0
%36.86

Codes

Color #5838A1 in popluar color models

58 38 A1
RGB 88 56 161
HSL 258° 48.39% 42.55%
HSB/HSV 258° 65.22% 63.14%
CMYK 45.34% 65.22% 0.00%
36.86%

Color #5838A1 in popluar number systems.

HEX 58 38 A1
Decimal 88 56 161
Binary 1011000 111000 10100001
Octal 130 70 241

Shades and tints

Shades of #5838A1

#5838A1
(88,56,161)
#503393
(80,51,147)
#482E85
(72,46,133)
#402977
(64,41,119)
#382469
(56,36,105)
#301F5B
(48,31,91)
#281A4D
(40,26,77)
#20153F
(32,21,63)
#181031
(24,16,49)
#100B23
(16,11,35)
#080615
(8,6,21)
#000000
(0,0,0)

Tints of #5838A1

#5838A1
(88,56,161)
#674AA9
(103,74,169)
#765CB1
(118,92,177)
#856EB9
(133,110,185)
#9480C1
(148,128,193)
#A392C9
(163,146,201)
#B2A4D1
(178,164,209)
#C1B6D9
(193,182,217)
#D0C8E1
(208,200,225)
#DFDAE9
(223,218,233)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5838A1; }

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

This text font color is #5838A1.

Background Color

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

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

This div background color is #5838A1.

Border color

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

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

This div border color is #5838A1.

Opacity

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

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

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

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

This text has shadow with #5838A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5838A1.

Preview

Color preview on black background

This text has color #5838A1 on black background.


Color preview on white background

This text has color #5838A1 on white background.


Black color preview on #5838A1 background

This text has black color on #5838A1 background.


White color preview on #5838A1 background

This text has white color on #5838A1 background.


Related colors

Complementary color

Complementary color for #hex is #A7C75E.


I love getcolorcode.com

Triadic colors

1 #A15838 and #38A158 with #5838A1 are triadic colors.

2 #A13858 and #3858A1 with #5838A1 are triadic colors.