COLOR #585A60

HEX: #585A60
RGB: (88,90,96)

Renk bilgisi

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

RGB renk modeli

#585A60 color RGB value is (88,90,96).

  • kırmız ton 88;
  • yeşil ton 90;
  • mavi ton 96.
RGB:
(88,90,96)
(35%,35%,38%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 90 of 255 = 35%
B 96 of 255 = 38%

88
90
96

R + G + B ~ 36%. #585A60 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 90 + 96 = 274 (100%)
R 88 of 274 ~ 32.12%
G 90 of 274 ~ 32.85%
B 96 of 274 ~ 35.04%

%32.12
%32.85
%35.04

CMYK RENK MODELİ

#585A60 rengi CMYK tonu (8,6,0,62).

  • camgöbeği tonu 8.33%
  • eflatun tonu 6.25%
  • sarı tonu 0.00%
  • ana renk tonu 62.35%
CMYK:
(8,6,0,62)
C8M6Y0K62 
(8%,6%,0%,62%)
(0.08/0.06/0.00/0.62)	

CMYK yüzdeleri

%8.33
%6.25
%0
%62.35

Codes

Color #585A60 in popluar color models

585A60
RGB889096
HSL225°4.35%36.08%
HSB/HSV225°8.33%37.65%
CMYK8.33%6.25%0.00%
62.35%

Color #585A60 in popluar number systems.

HEX585A60
Decimal889096
Binary101100010110101100000
Octal130132140

Shades and tints

Shades of #585A60

#585A60
(88,90,96)
#505258
(80,82,88)
#484A50
(72,74,80)
#404248
(64,66,72)
#383A40
(56,58,64)
#303238
(48,50,56)
#282A30
(40,42,48)
#202228
(32,34,40)
#181A20
(24,26,32)
#101218
(16,18,24)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #585A60

#585A60
(88,90,96)
#67696E
(103,105,110)
#76787C
(118,120,124)
#85878A
(133,135,138)
#949698
(148,150,152)
#A3A5A6
(163,165,166)
#B2B4B4
(178,180,180)
#C1C3C2
(193,195,194)
#D0D2D0
(208,210,208)
#DFE1DE
(223,225,222)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585A60 color. Also use rgb(88,90,96) instead hex code.

Text Font Color

.myTextColor { color: #585A60; }

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

This text font color is #585A60.


Background Color

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

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

This div background color is #585A60.


Border color

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

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

This div border color is #585A60.


Opacity

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

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

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

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

This text has shadow with #585A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585A60 on black background.


Color preview on white background

This text has color #585A60 on white background.



Black color preview on #585A60 background

This text has black color on #585A60 background.


White color preview on #585A60 background

This text has white color on #585A60 background.