COLOR #580FBF

HEX: #580FBF
RGB: (88,15,191)

Color info

#580FBF contains mainly blue color. Web safe color of #580FBF is #6600CC (or #60C).

RGB color model

#580FBF color RGB value is (88,15,191).

  • red value is 88;
  • green value is 15;
  • blue value is 191.
RGB:
(88,15,191)
(35%,6%,75%)

RGB channels and saturation

R 88 of 255 = 35%
G 15 of 255 = 6%
B 191 of 255 = 75%

88
15
191

R + G + B ~ 39%. #580FBF is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 15 + 191 = 294 (100%)
R 88 of 294 ~ 29.93%
G 15 of 294 ~ 5.1%
B 191 of 294 ~ 64.97%

%29.93
%64.97

CMYK color model

#580FBF color CMYK value is (54,92,0,25).

  • cyan value is 53.93%
  • magenta value is 92.15%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(54,92,0,25)
C54M92Y0K25 
(54%,92%,0%,25%)
(0.54/0.92/0.00/0.25)	

CMYK percentages

%53.93
%92.15
%0
%25.1

Codes

Color #580FBF in popluar color models

580FBF
RGB8815191
HSL265°85.44%40.39%
HSB/HSV265°92.15%74.90%
CMYK53.93%92.15%0.00%
25.10%

Color #580FBF in popluar number systems.

HEX580FBF
Decimal8815191
Binary1011000111110111111
Octal13017277

Shades and tints

Shades of #580FBF

#580FBF
(88,15,191)
#500EAE
(80,14,174)
#480D9D
(72,13,157)
#400C8C
(64,12,140)
#380B7B
(56,11,123)
#300A6A
(48,10,106)
#280959
(40,9,89)
#200848
(32,8,72)
#180737
(24,7,55)
#100626
(16,6,38)
#080515
(8,5,21)
#000000
(0,0,0)

Tints of #580FBF

#580FBF
(88,15,191)
#6724C4
(103,36,196)
#7639C9
(118,57,201)
#854ECE
(133,78,206)
#9463D3
(148,99,211)
#A378D8
(163,120,216)
#B28DDD
(178,141,221)
#C1A2E2
(193,162,226)
#D0B7E7
(208,183,231)
#DFCCEC
(223,204,236)
#EEE1F1
(238,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580FBF color. Also use rgb(88,15,191) instead hex code.

Text Font Color

.myTextColor { color: #580FBF; }

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

This text font color is #580FBF.


Background Color

.myBgColor { background-color: #580FBF; }

<div style="background-color:#580FBF">Inner text</div>

This div background color is #580FBF.


Border color

.myBorderColor { border: 1px solid #580FBF; }

<div style="border:3px solid #580FBF">Div</div>

This div border color is #580FBF.


Opacity

.myOpacity80 { color: #580FBF; opacity: 0.8; }

<p style="color:#580FBF;opacity:0.8;">80%</p>

Text with #580FBF 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 #580FBF;}

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

This text has shadow with #580FBF color.

.textShadow {text-shadow: 3px 3px 1px #580FBF, 3px 3px 1px red;}

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

This text has shadow with #580FBF primary color and red secondary color.


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

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

This text has shadow with #580FBF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580FBF on black background.


Color preview on white background

This text has color #580FBF on white background.



Black color preview on #580FBF background

This text has black color on #580FBF background.


White color preview on #580FBF background

This text has white color on #580FBF background.