COLOR #585D66

HEX: #585D66
RGB: (88,93,102)

Renk bilgisi

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

RGB renk modeli

#585D66 color RGB value is (88,93,102).

  • kırmız ton 88;
  • yeşil ton 93;
  • mavi ton 102.
RGB:
(88,93,102)
(35%,36%,40%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 93 of 255 = 36%
B 102 of 255 = 40%

88
93
102

R + G + B ~ 37%. #585D66 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 93 + 102 = 283 (100%)
R 88 of 283 ~ 31.1%
G 93 of 283 ~ 32.86%
B 102 of 283 ~ 36.04%

%31.1
%32.86
%36.04

CMYK RENK MODELİ

#585D66 rengi CMYK tonu (14,9,0,60).

  • camgöbeği tonu 13.73%
  • eflatun tonu 8.82%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(14,9,0,60)
C14M9Y0K60 
(14%,9%,0%,60%)
(0.14/0.09/0.00/0.60)	

CMYK yüzdeleri

%13.73
%8.82
%0
%60

Codes

Color #585D66 in popluar color models

585D66
RGB8893102
HSL219°7.37%37.25%
HSB/HSV219°13.73%40.00%
CMYK13.73%8.82%0.00%
60.00%

Color #585D66 in popluar number systems.

HEX585D66
Decimal8893102
Binary101100010111011100110
Octal130135146

Shades and tints

Shades of #585D66

#585D66
(88,93,102)
#50555D
(80,85,93)
#484D54
(72,77,84)
#40454B
(64,69,75)
#383D42
(56,61,66)
#303539
(48,53,57)
#282D30
(40,45,48)
#202527
(32,37,39)
#181D1E
(24,29,30)
#101515
(16,21,21)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #585D66

#585D66
(88,93,102)
#676B73
(103,107,115)
#767980
(118,121,128)
#85878D
(133,135,141)
#94959A
(148,149,154)
#A3A3A7
(163,163,167)
#B2B1B4
(178,177,180)
#C1BFC1
(193,191,193)
#D0CDCE
(208,205,206)
#DFDBDB
(223,219,219)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585D66 color. Also use rgb(88,93,102) instead hex code.

Text Font Color

.myTextColor { color: #585D66; }

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

This text font color is #585D66.


Background Color

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

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

This div background color is #585D66.


Border color

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

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

This div border color is #585D66.


Opacity

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

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

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

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

This text has shadow with #585D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585D66 on black background.


Color preview on white background

This text has color #585D66 on white background.



Black color preview on #585D66 background

This text has black color on #585D66 background.


White color preview on #585D66 background

This text has white color on #585D66 background.