COLOR #586784

HEX: #586784
RGB: (88,103,132)

Renk bilgisi

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

RGB renk modeli

#586784 color RGB value is (88,103,132).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 103 of 255 = 40%
B 132 of 255 = 52%

88
103
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 103 + 132 = 323 (100%)
R 88 of 323 ~ 27.24%
G 103 of 323 ~ 31.89%
B 132 of 323 ~ 40.87%

%27.24
%31.89
%40.87

CMYK RENK MODELİ

#586784 rengi CMYK tonu (33,22,0,48).

  • camgöbeği tonu 33.33%
  • eflatun tonu 21.97%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(33,22,0,48)
C33M22Y0K48 
(33%,22%,0%,48%)
(0.33/0.22/0.00/0.48)	

CMYK yüzdeleri

%33.33
%21.97
%0
%48.24

Codes

Color #586784 in popluar color models

586784
RGB88103132
HSL220°20.00%43.14%
HSB/HSV220°33.33%51.76%
CMYK33.33%21.97%0.00%
48.24%

Color #586784 in popluar number systems.

HEX586784
Decimal88103132
Binary1011000110011110000100
Octal130147204

Shades and tints

Shades of #586784

#586784
(88,103,132)
#505E78
(80,94,120)
#48556C
(72,85,108)
#404C60
(64,76,96)
#384354
(56,67,84)
#303A48
(48,58,72)
#28313C
(40,49,60)
#202830
(32,40,48)
#181F24
(24,31,36)
#101618
(16,22,24)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #586784

#586784
(88,103,132)
#67748F
(103,116,143)
#76819A
(118,129,154)
#858EA5
(133,142,165)
#949BB0
(148,155,176)
#A3A8BB
(163,168,187)
#B2B5C6
(178,181,198)
#C1C2D1
(193,194,209)
#D0CFDC
(208,207,220)
#DFDCE7
(223,220,231)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586784; }

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

This text font color is #586784.


Background Color

.myBgColor { background-color: #586784; }

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

This div background color is #586784.


Border color

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

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

This div border color is #586784.


Opacity

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

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

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

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

This text has shadow with #586784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586784 on black background.


Color preview on white background

This text has color #586784 on white background.



Black color preview on #586784 background

This text has black color on #586784 background.


White color preview on #586784 background

This text has white color on #586784 background.