COLOR #585765

HEX: #585765
RGB: (88,87,101)

Color info

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

RGB color model

#585765 color RGB value is (88,87,101).

  • red value is 88;
  • green value is 87;
  • blue value is 101.
RGB:
(88,87,101)
(35%,34%,40%)

RGB channels and saturation

R 88 of 255 = 35%
G 87 of 255 = 34%
B 101 of 255 = 40%

88
87
101

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

Portions of RGB colors in percentages

R + G + B =
88 + 87 + 101 = 276 (100%)
R 88 of 276 ~ 31.88%
G 87 of 276 ~ 31.52%
B 101 of 276 ~ 36.59%

%31.88
%31.52
%36.59

CMYK color model

#585765 color CMYK value is (13,14,0,60).

  • cyan value is 12.87%
  • magenta value is 13.86%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(13,14,0,60)
C13M14Y0K60 
(13%,14%,0%,60%)
(0.13/0.14/0.00/0.60)	

CMYK percentages

%12.87
%13.86
%0
%60.39

Codes

Color #585765 in popluar color models

585765
RGB8887101
HSL244°7.45%36.86%
HSB/HSV244°13.86%39.61%
CMYK12.87%13.86%0.00%
60.39%

Color #585765 in popluar number systems.

HEX585765
Decimal8887101
Binary101100010101111100101
Octal130127145

Shades and tints

Shades of #585765

#585765
(88,87,101)
#50505C
(80,80,92)
#484953
(72,73,83)
#40424A
(64,66,74)
#383B41
(56,59,65)
#303438
(48,52,56)
#282D2F
(40,45,47)
#202626
(32,38,38)
#181F1D
(24,31,29)
#101814
(16,24,20)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #585765

#585765
(88,87,101)
#676673
(103,102,115)
#767581
(118,117,129)
#85848F
(133,132,143)
#94939D
(148,147,157)
#A3A2AB
(163,162,171)
#B2B1B9
(178,177,185)
#C1C0C7
(193,192,199)
#D0CFD5
(208,207,213)
#DFDEE3
(223,222,227)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585765; }

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

This text font color is #585765.


Background Color

.myBgColor { background-color: #585765; }

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

This div background color is #585765.


Border color

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

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

This div border color is #585765.


Opacity

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

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

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

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

This text has shadow with #585765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585765 on black background.


Color preview on white background

This text has color #585765 on white background.



Black color preview on #585765 background

This text has black color on #585765 background.


White color preview on #585765 background

This text has white color on #585765 background.