COLOR #585A5E

HEX: #585A5E
RGB: (88,90,94)

Renk bilgisi

#585A5E contains red, green and blue colors in about the same proportion. #585A5E ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#585A5E color RGB value is (88,90,94).

  • kırmız ton 88;
  • yeşil ton 90;
  • mavi ton 94.
RGB:
(88,90,94)
(35%,35%,37%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 90 of 255 = 35%
B 94 of 255 = 37%

88
90
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 90 + 94 = 272 (100%)
R 88 of 272 ~ 32.35%
G 90 of 272 ~ 33.09%
B 94 of 272 ~ 34.56%

%32.35
%33.09
%34.56

CMYK RENK MODELİ

#585A5E rengi CMYK tonu (6,4,0,63).

  • camgöbeği tonu 6.38%
  • eflatun tonu 4.26%
  • sarı tonu 0.00%
  • ana renk tonu 63.14%
CMYK:
(6,4,0,63)
C6M4Y0K63 
(6%,4%,0%,63%)
(0.06/0.04/0.00/0.63)	

CMYK yüzdeleri

%6.38
%4.26
%0
%63.14

Codes

Color #585A5E in popluar color models

585A5E
RGB889094
HSL220°3.30%35.69%
HSB/HSV220°6.38%36.86%
CMYK6.38%4.26%0.00%
63.14%

Color #585A5E in popluar number systems.

HEX585A5E
Decimal889094
Binary101100010110101011110
Octal130132136

Shades and tints

Shades of #585A5E

#585A5E
(88,90,94)
#505256
(80,82,86)
#484A4E
(72,74,78)
#404246
(64,66,70)
#383A3E
(56,58,62)
#303236
(48,50,54)
#282A2E
(40,42,46)
#202226
(32,34,38)
#181A1E
(24,26,30)
#101216
(16,18,22)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #585A5E

#585A5E
(88,90,94)
#67696C
(103,105,108)
#76787A
(118,120,122)
#858788
(133,135,136)
#949696
(148,150,150)
#A3A5A4
(163,165,164)
#B2B4B2
(178,180,178)
#C1C3C0
(193,195,192)
#D0D2CE
(208,210,206)
#DFE1DC
(223,225,220)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585A5E color. Also use rgb(88,90,94) instead hex code.

Text Font Color

.myTextColor { color: #585A5E; }

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

This text font color is #585A5E.


Background Color

.myBgColor { background-color: #585A5E; }

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

This div background color is #585A5E.


Border color

.myBorderColor { border: 1px solid #585A5E; }

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

This div border color is #585A5E.


Opacity

.myOpacity80 { color: #585A5E; opacity: 0.8; }

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

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

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

This text has shadow with #585A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585A5E on black background.


Color preview on white background

This text has color #585A5E on white background.



Black color preview on #585A5E background

This text has black color on #585A5E background.


White color preview on #585A5E background

This text has white color on #585A5E background.