COLOR #585B89

HEX: #585B89
RGB: (88,91,137)

Renk bilgisi

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

RGB renk modeli

#585B89 color RGB value is (88,91,137).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 91 of 255 = 36%
B 137 of 255 = 54%

88
91
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 91 + 137 = 316 (100%)
R 88 of 316 ~ 27.85%
G 91 of 316 ~ 28.8%
B 137 of 316 ~ 43.35%

%27.85
%28.8
%43.35

CMYK RENK MODELİ

#585B89 rengi CMYK tonu (36,34,0,46).

  • camgöbeği tonu 35.77%
  • eflatun tonu 33.58%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(36,34,0,46)
C36M34Y0K46 
(36%,34%,0%,46%)
(0.36/0.34/0.00/0.46)	

CMYK yüzdeleri

%35.77
%33.58
%0
%46.27

Codes

Color #585B89 in popluar color models

585B89
RGB8891137
HSL236°21.78%44.12%
HSB/HSV236°35.77%53.73%
CMYK35.77%33.58%0.00%
46.27%

Color #585B89 in popluar number systems.

HEX585B89
Decimal8891137
Binary1011000101101110001001
Octal130133211

Shades and tints

Shades of #585B89

#585B89
(88,91,137)
#50537D
(80,83,125)
#484B71
(72,75,113)
#404365
(64,67,101)
#383B59
(56,59,89)
#30334D
(48,51,77)
#282B41
(40,43,65)
#202335
(32,35,53)
#181B29
(24,27,41)
#10131D
(16,19,29)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #585B89

#585B89
(88,91,137)
#676993
(103,105,147)
#76779D
(118,119,157)
#8585A7
(133,133,167)
#9493B1
(148,147,177)
#A3A1BB
(163,161,187)
#B2AFC5
(178,175,197)
#C1BDCF
(193,189,207)
#D0CBD9
(208,203,217)
#DFD9E3
(223,217,227)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B89; }

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

This text font color is #585B89.


Background Color

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

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

This div background color is #585B89.


Border color

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

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

This div border color is #585B89.


Opacity

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

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

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

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

This text has shadow with #585B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B89 on black background.


Color preview on white background

This text has color #585B89 on white background.



Black color preview on #585B89 background

This text has black color on #585B89 background.


White color preview on #585B89 background

This text has white color on #585B89 background.