COLOR #585572

HEX: #585572
RGB: (88,85,114)

Color info

#585572 contains red, green and blue colors in about the same proportion. Web safe color of #585572 is #666666 (or #666).

RGB color model

#585572 color RGB value is (88,85,114).

  • red value is 88;
  • green value is 85;
  • blue value is 114.
RGB:
(88,85,114)
(35%,33%,45%)

RGB channels and saturation

R 88 of 255 = 35%
G 85 of 255 = 33%
B 114 of 255 = 45%

88
85
114

R + G + B ~ 38%. #585572 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 85 + 114 = 287 (100%)
R 88 of 287 ~ 30.66%
G 85 of 287 ~ 29.62%
B 114 of 287 ~ 39.72%

%30.66
%29.62
%39.72

CMYK color model

#585572 color CMYK value is (23,25,0,55).

  • cyan value is 22.81%
  • magenta value is 25.44%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(23,25,0,55)
C23M25Y0K55 
(23%,25%,0%,55%)
(0.23/0.25/0.00/0.55)	

CMYK percentages

%22.81
%25.44
%0
%55.29

Codes

Color #585572 in popluar color models

585572
RGB8885114
HSL246°14.57%39.02%
HSB/HSV246°25.44%44.71%
CMYK22.81%25.44%0.00%
55.29%

Color #585572 in popluar number systems.

HEX585572
Decimal8885114
Binary101100010101011110010
Octal130125162

Shades and tints

Shades of #585572

#585572
(88,85,114)
#504E68
(80,78,104)
#48475E
(72,71,94)
#404054
(64,64,84)
#38394A
(56,57,74)
#303240
(48,50,64)
#282B36
(40,43,54)
#20242C
(32,36,44)
#181D22
(24,29,34)
#101618
(16,22,24)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #585572

#585572
(88,85,114)
#67647E
(103,100,126)
#76738A
(118,115,138)
#858296
(133,130,150)
#9491A2
(148,145,162)
#A3A0AE
(163,160,174)
#B2AFBA
(178,175,186)
#C1BEC6
(193,190,198)
#D0CDD2
(208,205,210)
#DFDCDE
(223,220,222)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585572 color. Also use rgb(88,85,114) instead hex code.

Text Font Color

.myTextColor { color: #585572; }

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

This text font color is #585572.


Background Color

.myBgColor { background-color: #585572; }

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

This div background color is #585572.


Border color

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

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

This div border color is #585572.


Opacity

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

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

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

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

This text has shadow with #585572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585572 on black background.


Color preview on white background

This text has color #585572 on white background.



Black color preview on #585572 background

This text has black color on #585572 background.


White color preview on #585572 background

This text has white color on #585572 background.