COLOR #585F89

HEX: #585F89
RGB: (88,95,137)

Renk bilgisi

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

RGB renk modeli

#585F89 color RGB value is (88,95,137).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 95 of 255 = 37%
B 137 of 255 = 54%

88
95
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 95 + 137 = 320 (100%)
R 88 of 320 ~ 27.5%
G 95 of 320 ~ 29.69%
B 137 of 320 ~ 42.81%

%27.5
%29.69
%42.81

CMYK RENK MODELİ

#585F89 rengi CMYK tonu (36,31,0,46).

  • camgöbeği tonu 35.77%
  • eflatun tonu 30.66%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(36,31,0,46)
C36M31Y0K46 
(36%,31%,0%,46%)
(0.36/0.31/0.00/0.46)	

CMYK yüzdeleri

%35.77
%30.66
%0
%46.27

Codes

Color #585F89 in popluar color models

585F89
RGB8895137
HSL231°21.78%44.12%
HSB/HSV231°35.77%53.73%
CMYK35.77%30.66%0.00%
46.27%

Color #585F89 in popluar number systems.

HEX585F89
Decimal8895137
Binary1011000101111110001001
Octal130137211

Shades and tints

Shades of #585F89

#585F89
(88,95,137)
#50577D
(80,87,125)
#484F71
(72,79,113)
#404765
(64,71,101)
#383F59
(56,63,89)
#30374D
(48,55,77)
#282F41
(40,47,65)
#202735
(32,39,53)
#181F29
(24,31,41)
#10171D
(16,23,29)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #585F89

#585F89
(88,95,137)
#676D93
(103,109,147)
#767B9D
(118,123,157)
#8589A7
(133,137,167)
#9497B1
(148,151,177)
#A3A5BB
(163,165,187)
#B2B3C5
(178,179,197)
#C1C1CF
(193,193,207)
#D0CFD9
(208,207,217)
#DFDDE3
(223,221,227)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585F89; }

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

This text font color is #585F89.


Background Color

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

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

This div background color is #585F89.


Border color

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

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

This div border color is #585F89.


Opacity

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

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

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

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

This text has shadow with #585F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585F89 on black background.


Color preview on white background

This text has color #585F89 on white background.



Black color preview on #585F89 background

This text has black color on #585F89 background.


White color preview on #585F89 background

This text has white color on #585F89 background.