COLOR #586A89

HEX: #586A89
RGB: (88,106,137)

Renk bilgisi

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

RGB renk modeli

#586A89 color RGB value is (88,106,137).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 106 of 255 = 42%
B 137 of 255 = 54%

88
106
137

R + G + B ~ 44%. #586A89 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 106 + 137 = 331 (100%)
R 88 of 331 ~ 26.59%
G 106 of 331 ~ 32.02%
B 137 of 331 ~ 41.39%

%26.59
%32.02
%41.39

CMYK RENK MODELİ

#586A89 rengi CMYK tonu (36,23,0,46).

  • camgöbeği tonu 35.77%
  • eflatun tonu 22.63%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(36,23,0,46)
C36M23Y0K46 
(36%,23%,0%,46%)
(0.36/0.23/0.00/0.46)	

CMYK yüzdeleri

%35.77
%22.63
%0
%46.27

Codes

Color #586A89 in popluar color models

586A89
RGB88106137
HSL218°21.78%44.12%
HSB/HSV218°35.77%53.73%
CMYK35.77%22.63%0.00%
46.27%

Color #586A89 in popluar number systems.

HEX586A89
Decimal88106137
Binary1011000110101010001001
Octal130152211

Shades and tints

Shades of #586A89

#586A89
(88,106,137)
#50617D
(80,97,125)
#485871
(72,88,113)
#404F65
(64,79,101)
#384659
(56,70,89)
#303D4D
(48,61,77)
#283441
(40,52,65)
#202B35
(32,43,53)
#182229
(24,34,41)
#10191D
(16,25,29)
#081011
(8,16,17)
#000000
(0,0,0)

Tints of #586A89

#586A89
(88,106,137)
#677793
(103,119,147)
#76849D
(118,132,157)
#8591A7
(133,145,167)
#949EB1
(148,158,177)
#A3ABBB
(163,171,187)
#B2B8C5
(178,184,197)
#C1C5CF
(193,197,207)
#D0D2D9
(208,210,217)
#DFDFE3
(223,223,227)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586A89 color. Also use rgb(88,106,137) instead hex code.

Text Font Color

.myTextColor { color: #586A89; }

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

This text font color is #586A89.


Background Color

.myBgColor { background-color: #586A89; }

<div style="background-color:#586A89">Inner text</div>

This div background color is #586A89.


Border color

.myBorderColor { border: 1px solid #586A89; }

<div style="border:3px solid #586A89">Div</div>

This div border color is #586A89.


Opacity

.myOpacity80 { color: #586A89; opacity: 0.8; }

<p style="color:#586A89;opacity:0.8;">80%</p>

Text with #586A89 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 #586A89;}

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

This text has shadow with #586A89 color.

.textShadow {text-shadow: 3px 3px 1px #586A89, 3px 3px 1px red;}

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

This text has shadow with #586A89 primary color and red secondary color.


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

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

This text has shadow with #586A89 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586A89 on black background.


Color preview on white background

This text has color #586A89 on white background.



Black color preview on #586A89 background

This text has black color on #586A89 background.


White color preview on #586A89 background

This text has white color on #586A89 background.