COLOR #585859

HEX: #585859 RGB: (88,88,89)

Renk bilgisi

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

RGB renk modeli

#585859 color RGB value is (88,88,89).

RGB: (88,88,89) (35%, 35%, 35%)

RGB bağlantıları ve doygunluk

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

88
88
89

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

Yüzdelerle RGB renk parçaları

R + G + B = 88 + 88 + 89 = 265 (100%)
R 88 of 265 ~ 33.21%
G 88 of 265 ~ 33.21%
B 89 of 265 ~ 33.58'%

%33.21
%33.21
%33.58

CMYK RENK MODELİ

#585859 rengi CMYK tonu (1,1,0,65).

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

CMYK yüzdeleri

%1.12
%1.12
%0
%65.1

Codes

Color #585859 in popluar color models

58 58 59
RGB 88 88 89
HSL 240° 0.56% 34.71%
HSB/HSV 240° 1.12% 34.90%
CMYK 1.12% 1.12% 0.00%
65.10%

Color #585859 in popluar number systems.

HEX 58 58 59
Decimal 88 88 89
Binary 1011000 1011000 1011001
Octal 130 130 131

Shades and tints

Shades of #585859

#585859
(88,88,89)
#505051
(80,80,81)
#484849
(72,72,73)
#404041
(64,64,65)
#383839
(56,56,57)
#303031
(48,48,49)
#282829
(40,40,41)
#202021
(32,32,33)
#181819
(24,24,25)
#101011
(16,16,17)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #585859

#585859
(88,88,89)
#676768
(103,103,104)
#767677
(118,118,119)
#858586
(133,133,134)
#949495
(148,148,149)
#A3A3A4
(163,163,164)
#B2B2B3
(178,178,179)
#C1C1C2
(193,193,194)
#D0D0D1
(208,208,209)
#DFDFE0
(223,223,224)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585859; }

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

This text font color is #585859.

Background Color

.myBgColor { background-color: #585859; }

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

This div background color is #585859.

Border color

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

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

This div border color is #585859.

Opacity

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

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

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

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

This text has shadow with #585859 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585859.

Preview

Color preview on black background

This text has color #585859 on black background.


Color preview on white background

This text has color #585859 on white background.


Black color preview on #585859 background

This text has black color on #585859 background.


White color preview on #585859 background

This text has white color on #585859 background.


Related colors

Complementary color

Complementary color for #hex is #A7A7A6.


I love getcolorcode.com