COLOR #585A7F

HEX: #585A7F
RGB: (88,90,127)

Renk bilgisi

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

RGB renk modeli

#585A7F color RGB value is (88,90,127).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 90 of 255 = 35%
B 127 of 255 = 50%

88
90
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 90 + 127 = 305 (100%)
R 88 of 305 ~ 28.85%
G 90 of 305 ~ 29.51%
B 127 of 305 ~ 41.64%

%28.85
%29.51
%41.64

CMYK RENK MODELİ

#585A7F rengi CMYK tonu (31,29,0,50).

  • camgöbeği tonu 30.71%
  • eflatun tonu 29.13%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(31,29,0,50)
C31M29Y0K50 
(31%,29%,0%,50%)
(0.31/0.29/0.00/0.50)	

CMYK yüzdeleri

%30.71
%29.13
%0
%50.2

Codes

Color #585A7F in popluar color models

585A7F
RGB8890127
HSL237°18.14%42.16%
HSB/HSV237°30.71%49.80%
CMYK30.71%29.13%0.00%
50.20%

Color #585A7F in popluar number systems.

HEX585A7F
Decimal8890127
Binary101100010110101111111
Octal130132177

Shades and tints

Shades of #585A7F

#585A7F
(88,90,127)
#505274
(80,82,116)
#484A69
(72,74,105)
#40425E
(64,66,94)
#383A53
(56,58,83)
#303248
(48,50,72)
#282A3D
(40,42,61)
#202232
(32,34,50)
#181A27
(24,26,39)
#10121C
(16,18,28)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #585A7F

#585A7F
(88,90,127)
#67698A
(103,105,138)
#767895
(118,120,149)
#8587A0
(133,135,160)
#9496AB
(148,150,171)
#A3A5B6
(163,165,182)
#B2B4C1
(178,180,193)
#C1C3CC
(193,195,204)
#D0D2D7
(208,210,215)
#DFE1E2
(223,225,226)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585A7F; }

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

This text font color is #585A7F.


Background Color

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

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

This div background color is #585A7F.


Border color

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

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

This div border color is #585A7F.


Opacity

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

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

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

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

This text has shadow with #585A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585A7F on black background.


Color preview on white background

This text has color #585A7F on white background.



Black color preview on #585A7F background

This text has black color on #585A7F background.


White color preview on #585A7F background

This text has white color on #585A7F background.