COLOR #582777

HEX: #582777
RGB: (88,39,119)

Color info

#582777 contains mainly red and blue colors. Web safe color of #582777 is #663366 (or #636).

RGB color model

#582777 color RGB value is (88,39,119).

  • red value is 88;
  • green value is 39;
  • blue value is 119.
RGB:
(88,39,119)
(35%,15%,47%)

RGB channels and saturation

R 88 of 255 = 35%
G 39 of 255 = 15%
B 119 of 255 = 47%

88
39
119

R + G + B ~ 32%. #582777 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 39 + 119 = 246 (100%)
R 88 of 246 ~ 35.77%
G 39 of 246 ~ 15.85%
B 119 of 246 ~ 48.37%

%35.77
%15.85
%48.37

CMYK color model

#582777 color CMYK value is (26,67,0,53).

  • cyan value is 26.05%
  • magenta value is 67.23%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(26,67,0,53)
C26M67Y0K53 
(26%,67%,0%,53%)
(0.26/0.67/0.00/0.53)	

CMYK percentages

%26.05
%67.23
%0
%53.33

Codes

Color #582777 in popluar color models

582777
RGB8839119
HSL277°50.63%30.98%
HSB/HSV277°67.23%46.67%
CMYK26.05%67.23%0.00%
53.33%

Color #582777 in popluar number systems.

HEX582777
Decimal8839119
Binary10110001001111110111
Octal13047167

Shades and tints

Shades of #582777

#582777
(88,39,119)
#50246D
(80,36,109)
#482163
(72,33,99)
#401E59
(64,30,89)
#381B4F
(56,27,79)
#301845
(48,24,69)
#28153B
(40,21,59)
#201231
(32,18,49)
#180F27
(24,15,39)
#100C1D
(16,12,29)
#080913
(8,9,19)
#000000
(0,0,0)

Tints of #582777

#582777
(88,39,119)
#673A83
(103,58,131)
#764D8F
(118,77,143)
#85609B
(133,96,155)
#9473A7
(148,115,167)
#A386B3
(163,134,179)
#B299BF
(178,153,191)
#C1ACCB
(193,172,203)
#D0BFD7
(208,191,215)
#DFD2E3
(223,210,227)
#EEE5EF
(238,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582777 color. Also use rgb(88,39,119) instead hex code.

Text Font Color

.myTextColor { color: #582777; }

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

This text font color is #582777.


Background Color

.myBgColor { background-color: #582777; }

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

This div background color is #582777.


Border color

.myBorderColor { border: 1px solid #582777; }

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

This div border color is #582777.


Opacity

.myOpacity80 { color: #582777; opacity: 0.8; }

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

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

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

This text has shadow with #582777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582777 on black background.


Color preview on white background

This text has color #582777 on white background.



Black color preview on #582777 background

This text has black color on #582777 background.


White color preview on #582777 background

This text has white color on #582777 background.