COLOR #584875

HEX: #584875
RGB: (88,72,117)

Color info

#584875 contains red, green and blue colors in about the same proportion. Web safe color of #584875 is #663366 (or #636).

RGB color model

#584875 color RGB value is (88,72,117).

  • red value is 88;
  • green value is 72;
  • blue value is 117.
RGB:
(88,72,117)
(35%,28%,46%)

RGB channels and saturation

R 88 of 255 = 35%
G 72 of 255 = 28%
B 117 of 255 = 46%

88
72
117

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

Portions of RGB colors in percentages

R + G + B =
88 + 72 + 117 = 277 (100%)
R 88 of 277 ~ 31.77%
G 72 of 277 ~ 25.99%
B 117 of 277 ~ 42.24%

%31.77
%25.99
%42.24

CMYK color model

#584875 color CMYK value is (25,38,0,54).

  • cyan value is 24.79%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(25,38,0,54)
C25M38Y0K54 
(25%,38%,0%,54%)
(0.25/0.38/0.00/0.54)	

CMYK percentages

%24.79
%38.46
%0
%54.12

Codes

Color #584875 in popluar color models

584875
RGB8872117
HSL261°23.81%37.06%
HSB/HSV261°38.46%45.88%
CMYK24.79%38.46%0.00%
54.12%

Color #584875 in popluar number systems.

HEX584875
Decimal8872117
Binary101100010010001110101
Octal130110165

Shades and tints

Shades of #584875

#584875
(88,72,117)
#50426B
(80,66,107)
#483C61
(72,60,97)
#403657
(64,54,87)
#38304D
(56,48,77)
#302A43
(48,42,67)
#282439
(40,36,57)
#201E2F
(32,30,47)
#181825
(24,24,37)
#10121B
(16,18,27)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #584875

#584875
(88,72,117)
#675881
(103,88,129)
#76688D
(118,104,141)
#857899
(133,120,153)
#9488A5
(148,136,165)
#A398B1
(163,152,177)
#B2A8BD
(178,168,189)
#C1B8C9
(193,184,201)
#D0C8D5
(208,200,213)
#DFD8E1
(223,216,225)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584875 color. Also use rgb(88,72,117) instead hex code.

Text Font Color

.myTextColor { color: #584875; }

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

This text font color is #584875.


Background Color

.myBgColor { background-color: #584875; }

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

This div background color is #584875.


Border color

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

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

This div border color is #584875.


Opacity

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

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

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

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

This text has shadow with #584875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584875 on black background.


Color preview on white background

This text has color #584875 on white background.



Black color preview on #584875 background

This text has black color on #584875 background.


White color preview on #584875 background

This text has white color on #584875 background.