COLOR #585862

HEX: #585862
RGB: (88,88,98)

Color info

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

RGB color model

#585862 color RGB value is (88,88,98).

  • red value is 88;
  • green value is 88;
  • blue value is 98.
RGB:
(88,88,98)
(35%,35%,38%)

RGB channels and saturation

R 88 of 255 = 35%
G 88 of 255 = 35%
B 98 of 255 = 38%

88
88
98

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

Portions of RGB colors in percentages

R + G + B =
88 + 88 + 98 = 274 (100%)
R 88 of 274 ~ 32.12%
G 88 of 274 ~ 32.12%
B 98 of 274 ~ 35.77%

%32.12
%32.12
%35.77

CMYK color model

#585862 color CMYK value is (10,10,0,62).

  • cyan value is 10.20%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(10,10,0,62)
C10M10Y0K62 
(10%,10%,0%,62%)
(0.10/0.10/0.00/0.62)	

CMYK percentages

%10.2
%10.2
%0
%61.57

Codes

Color #585862 in popluar color models

585862
RGB888898
HSL240°5.38%36.47%
HSB/HSV240°10.20%38.43%
CMYK10.20%10.20%0.00%
61.57%

Color #585862 in popluar number systems.

HEX585862
Decimal888898
Binary101100010110001100010
Octal130130142

Shades and tints

Shades of #585862

#585862
(88,88,98)
#50505A
(80,80,90)
#484852
(72,72,82)
#40404A
(64,64,74)
#383842
(56,56,66)
#30303A
(48,48,58)
#282832
(40,40,50)
#20202A
(32,32,42)
#181822
(24,24,34)
#10101A
(16,16,26)
#080812
(8,8,18)
#000000
(0,0,0)

Tints of #585862

#585862
(88,88,98)
#676770
(103,103,112)
#76767E
(118,118,126)
#85858C
(133,133,140)
#94949A
(148,148,154)
#A3A3A8
(163,163,168)
#B2B2B6
(178,178,182)
#C1C1C4
(193,193,196)
#D0D0D2
(208,208,210)
#DFDFE0
(223,223,224)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585862; }

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

This text font color is #585862.


Background Color

.myBgColor { background-color: #585862; }

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

This div background color is #585862.


Border color

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

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

This div border color is #585862.


Opacity

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

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

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

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

This text has shadow with #585862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585862 on black background.


Color preview on white background

This text has color #585862 on white background.



Black color preview on #585862 background

This text has black color on #585862 background.


White color preview on #585862 background

This text has white color on #585862 background.