COLOR #585D86

HEX: #585D86
RGB: (88,93,134)

Renk bilgisi

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

RGB renk modeli

#585D86 color RGB value is (88,93,134).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 93 of 255 = 36%
B 134 of 255 = 53%

88
93
134

R + G + B ~ 41%. #585D86 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 93 + 134 = 315 (100%)
R 88 of 315 ~ 27.94%
G 93 of 315 ~ 29.52%
B 134 of 315 ~ 42.54%

%27.94
%29.52
%42.54

CMYK RENK MODELİ

#585D86 rengi CMYK tonu (34,31,0,47).

  • camgöbeği tonu 34.33%
  • eflatun tonu 30.60%
  • sarı tonu 0.00%
  • ana renk tonu 47.45%
CMYK:
(34,31,0,47)
C34M31Y0K47 
(34%,31%,0%,47%)
(0.34/0.31/0.00/0.47)	

CMYK yüzdeleri

%34.33
%30.6
%0
%47.45

Codes

Color #585D86 in popluar color models

585D86
RGB8893134
HSL233°20.72%43.53%
HSB/HSV233°34.33%52.55%
CMYK34.33%30.60%0.00%
47.45%

Color #585D86 in popluar number systems.

HEX585D86
Decimal8893134
Binary1011000101110110000110
Octal130135206

Shades and tints

Shades of #585D86

#585D86
(88,93,134)
#50557A
(80,85,122)
#484D6E
(72,77,110)
#404562
(64,69,98)
#383D56
(56,61,86)
#30354A
(48,53,74)
#282D3E
(40,45,62)
#202532
(32,37,50)
#181D26
(24,29,38)
#10151A
(16,21,26)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #585D86

#585D86
(88,93,134)
#676B91
(103,107,145)
#76799C
(118,121,156)
#8587A7
(133,135,167)
#9495B2
(148,149,178)
#A3A3BD
(163,163,189)
#B2B1C8
(178,177,200)
#C1BFD3
(193,191,211)
#D0CDDE
(208,205,222)
#DFDBE9
(223,219,233)
#EEE9F4
(238,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585D86; }

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

This text font color is #585D86.


Background Color

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

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

This div background color is #585D86.


Border color

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

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

This div border color is #585D86.


Opacity

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

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

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

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

This text has shadow with #585D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585D86 on black background.


Color preview on white background

This text has color #585D86 on white background.



Black color preview on #585D86 background

This text has black color on #585D86 background.


White color preview on #585D86 background

This text has white color on #585D86 background.