COLOR #585F83

HEX: #585F83
RGB: (88,95,131)

Renk bilgisi

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

RGB renk modeli

#585F83 color RGB value is (88,95,131).

  • kırmız ton 88;
  • yeşil ton 95;
  • mavi ton 131.
RGB:
(88,95,131)
(35%,37%,51%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 95 of 255 = 37%
B 131 of 255 = 51%

88
95
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 95 + 131 = 314 (100%)
R 88 of 314 ~ 28.03%
G 95 of 314 ~ 30.25%
B 131 of 314 ~ 41.72%

%28.03
%30.25
%41.72

CMYK RENK MODELİ

#585F83 rengi CMYK tonu (33,27,0,49).

  • camgöbeği tonu 32.82%
  • eflatun tonu 27.48%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(33,27,0,49)
C33M27Y0K49 
(33%,27%,0%,49%)
(0.33/0.27/0.00/0.49)	

CMYK yüzdeleri

%32.82
%27.48
%0
%48.63

Codes

Color #585F83 in popluar color models

585F83
RGB8895131
HSL230°19.63%42.94%
HSB/HSV230°32.82%51.37%
CMYK32.82%27.48%0.00%
48.63%

Color #585F83 in popluar number systems.

HEX585F83
Decimal8895131
Binary1011000101111110000011
Octal130137203

Shades and tints

Shades of #585F83

#585F83
(88,95,131)
#505778
(80,87,120)
#484F6D
(72,79,109)
#404762
(64,71,98)
#383F57
(56,63,87)
#30374C
(48,55,76)
#282F41
(40,47,65)
#202736
(32,39,54)
#181F2B
(24,31,43)
#101720
(16,23,32)
#080F15
(8,15,21)
#000000
(0,0,0)

Tints of #585F83

#585F83
(88,95,131)
#676D8E
(103,109,142)
#767B99
(118,123,153)
#8589A4
(133,137,164)
#9497AF
(148,151,175)
#A3A5BA
(163,165,186)
#B2B3C5
(178,179,197)
#C1C1D0
(193,193,208)
#D0CFDB
(208,207,219)
#DFDDE6
(223,221,230)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585F83 color. Also use rgb(88,95,131) instead hex code.

Text Font Color

.myTextColor { color: #585F83; }

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

This text font color is #585F83.


Background Color

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

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

This div background color is #585F83.


Border color

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

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

This div border color is #585F83.


Opacity

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

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

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

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

This text has shadow with #585F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585F83 on black background.


Color preview on white background

This text has color #585F83 on white background.



Black color preview on #585F83 background

This text has black color on #585F83 background.


White color preview on #585F83 background

This text has white color on #585F83 background.