COLOR #585955

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

88
89
85

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

Yüzdelerle RGB renk parçaları

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

%33.59
%33.97
%32.44

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%1.12
%0
%4.49
%65.1

Codes

Color #585955 in popluar color models

585955
RGB888985
HSL75°2.30%34.12%
HSB/HSV75°4.49%34.90%
CMYK1.12%0.00%4.49%
65.10%

Color #585955 in popluar number systems.

HEX585955
Decimal888985
Binary101100010110011010101
Octal130131125

Shades and tints

Shades of #585955

#585955
(88,89,85)
#50514E
(80,81,78)
#484947
(72,73,71)
#404140
(64,65,64)
#383939
(56,57,57)
#303132
(48,49,50)
#28292B
(40,41,43)
#202124
(32,33,36)
#18191D
(24,25,29)
#101116
(16,17,22)
#08090F
(8,9,15)
#000000
(0,0,0)

Tints of #585955

#585955
(88,89,85)
#676864
(103,104,100)
#767773
(118,119,115)
#858682
(133,134,130)
#949591
(148,149,145)
#A3A4A0
(163,164,160)
#B2B3AF
(178,179,175)
#C1C2BE
(193,194,190)
#D0D1CD
(208,209,205)
#DFE0DC
(223,224,220)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585955; }

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

This text font color is #585955.


Background Color

.myBgColor { background-color: #585955; }

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

This div background color is #585955.


Border color

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

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

This div border color is #585955.


Opacity

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

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

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

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

This text has shadow with #585955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585955 on black background.


Color preview on white background

This text has color #585955 on white background.



Black color preview on #585955 background

This text has black color on #585955 background.


White color preview on #585955 background

This text has white color on #585955 background.