COLOR #5808B0

HEX: #5808B0 RGB: (88,8,176)

Color info

#5808B0 contains mainly blue color. Web safe color of #5808B0 is #660099 (or #609).

RGB color model

#5808B0 color RGB value is (88,8,176).

RGB: (88,8,176) (35%, 3%, 69%)

RGB channels and saturation

R 88 of 255 = 35%
G 8 of 255 = 3%
B 176 of 255 = 69%

88
8
176

R + G + B ~ 36%. #5808B0 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 8 + 176 = 272 (100%)
R 88 of 272 ~ 32.35%
G 8 of 272 ~ 2.94%
B 176 of 272 ~ 64.71'%

%32.35
%64.71

CMYK color model

#5808B0 color CMYK value is (50,95,0,31).

  • cyan value is 50.00%
  • magenta value is 95.45%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (50,95,0,31)
C50M95Y0K31 (50%, 95%, 0%, 31%)
(0.50 / 0.95 / 0.00 / 0.31)

CMYK percentages

%50
%95.45
%0
%30.98

Codes

Color #5808B0 in popluar color models

58 08 B0
RGB 88 8 176
HSL 269° 91.30% 36.08%
HSB/HSV 269° 95.45% 69.02%
CMYK 50.00% 95.45% 0.00%
30.98%

Color #5808B0 in popluar number systems.

HEX 58 08 B0
Decimal 88 8 176
Binary 1011000 1000 10110000
Octal 130 10 260

Shades and tints

Shades of #5808B0

#5808B0
(88,8,176)
#5008A0
(80,8,160)
#480890
(72,8,144)
#400880
(64,8,128)
#380870
(56,8,112)
#300860
(48,8,96)
#280850
(40,8,80)
#200840
(32,8,64)
#180830
(24,8,48)
#100820
(16,8,32)
#080810
(8,8,16)
#000000
(0,0,0)

Tints of #5808B0

#5808B0
(88,8,176)
#671EB7
(103,30,183)
#7634BE
(118,52,190)
#854AC5
(133,74,197)
#9460CC
(148,96,204)
#A376D3
(163,118,211)
#B28CDA
(178,140,218)
#C1A2E1
(193,162,225)
#D0B8E8
(208,184,232)
#DFCEEF
(223,206,239)
#EEE4F6
(238,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5808B0 color. Also use rgb(88,8,176) instead hex code.

Text Font Color

.myTextColor { color: #5808B0; }

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

This text font color is #5808B0.

Background Color

.myBgColor { background-color: #5808B0; }

<div style="background-color:#5808B0">Inner text</div>

This div background color is #5808B0.

Border color

.myBorderColor { border: 1px solid #5808B0; }

<div style="border:3px solid #5808B0">Div</div>

This div border color is #5808B0.

Opacity

.myOpacity80 { color: #5808B0; opacity: 0.8; }

<p style="color:#5808B0;opacity:0.8;">80%</p>

Text with #5808B0 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 #5808B0;}

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

This text has shadow with #5808B0 color.


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

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

This text has shadow with #5808B0 primary color and red secondary color.


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

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

This text has shadow with #5808B0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5808B0.

Preview

Color preview on black background

This text has color #5808B0 on black background.


Color preview on white background

This text has color #5808B0 on white background.


Black color preview on #5808B0 background

This text has black color on #5808B0 background.


White color preview on #5808B0 background

This text has white color on #5808B0 background.


Related colors

Complementary color

Complementary color for #hex is #A7F74F.


I love getcolorcode.com

Triadic colors

1 #B05808 and #08B058 with #5808B0 are triadic colors.

2 #B00858 and #0858B0 with #5808B0 are triadic colors.