COLOR #585C56

HEX: #585C56
RGB: (88,92,86)

Renk bilgisi

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

RGB renk modeli

#585C56 color RGB value is (88,92,86).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 92 of 255 = 36%
B 86 of 255 = 34%

88
92
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 92 + 86 = 266 (100%)
R 88 of 266 ~ 33.08%
G 92 of 266 ~ 34.59%
B 86 of 266 ~ 32.33%

%33.08
%34.59
%32.33

CMYK RENK MODELİ

#585C56 rengi CMYK tonu (4,0,7,64).

  • camgöbeği tonu 4.35%
  • eflatun tonu 0.00%
  • sarı tonu 6.52%
  • ana renk tonu 63.92%
CMYK:
(4,0,7,64)
C4M0Y7K64 
(4%,0%,7%,64%)
(0.04/0.00/0.07/0.64)	

CMYK yüzdeleri

%4.35
%0
%6.52
%63.92

Codes

Color #585C56 in popluar color models

585C56
RGB889286
HSL100°3.37%34.90%
HSB/HSV100°6.52%36.08%
CMYK4.35%0.00%6.52%
63.92%

Color #585C56 in popluar number systems.

HEX585C56
Decimal889286
Binary101100010111001010110
Octal130134126

Shades and tints

Shades of #585C56

#585C56
(88,92,86)
#50544F
(80,84,79)
#484C48
(72,76,72)
#404441
(64,68,65)
#383C3A
(56,60,58)
#303433
(48,52,51)
#282C2C
(40,44,44)
#202425
(32,36,37)
#181C1E
(24,28,30)
#101417
(16,20,23)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #585C56

#585C56
(88,92,86)
#676A65
(103,106,101)
#767874
(118,120,116)
#858683
(133,134,131)
#949492
(148,148,146)
#A3A2A1
(163,162,161)
#B2B0B0
(178,176,176)
#C1BEBF
(193,190,191)
#D0CCCE
(208,204,206)
#DFDADD
(223,218,221)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585C56 color. Also use rgb(88,92,86) instead hex code.

Text Font Color

.myTextColor { color: #585C56; }

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

This text font color is #585C56.


Background Color

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

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

This div background color is #585C56.


Border color

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

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

This div border color is #585C56.


Opacity

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

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

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

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

This text has shadow with #585C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585C56 on black background.


Color preview on white background

This text has color #585C56 on white background.



Black color preview on #585C56 background

This text has black color on #585C56 background.


White color preview on #585C56 background

This text has white color on #585C56 background.