COLOR #586E84

HEX: #586E84
RGB: (88,110,132)

Renk bilgisi

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

RGB renk modeli

#586E84 color RGB value is (88,110,132).

  • kırmız ton 88;
  • yeşil ton 110;
  • mavi ton 132.
RGB:
(88,110,132)
(35%,43%,52%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 110 of 255 = 43%
B 132 of 255 = 52%

88
110
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 110 + 132 = 330 (100%)
R 88 of 330 ~ 26.67%
G 110 of 330 ~ 33.33%
B 132 of 330 ~ 40%

%26.67
%33.33
%40

CMYK RENK MODELİ

#586E84 rengi CMYK tonu (33,17,0,48).

  • camgöbeği tonu 33.33%
  • eflatun tonu 16.67%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(33,17,0,48)
C33M17Y0K48 
(33%,17%,0%,48%)
(0.33/0.17/0.00/0.48)	

CMYK yüzdeleri

%33.33
%16.67
%0
%48.24

Codes

Color #586E84 in popluar color models

586E84
RGB88110132
HSL210°20.00%43.14%
HSB/HSV210°33.33%51.76%
CMYK33.33%16.67%0.00%
48.24%

Color #586E84 in popluar number systems.

HEX586E84
Decimal88110132
Binary1011000110111010000100
Octal130156204

Shades and tints

Shades of #586E84

#586E84
(88,110,132)
#506478
(80,100,120)
#485A6C
(72,90,108)
#405060
(64,80,96)
#384654
(56,70,84)
#303C48
(48,60,72)
#28323C
(40,50,60)
#202830
(32,40,48)
#181E24
(24,30,36)
#101418
(16,20,24)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #586E84

#586E84
(88,110,132)
#677B8F
(103,123,143)
#76889A
(118,136,154)
#8595A5
(133,149,165)
#94A2B0
(148,162,176)
#A3AFBB
(163,175,187)
#B2BCC6
(178,188,198)
#C1C9D1
(193,201,209)
#D0D6DC
(208,214,220)
#DFE3E7
(223,227,231)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586E84 color. Also use rgb(88,110,132) instead hex code.

Text Font Color

.myTextColor { color: #586E84; }

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

This text font color is #586E84.


Background Color

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

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

This div background color is #586E84.


Border color

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

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

This div border color is #586E84.


Opacity

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

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

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

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

This text has shadow with #586E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586E84 on black background.


Color preview on white background

This text has color #586E84 on white background.



Black color preview on #586E84 background

This text has black color on #586E84 background.


White color preview on #586E84 background

This text has white color on #586E84 background.