COLOR #586179

HEX: #586179
RGB: (88,97,121)

Renk bilgisi

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

RGB renk modeli

#586179 color RGB value is (88,97,121).

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

RGB bağlantıları ve doygunluk

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

88
97
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 97 + 121 = 306 (100%)
R 88 of 306 ~ 28.76%
G 97 of 306 ~ 31.7%
B 121 of 306 ~ 39.54%

%28.76
%31.7
%39.54

CMYK RENK MODELİ

#586179 rengi CMYK tonu (27,20,0,53).

  • camgöbeği tonu 27.27%
  • eflatun tonu 19.83%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(27,20,0,53)
C27M20Y0K53 
(27%,20%,0%,53%)
(0.27/0.20/0.00/0.53)	

CMYK yüzdeleri

%27.27
%19.83
%0
%52.55

Codes

Color #586179 in popluar color models

586179
RGB8897121
HSL224°15.79%40.98%
HSB/HSV224°27.27%47.45%
CMYK27.27%19.83%0.00%
52.55%

Color #586179 in popluar number systems.

HEX586179
Decimal8897121
Binary101100011000011111001
Octal130141171

Shades and tints

Shades of #586179

#586179
(88,97,121)
#50596E
(80,89,110)
#485163
(72,81,99)
#404958
(64,73,88)
#38414D
(56,65,77)
#303942
(48,57,66)
#283137
(40,49,55)
#20292C
(32,41,44)
#182121
(24,33,33)
#101916
(16,25,22)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #586179

#586179
(88,97,121)
#676F85
(103,111,133)
#767D91
(118,125,145)
#858B9D
(133,139,157)
#9499A9
(148,153,169)
#A3A7B5
(163,167,181)
#B2B5C1
(178,181,193)
#C1C3CD
(193,195,205)
#D0D1D9
(208,209,217)
#DFDFE5
(223,223,229)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586179; }

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

This text font color is #586179.


Background Color

.myBgColor { background-color: #586179; }

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

This div background color is #586179.


Border color

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

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

This div border color is #586179.


Opacity

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

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

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

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

This text has shadow with #586179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586179 on black background.


Color preview on white background

This text has color #586179 on white background.



Black color preview on #586179 background

This text has black color on #586179 background.


White color preview on #586179 background

This text has white color on #586179 background.