COLOR #585B56

HEX: #585B56
RGB: (88,91,86)

Renk bilgisi

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

RGB renk modeli

#585B56 color RGB value is (88,91,86).

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

RGB bağlantıları ve doygunluk

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

88
91
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 91 + 86 = 265 (100%)
R 88 of 265 ~ 33.21%
G 91 of 265 ~ 34.34%
B 86 of 265 ~ 32.45%

%33.21
%34.34
%32.45

CMYK RENK MODELİ

#585B56 rengi CMYK tonu (3,0,5,64).

  • camgöbeği tonu 3.30%
  • eflatun tonu 0.00%
  • sarı tonu 5.49%
  • ana renk tonu 64.31%
CMYK:
(3,0,5,64)
C3M0Y5K64 
(3%,0%,5%,64%)
(0.03/0.00/0.05/0.64)	

CMYK yüzdeleri

%3.3
%0
%5.49
%64.31

Codes

Color #585B56 in popluar color models

585B56
RGB889186
HSL96°2.82%34.71%
HSB/HSV96°5.49%35.69%
CMYK3.30%0.00%5.49%
64.31%

Color #585B56 in popluar number systems.

HEX585B56
Decimal889186
Binary101100010110111010110
Octal130133126

Shades and tints

Shades of #585B56

#585B56
(88,91,86)
#50534F
(80,83,79)
#484B48
(72,75,72)
#404341
(64,67,65)
#383B3A
(56,59,58)
#303333
(48,51,51)
#282B2C
(40,43,44)
#202325
(32,35,37)
#181B1E
(24,27,30)
#101317
(16,19,23)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #585B56

#585B56
(88,91,86)
#676965
(103,105,101)
#767774
(118,119,116)
#858583
(133,133,131)
#949392
(148,147,146)
#A3A1A1
(163,161,161)
#B2AFB0
(178,175,176)
#C1BDBF
(193,189,191)
#D0CBCE
(208,203,206)
#DFD9DD
(223,217,221)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B56; }

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

This text font color is #585B56.


Background Color

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

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

This div background color is #585B56.


Border color

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

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

This div border color is #585B56.


Opacity

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

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

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

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

This text has shadow with #585B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B56 on black background.


Color preview on white background

This text has color #585B56 on white background.



Black color preview on #585B56 background

This text has black color on #585B56 background.


White color preview on #585B56 background

This text has white color on #585B56 background.