COLOR #585B6F

HEX: #585B6F
RGB: (88,91,111)

Renk bilgisi

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

RGB renk modeli

#585B6F color RGB value is (88,91,111).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 91 of 255 = 36%
B 111 of 255 = 44%

88
91
111

R + G + B ~ 38%. #585B6F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 91 + 111 = 290 (100%)
R 88 of 290 ~ 30.34%
G 91 of 290 ~ 31.38%
B 111 of 290 ~ 38.28%

%30.34
%31.38
%38.28

CMYK RENK MODELİ

#585B6F rengi CMYK tonu (21,18,0,56).

  • camgöbeği tonu 20.72%
  • eflatun tonu 18.02%
  • sarı tonu 0.00%
  • ana renk tonu 56.47%
CMYK:
(21,18,0,56)
C21M18Y0K56 
(21%,18%,0%,56%)
(0.21/0.18/0.00/0.56)	

CMYK yüzdeleri

%20.72
%18.02
%0
%56.47

Codes

Color #585B6F in popluar color models

585B6F
RGB8891111
HSL232°11.56%39.02%
HSB/HSV232°20.72%43.53%
CMYK20.72%18.02%0.00%
56.47%

Color #585B6F in popluar number systems.

HEX585B6F
Decimal8891111
Binary101100010110111101111
Octal130133157

Shades and tints

Shades of #585B6F

#585B6F
(88,91,111)
#505365
(80,83,101)
#484B5B
(72,75,91)
#404351
(64,67,81)
#383B47
(56,59,71)
#30333D
(48,51,61)
#282B33
(40,43,51)
#202329
(32,35,41)
#181B1F
(24,27,31)
#101315
(16,19,21)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #585B6F

#585B6F
(88,91,111)
#67697C
(103,105,124)
#767789
(118,119,137)
#858596
(133,133,150)
#9493A3
(148,147,163)
#A3A1B0
(163,161,176)
#B2AFBD
(178,175,189)
#C1BDCA
(193,189,202)
#D0CBD7
(208,203,215)
#DFD9E4
(223,217,228)
#EEE7F1
(238,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B6F; }

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

This text font color is #585B6F.


Background Color

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

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

This div background color is #585B6F.


Border color

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

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

This div border color is #585B6F.


Opacity

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

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

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

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

This text has shadow with #585B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B6F on black background.


Color preview on white background

This text has color #585B6F on white background.



Black color preview on #585B6F background

This text has black color on #585B6F background.


White color preview on #585B6F background

This text has white color on #585B6F background.