COLOR #585A5B

HEX: #585A5B
RGB: (88,90,91)

Renk bilgisi

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

RGB renk modeli

#585A5B color RGB value is (88,90,91).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 90 of 255 = 35%
B 91 of 255 = 36%

88
90
91

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 90 + 91 = 269 (100%)
R 88 of 269 ~ 32.71%
G 90 of 269 ~ 33.46%
B 91 of 269 ~ 33.83%

%32.71
%33.46
%33.83

CMYK RENK MODELİ

#585A5B rengi CMYK tonu (3,1,0,64).

  • camgöbeği tonu 3.30%
  • eflatun tonu 1.10%
  • sarı tonu 0.00%
  • ana renk tonu 64.31%
CMYK:
(3,1,0,64)
C3M1Y0K64 
(3%,1%,0%,64%)
(0.03/0.01/0.00/0.64)	

CMYK yüzdeleri

%3.3
%1.1
%0
%64.31

Codes

Color #585A5B in popluar color models

585A5B
RGB889091
HSL200°1.68%35.10%
HSB/HSV200°3.30%35.69%
CMYK3.30%1.10%0.00%
64.31%

Color #585A5B in popluar number systems.

HEX585A5B
Decimal889091
Binary101100010110101011011
Octal130132133

Shades and tints

Shades of #585A5B

#585A5B
(88,90,91)
#505253
(80,82,83)
#484A4B
(72,74,75)
#404243
(64,66,67)
#383A3B
(56,58,59)
#303233
(48,50,51)
#282A2B
(40,42,43)
#202223
(32,34,35)
#181A1B
(24,26,27)
#101213
(16,18,19)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #585A5B

#585A5B
(88,90,91)
#676969
(103,105,105)
#767877
(118,120,119)
#858785
(133,135,133)
#949693
(148,150,147)
#A3A5A1
(163,165,161)
#B2B4AF
(178,180,175)
#C1C3BD
(193,195,189)
#D0D2CB
(208,210,203)
#DFE1D9
(223,225,217)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585A5B; }

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

This text font color is #585A5B.


Background Color

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

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

This div background color is #585A5B.


Border color

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

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

This div border color is #585A5B.


Opacity

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

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

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

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

This text has shadow with #585A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585A5B on black background.


Color preview on white background

This text has color #585A5B on white background.



Black color preview on #585A5B background

This text has black color on #585A5B background.


White color preview on #585A5B background

This text has white color on #585A5B background.