COLOR #585559

HEX: #585559
RGB: (88,85,89)

Renk bilgisi

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

RGB renk modeli

#585559 color RGB value is (88,85,89).

  • kırmız ton 88;
  • yeşil ton 85;
  • mavi ton 89.
RGB:
(88,85,89)
(35%,33%,35%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 85 of 255 = 33%
B 89 of 255 = 35%

88
85
89

R + G + B ~ 34%. #585559 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 85 + 89 = 262 (100%)
R 88 of 262 ~ 33.59%
G 85 of 262 ~ 32.44%
B 89 of 262 ~ 33.97%

%33.59
%32.44
%33.97

CMYK RENK MODELİ

#585559 rengi CMYK tonu (1,4,0,65).

  • camgöbeği tonu 1.12%
  • eflatun tonu 4.49%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(1,4,0,65)
C1M4Y0K65 
(1%,4%,0%,65%)
(0.01/0.04/0.00/0.65)	

CMYK yüzdeleri

%1.12
%4.49
%0
%65.1

Codes

Color #585559 in popluar color models

585559
RGB888589
HSL285°2.30%34.12%
HSB/HSV285°4.49%34.90%
CMYK1.12%4.49%0.00%
65.10%

Color #585559 in popluar number systems.

HEX585559
Decimal888589
Binary101100010101011011001
Octal130125131

Shades and tints

Shades of #585559

#585559
(88,85,89)
#504E51
(80,78,81)
#484749
(72,71,73)
#404041
(64,64,65)
#383939
(56,57,57)
#303231
(48,50,49)
#282B29
(40,43,41)
#202421
(32,36,33)
#181D19
(24,29,25)
#101611
(16,22,17)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #585559

#585559
(88,85,89)
#676468
(103,100,104)
#767377
(118,115,119)
#858286
(133,130,134)
#949195
(148,145,149)
#A3A0A4
(163,160,164)
#B2AFB3
(178,175,179)
#C1BEC2
(193,190,194)
#D0CDD1
(208,205,209)
#DFDCE0
(223,220,224)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585559 color. Also use rgb(88,85,89) instead hex code.

Text Font Color

.myTextColor { color: #585559; }

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

This text font color is #585559.


Background Color

.myBgColor { background-color: #585559; }

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

This div background color is #585559.


Border color

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

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

This div border color is #585559.


Opacity

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

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

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

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

This text has shadow with #585559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585559 on black background.


Color preview on white background

This text has color #585559 on white background.



Black color preview on #585559 background

This text has black color on #585559 background.


White color preview on #585559 background

This text has white color on #585559 background.