COLOR #585D79

HEX: #585D79
RGB: (88,93,121)

Renk bilgisi

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

RGB renk modeli

#585D79 color RGB value is (88,93,121).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 93 of 255 = 36%
B 121 of 255 = 47%

88
93
121

R + G + B ~ 39%. #585D79 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 93 + 121 = 302 (100%)
R 88 of 302 ~ 29.14%
G 93 of 302 ~ 30.79%
B 121 of 302 ~ 40.07%

%29.14
%30.79
%40.07

CMYK RENK MODELİ

#585D79 rengi CMYK tonu (27,23,0,53).

  • camgöbeği tonu 27.27%
  • eflatun tonu 23.14%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(27,23,0,53)
C27M23Y0K53 
(27%,23%,0%,53%)
(0.27/0.23/0.00/0.53)	

CMYK yüzdeleri

%27.27
%23.14
%0
%52.55

Codes

Color #585D79 in popluar color models

585D79
RGB8893121
HSL231°15.79%40.98%
HSB/HSV231°27.27%47.45%
CMYK27.27%23.14%0.00%
52.55%

Color #585D79 in popluar number systems.

HEX585D79
Decimal8893121
Binary101100010111011111001
Octal130135171

Shades and tints

Shades of #585D79

#585D79
(88,93,121)
#50556E
(80,85,110)
#484D63
(72,77,99)
#404558
(64,69,88)
#383D4D
(56,61,77)
#303542
(48,53,66)
#282D37
(40,45,55)
#20252C
(32,37,44)
#181D21
(24,29,33)
#101516
(16,21,22)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #585D79

#585D79
(88,93,121)
#676B85
(103,107,133)
#767991
(118,121,145)
#85879D
(133,135,157)
#9495A9
(148,149,169)
#A3A3B5
(163,163,181)
#B2B1C1
(178,177,193)
#C1BFCD
(193,191,205)
#D0CDD9
(208,205,217)
#DFDBE5
(223,219,229)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585D79 color. Also use rgb(88,93,121) instead hex code.

Text Font Color

.myTextColor { color: #585D79; }

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

This text font color is #585D79.


Background Color

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

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

This div background color is #585D79.


Border color

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

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

This div border color is #585D79.


Opacity

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

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

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

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

This text has shadow with #585D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585D79 on black background.


Color preview on white background

This text has color #585D79 on white background.



Black color preview on #585D79 background

This text has black color on #585D79 background.


White color preview on #585D79 background

This text has white color on #585D79 background.