COLOR #586984

HEX: #586984
RGB: (88,105,132)

Renk bilgisi

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

RGB renk modeli

#586984 color RGB value is (88,105,132).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 105 of 255 = 41%
B 132 of 255 = 52%

88
105
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 105 + 132 = 325 (100%)
R 88 of 325 ~ 27.08%
G 105 of 325 ~ 32.31%
B 132 of 325 ~ 40.62%

%27.08
%32.31
%40.62

CMYK RENK MODELİ

#586984 rengi CMYK tonu (33,20,0,48).

  • camgöbeği tonu 33.33%
  • eflatun tonu 20.45%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(33,20,0,48)
C33M20Y0K48 
(33%,20%,0%,48%)
(0.33/0.20/0.00/0.48)	

CMYK yüzdeleri

%33.33
%20.45
%0
%48.24

Codes

Color #586984 in popluar color models

586984
RGB88105132
HSL217°20.00%43.14%
HSB/HSV217°33.33%51.76%
CMYK33.33%20.45%0.00%
48.24%

Color #586984 in popluar number systems.

HEX586984
Decimal88105132
Binary1011000110100110000100
Octal130151204

Shades and tints

Shades of #586984

#586984
(88,105,132)
#506078
(80,96,120)
#48576C
(72,87,108)
#404E60
(64,78,96)
#384554
(56,69,84)
#303C48
(48,60,72)
#28333C
(40,51,60)
#202A30
(32,42,48)
#182124
(24,33,36)
#101818
(16,24,24)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #586984

#586984
(88,105,132)
#67768F
(103,118,143)
#76839A
(118,131,154)
#8590A5
(133,144,165)
#949DB0
(148,157,176)
#A3AABB
(163,170,187)
#B2B7C6
(178,183,198)
#C1C4D1
(193,196,209)
#D0D1DC
(208,209,220)
#DFDEE7
(223,222,231)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586984; }

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

This text font color is #586984.


Background Color

.myBgColor { background-color: #586984; }

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

This div background color is #586984.


Border color

.myBorderColor { border: 1px solid #586984; }

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

This div border color is #586984.


Opacity

.myOpacity80 { color: #586984; opacity: 0.8; }

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

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

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

This text has shadow with #586984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586984 on black background.


Color preview on white background

This text has color #586984 on white background.



Black color preview on #586984 background

This text has black color on #586984 background.


White color preview on #586984 background

This text has white color on #586984 background.