COLOR #585264

HEX: #585264
RGB: (88,82,100)

Color info

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

RGB color model

#585264 color RGB value is (88,82,100).

  • red value is 88;
  • green value is 82;
  • blue value is 100.
RGB:
(88,82,100)
(35%,32%,39%)

RGB channels and saturation

R 88 of 255 = 35%
G 82 of 255 = 32%
B 100 of 255 = 39%

88
82
100

R + G + B ~ 35%. #585264 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 82 + 100 = 270 (100%)
R 88 of 270 ~ 32.59%
G 82 of 270 ~ 30.37%
B 100 of 270 ~ 37.04%

%32.59
%30.37
%37.04

CMYK color model

#585264 color CMYK value is (12,18,0,61).

  • cyan value is 12.00%
  • magenta value is 18.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(12,18,0,61)
C12M18Y0K61 
(12%,18%,0%,61%)
(0.12/0.18/0.00/0.61)	

CMYK percentages

%12
%18
%0
%60.78

Codes

Color #585264 in popluar color models

585264
RGB8882100
HSL260°9.89%35.69%
HSB/HSV260°18.00%39.22%
CMYK12.00%18.00%0.00%
60.78%

Color #585264 in popluar number systems.

HEX585264
Decimal8882100
Binary101100010100101100100
Octal130122144

Shades and tints

Shades of #585264

#585264
(88,82,100)
#504B5B
(80,75,91)
#484452
(72,68,82)
#403D49
(64,61,73)
#383640
(56,54,64)
#302F37
(48,47,55)
#28282E
(40,40,46)
#202125
(32,33,37)
#181A1C
(24,26,28)
#101313
(16,19,19)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #585264

#585264
(88,82,100)
#676172
(103,97,114)
#767080
(118,112,128)
#857F8E
(133,127,142)
#948E9C
(148,142,156)
#A39DAA
(163,157,170)
#B2ACB8
(178,172,184)
#C1BBC6
(193,187,198)
#D0CAD4
(208,202,212)
#DFD9E2
(223,217,226)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585264 color. Also use rgb(88,82,100) instead hex code.

Text Font Color

.myTextColor { color: #585264; }

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

This text font color is #585264.


Background Color

.myBgColor { background-color: #585264; }

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

This div background color is #585264.


Border color

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

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

This div border color is #585264.


Opacity

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

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

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

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

This text has shadow with #585264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585264 on black background.


Color preview on white background

This text has color #585264 on white background.



Black color preview on #585264 background

This text has black color on #585264 background.


White color preview on #585264 background

This text has white color on #585264 background.