COLOR #5830AB

HEX: #5830AB
RGB: (88,48,171)

Color info

#5830AB contains mainly blue color. Web safe color of #5830AB is #663399 (or #639).

RGB color model

#5830AB color RGB value is (88,48,171).

  • red value is 88;
  • green value is 48;
  • blue value is 171.
RGB:
(88,48,171)
(35%,19%,67%)

RGB channels and saturation

R 88 of 255 = 35%
G 48 of 255 = 19%
B 171 of 255 = 67%

88
48
171

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

Portions of RGB colors in percentages

R + G + B =
88 + 48 + 171 = 307 (100%)
R 88 of 307 ~ 28.66%
G 48 of 307 ~ 15.64%
B 171 of 307 ~ 55.7%

%28.66
%15.64
%55.7

CMYK color model

#5830AB color CMYK value is (49,72,0,33).

  • cyan value is 48.54%
  • magenta value is 71.93%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(49,72,0,33)
C49M72Y0K33 
(49%,72%,0%,33%)
(0.49/0.72/0.00/0.33)	

CMYK percentages

%48.54
%71.93
%0
%32.94

Codes

Color #5830AB in popluar color models

5830AB
RGB8848171
HSL260°56.16%42.94%
HSB/HSV260°71.93%67.06%
CMYK48.54%71.93%0.00%
32.94%

Color #5830AB in popluar number systems.

HEX5830AB
Decimal8848171
Binary101100011000010101011
Octal13060253

Shades and tints

Shades of #5830AB

#5830AB
(88,48,171)
#502C9C
(80,44,156)
#48288D
(72,40,141)
#40247E
(64,36,126)
#38206F
(56,32,111)
#301C60
(48,28,96)
#281851
(40,24,81)
#201442
(32,20,66)
#181033
(24,16,51)
#100C24
(16,12,36)
#080815
(8,8,21)
#000000
(0,0,0)

Tints of #5830AB

#5830AB
(88,48,171)
#6742B2
(103,66,178)
#7654B9
(118,84,185)
#8566C0
(133,102,192)
#9478C7
(148,120,199)
#A38ACE
(163,138,206)
#B29CD5
(178,156,213)
#C1AEDC
(193,174,220)
#D0C0E3
(208,192,227)
#DFD2EA
(223,210,234)
#EEE4F1
(238,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5830AB color. Also use rgb(88,48,171) instead hex code.

Text Font Color

.myTextColor { color: #5830AB; }

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

This text font color is #5830AB.


Background Color

.myBgColor { background-color: #5830AB; }

<div style="background-color:#5830AB">Inner text</div>

This div background color is #5830AB.


Border color

.myBorderColor { border: 1px solid #5830AB; }

<div style="border:3px solid #5830AB">Div</div>

This div border color is #5830AB.


Opacity

.myOpacity80 { color: #5830AB; opacity: 0.8; }

<p style="color:#5830AB;opacity:0.8;">80%</p>

Text with #5830AB 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 #5830AB;}

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

This text has shadow with #5830AB color.

.textShadow {text-shadow: 3px 3px 1px #5830AB, 3px 3px 1px red;}

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

This text has shadow with #5830AB primary color and red secondary color.


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

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

This text has shadow with #5830AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5830AB on black background.


Color preview on white background

This text has color #5830AB on white background.



Black color preview on #5830AB background

This text has black color on #5830AB background.


White color preview on #5830AB background

This text has white color on #5830AB background.