COLOR #585168

HEX: #585168
RGB: (88,81,104)

Color info

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

RGB color model

#585168 color RGB value is (88,81,104).

  • red value is 88;
  • green value is 81;
  • blue value is 104.
RGB:
(88,81,104)
(35%,32%,41%)

RGB channels and saturation

R 88 of 255 = 35%
G 81 of 255 = 32%
B 104 of 255 = 41%

88
81
104

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

Portions of RGB colors in percentages

R + G + B =
88 + 81 + 104 = 273 (100%)
R 88 of 273 ~ 32.23%
G 81 of 273 ~ 29.67%
B 104 of 273 ~ 38.1%

%32.23
%29.67
%38.1

CMYK color model

#585168 color CMYK value is (15,22,0,59).

  • cyan value is 15.38%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(15,22,0,59)
C15M22Y0K59 
(15%,22%,0%,59%)
(0.15/0.22/0.00/0.59)	

CMYK percentages

%15.38
%22.12
%0
%59.22

Codes

Color #585168 in popluar color models

585168
RGB8881104
HSL258°12.43%36.27%
HSB/HSV258°22.12%40.78%
CMYK15.38%22.12%0.00%
59.22%

Color #585168 in popluar number systems.

HEX585168
Decimal8881104
Binary101100010100011101000
Octal130121150

Shades and tints

Shades of #585168

#585168
(88,81,104)
#504A5F
(80,74,95)
#484356
(72,67,86)
#403C4D
(64,60,77)
#383544
(56,53,68)
#302E3B
(48,46,59)
#282732
(40,39,50)
#202029
(32,32,41)
#181920
(24,25,32)
#101217
(16,18,23)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #585168

#585168
(88,81,104)
#676075
(103,96,117)
#766F82
(118,111,130)
#857E8F
(133,126,143)
#948D9C
(148,141,156)
#A39CA9
(163,156,169)
#B2ABB6
(178,171,182)
#C1BAC3
(193,186,195)
#D0C9D0
(208,201,208)
#DFD8DD
(223,216,221)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585168 color. Also use rgb(88,81,104) instead hex code.

Text Font Color

.myTextColor { color: #585168; }

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

This text font color is #585168.


Background Color

.myBgColor { background-color: #585168; }

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

This div background color is #585168.


Border color

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

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

This div border color is #585168.


Opacity

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

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

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

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

This text has shadow with #585168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585168 on black background.


Color preview on white background

This text has color #585168 on white background.



Black color preview on #585168 background

This text has black color on #585168 background.


White color preview on #585168 background

This text has white color on #585168 background.