COLOR #586079

HEX: #586079
RGB: (88,96,121)

Renk bilgisi

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

RGB renk modeli

#586079 color RGB value is (88,96,121).

  • kırmız ton 88;
  • yeşil ton 96;
  • mavi ton 121.
RGB:
(88,96,121)
(35%,38%,47%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 96 of 255 = 38%
B 121 of 255 = 47%

88
96
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 96 + 121 = 305 (100%)
R 88 of 305 ~ 28.85%
G 96 of 305 ~ 31.48%
B 121 of 305 ~ 39.67%

%28.85
%31.48
%39.67

CMYK RENK MODELİ

#586079 rengi CMYK tonu (27,21,0,53).

  • camgöbeği tonu 27.27%
  • eflatun tonu 20.66%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(27,21,0,53)
C27M21Y0K53 
(27%,21%,0%,53%)
(0.27/0.21/0.00/0.53)	

CMYK yüzdeleri

%27.27
%20.66
%0
%52.55

Codes

Color #586079 in popluar color models

586079
RGB8896121
HSL225°15.79%40.98%
HSB/HSV225°27.27%47.45%
CMYK27.27%20.66%0.00%
52.55%

Color #586079 in popluar number systems.

HEX586079
Decimal8896121
Binary101100011000001111001
Octal130140171

Shades and tints

Shades of #586079

#586079
(88,96,121)
#50586E
(80,88,110)
#485063
(72,80,99)
#404858
(64,72,88)
#38404D
(56,64,77)
#303842
(48,56,66)
#283037
(40,48,55)
#20282C
(32,40,44)
#182021
(24,32,33)
#101816
(16,24,22)
#08100B
(8,16,11)
#000000
(0,0,0)

Tints of #586079

#586079
(88,96,121)
#676E85
(103,110,133)
#767C91
(118,124,145)
#858A9D
(133,138,157)
#9498A9
(148,152,169)
#A3A6B5
(163,166,181)
#B2B4C1
(178,180,193)
#C1C2CD
(193,194,205)
#D0D0D9
(208,208,217)
#DFDEE5
(223,222,229)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586079 color. Also use rgb(88,96,121) instead hex code.

Text Font Color

.myTextColor { color: #586079; }

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

This text font color is #586079.


Background Color

.myBgColor { background-color: #586079; }

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

This div background color is #586079.


Border color

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

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

This div border color is #586079.


Opacity

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

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

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

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

This text has shadow with #586079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586079 on black background.


Color preview on white background

This text has color #586079 on white background.



Black color preview on #586079 background

This text has black color on #586079 background.


White color preview on #586079 background

This text has white color on #586079 background.