COLOR #585061

HEX: #585061
RGB: (88,80,97)

Renk bilgisi

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

RGB renk modeli

#585061 color RGB value is (88,80,97).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 80 of 255 = 31%
B 97 of 255 = 38%

88
80
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 80 + 97 = 265 (100%)
R 88 of 265 ~ 33.21%
G 80 of 265 ~ 30.19%
B 97 of 265 ~ 36.6%

%33.21
%30.19
%36.6

CMYK RENK MODELİ

#585061 rengi CMYK tonu (9,18,0,62).

  • camgöbeği tonu 9.28%
  • eflatun tonu 17.53%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(9,18,0,62)
C9M18Y0K62 
(9%,18%,0%,62%)
(0.09/0.18/0.00/0.62)	

CMYK yüzdeleri

%9.28
%17.53
%0
%61.96

Codes

Color #585061 in popluar color models

585061
RGB888097
HSL268°9.60%34.71%
HSB/HSV268°17.53%38.04%
CMYK9.28%17.53%0.00%
61.96%

Color #585061 in popluar number systems.

HEX585061
Decimal888097
Binary101100010100001100001
Octal130120141

Shades and tints

Shades of #585061

#585061
(88,80,97)
#504959
(80,73,89)
#484251
(72,66,81)
#403B49
(64,59,73)
#383441
(56,52,65)
#302D39
(48,45,57)
#282631
(40,38,49)
#201F29
(32,31,41)
#181821
(24,24,33)
#101119
(16,17,25)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #585061

#585061
(88,80,97)
#675F6F
(103,95,111)
#766E7D
(118,110,125)
#857D8B
(133,125,139)
#948C99
(148,140,153)
#A39BA7
(163,155,167)
#B2AAB5
(178,170,181)
#C1B9C3
(193,185,195)
#D0C8D1
(208,200,209)
#DFD7DF
(223,215,223)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585061; }

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

This text font color is #585061.


Background Color

.myBgColor { background-color: #585061; }

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

This div background color is #585061.


Border color

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

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

This div border color is #585061.


Opacity

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

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

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

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

This text has shadow with #585061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585061 on black background.


Color preview on white background

This text has color #585061 on white background.



Black color preview on #585061 background

This text has black color on #585061 background.


White color preview on #585061 background

This text has white color on #585061 background.