COLOR #585B7F

HEX: #585B7F
RGB: (88,91,127)

Renk bilgisi

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

RGB renk modeli

#585B7F color RGB value is (88,91,127).

  • kırmız ton 88;
  • yeşil ton 91;
  • mavi ton 127.
RGB:
(88,91,127)
(35%,36%,50%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 91 of 255 = 36%
B 127 of 255 = 50%

88
91
127

R + G + B ~ 40%. #585B7F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 91 + 127 = 306 (100%)
R 88 of 306 ~ 28.76%
G 91 of 306 ~ 29.74%
B 127 of 306 ~ 41.5%

%28.76
%29.74
%41.5

CMYK RENK MODELİ

#585B7F rengi CMYK tonu (31,28,0,50).

  • camgöbeği tonu 30.71%
  • eflatun tonu 28.35%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(31,28,0,50)
C31M28Y0K50 
(31%,28%,0%,50%)
(0.31/0.28/0.00/0.50)	

CMYK yüzdeleri

%30.71
%28.35
%0
%50.2

Codes

Color #585B7F in popluar color models

585B7F
RGB8891127
HSL235°18.14%42.16%
HSB/HSV235°30.71%49.80%
CMYK30.71%28.35%0.00%
50.20%

Color #585B7F in popluar number systems.

HEX585B7F
Decimal8891127
Binary101100010110111111111
Octal130133177

Shades and tints

Shades of #585B7F

#585B7F
(88,91,127)
#505374
(80,83,116)
#484B69
(72,75,105)
#40435E
(64,67,94)
#383B53
(56,59,83)
#303348
(48,51,72)
#282B3D
(40,43,61)
#202332
(32,35,50)
#181B27
(24,27,39)
#10131C
(16,19,28)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #585B7F

#585B7F
(88,91,127)
#67698A
(103,105,138)
#767795
(118,119,149)
#8585A0
(133,133,160)
#9493AB
(148,147,171)
#A3A1B6
(163,161,182)
#B2AFC1
(178,175,193)
#C1BDCC
(193,189,204)
#D0CBD7
(208,203,215)
#DFD9E2
(223,217,226)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585B7F color. Also use rgb(88,91,127) instead hex code.

Text Font Color

.myTextColor { color: #585B7F; }

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

This text font color is #585B7F.


Background Color

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

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

This div background color is #585B7F.


Border color

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

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

This div border color is #585B7F.


Opacity

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

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

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

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

This text has shadow with #585B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B7F on black background.


Color preview on white background

This text has color #585B7F on white background.



Black color preview on #585B7F background

This text has black color on #585B7F background.


White color preview on #585B7F background

This text has white color on #585B7F background.