COLOR #586575

HEX: #586575
RGB: (88,101,117)

Renk bilgisi

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

RGB renk modeli

#586575 color RGB value is (88,101,117).

  • kırmız ton 88;
  • yeşil ton 101;
  • mavi ton 117.
RGB:
(88,101,117)
(35%,40%,46%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 101 of 255 = 40%
B 117 of 255 = 46%

88
101
117

R + G + B ~ 40%. #586575 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 101 + 117 = 306 (100%)
R 88 of 306 ~ 28.76%
G 101 of 306 ~ 33.01%
B 117 of 306 ~ 38.24%

%28.76
%33.01
%38.24

CMYK RENK MODELİ

#586575 rengi CMYK tonu (25,14,0,54).

  • camgöbeği tonu 24.79%
  • eflatun tonu 13.68%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(25,14,0,54)
C25M14Y0K54 
(25%,14%,0%,54%)
(0.25/0.14/0.00/0.54)	

CMYK yüzdeleri

%24.79
%13.68
%0
%54.12

Codes

Color #586575 in popluar color models

586575
RGB88101117
HSL213°14.15%40.20%
HSB/HSV213°24.79%45.88%
CMYK24.79%13.68%0.00%
54.12%

Color #586575 in popluar number systems.

HEX586575
Decimal88101117
Binary101100011001011110101
Octal130145165

Shades and tints

Shades of #586575

#586575
(88,101,117)
#505C6B
(80,92,107)
#485361
(72,83,97)
#404A57
(64,74,87)
#38414D
(56,65,77)
#303843
(48,56,67)
#282F39
(40,47,57)
#20262F
(32,38,47)
#181D25
(24,29,37)
#10141B
(16,20,27)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #586575

#586575
(88,101,117)
#677381
(103,115,129)
#76818D
(118,129,141)
#858F99
(133,143,153)
#949DA5
(148,157,165)
#A3ABB1
(163,171,177)
#B2B9BD
(178,185,189)
#C1C7C9
(193,199,201)
#D0D5D5
(208,213,213)
#DFE3E1
(223,227,225)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586575 color. Also use rgb(88,101,117) instead hex code.

Text Font Color

.myTextColor { color: #586575; }

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

This text font color is #586575.


Background Color

.myBgColor { background-color: #586575; }

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

This div background color is #586575.


Border color

.myBorderColor { border: 1px solid #586575; }

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

This div border color is #586575.


Opacity

.myOpacity80 { color: #586575; opacity: 0.8; }

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

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

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

This text has shadow with #586575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586575 on black background.


Color preview on white background

This text has color #586575 on white background.



Black color preview on #586575 background

This text has black color on #586575 background.


White color preview on #586575 background

This text has white color on #586575 background.