COLOR #586C80

HEX: #586C80
RGB: (88,108,128)

Renk bilgisi

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

RGB renk modeli

#586C80 color RGB value is (88,108,128).

  • kırmız ton 88;
  • yeşil ton 108;
  • mavi ton 128.
RGB:
(88,108,128)
(35%,42%,50%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 108 of 255 = 42%
B 128 of 255 = 50%

88
108
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 108 + 128 = 324 (100%)
R 88 of 324 ~ 27.16%
G 108 of 324 ~ 33.33%
B 128 of 324 ~ 39.51%

%27.16
%33.33
%39.51

CMYK RENK MODELİ

#586C80 rengi CMYK tonu (31,16,0,50).

  • camgöbeği tonu 31.25%
  • eflatun tonu 15.63%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(31,16,0,50)
C31M16Y0K50 
(31%,16%,0%,50%)
(0.31/0.16/0.00/0.50)	

CMYK yüzdeleri

%31.25
%15.63
%0
%49.8

Codes

Color #586C80 in popluar color models

586C80
RGB88108128
HSL210°18.52%42.35%
HSB/HSV210°31.25%50.20%
CMYK31.25%15.63%0.00%
49.80%

Color #586C80 in popluar number systems.

HEX586C80
Decimal88108128
Binary1011000110110010000000
Octal130154200

Shades and tints

Shades of #586C80

#586C80
(88,108,128)
#506375
(80,99,117)
#485A6A
(72,90,106)
#40515F
(64,81,95)
#384854
(56,72,84)
#303F49
(48,63,73)
#28363E
(40,54,62)
#202D33
(32,45,51)
#182428
(24,36,40)
#101B1D
(16,27,29)
#081212
(8,18,18)
#000000
(0,0,0)

Tints of #586C80

#586C80
(88,108,128)
#67798B
(103,121,139)
#768696
(118,134,150)
#8593A1
(133,147,161)
#94A0AC
(148,160,172)
#A3ADB7
(163,173,183)
#B2BAC2
(178,186,194)
#C1C7CD
(193,199,205)
#D0D4D8
(208,212,216)
#DFE1E3
(223,225,227)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586C80 color. Also use rgb(88,108,128) instead hex code.

Text Font Color

.myTextColor { color: #586C80; }

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

This text font color is #586C80.


Background Color

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

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

This div background color is #586C80.


Border color

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

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

This div border color is #586C80.


Opacity

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

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

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

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

This text has shadow with #586C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586C80 on black background.


Color preview on white background

This text has color #586C80 on white background.



Black color preview on #586C80 background

This text has black color on #586C80 background.


White color preview on #586C80 background

This text has white color on #586C80 background.