COLOR #586D7E

HEX: #586D7E
RGB: (88,109,126)

Renk bilgisi

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

RGB renk modeli

#586D7E color RGB value is (88,109,126).

  • kırmız ton 88;
  • yeşil ton 109;
  • mavi ton 126.
RGB:
(88,109,126)
(35%,43%,49%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 109 of 255 = 43%
B 126 of 255 = 49%

88
109
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 109 + 126 = 323 (100%)
R 88 of 323 ~ 27.24%
G 109 of 323 ~ 33.75%
B 126 of 323 ~ 39.01%

%27.24
%33.75
%39.01

CMYK RENK MODELİ

#586D7E rengi CMYK tonu (30,13,0,51).

  • camgöbeği tonu 30.16%
  • eflatun tonu 13.49%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(30,13,0,51)
C30M13Y0K51 
(30%,13%,0%,51%)
(0.30/0.13/0.00/0.51)	

CMYK yüzdeleri

%30.16
%13.49
%0
%50.59

Codes

Color #586D7E in popluar color models

586D7E
RGB88109126
HSL207°17.76%41.96%
HSB/HSV207°30.16%49.41%
CMYK30.16%13.49%0.00%
50.59%

Color #586D7E in popluar number systems.

HEX586D7E
Decimal88109126
Binary101100011011011111110
Octal130155176

Shades and tints

Shades of #586D7E

#586D7E
(88,109,126)
#506473
(80,100,115)
#485B68
(72,91,104)
#40525D
(64,82,93)
#384952
(56,73,82)
#304047
(48,64,71)
#28373C
(40,55,60)
#202E31
(32,46,49)
#182526
(24,37,38)
#101C1B
(16,28,27)
#081310
(8,19,16)
#000000
(0,0,0)

Tints of #586D7E

#586D7E
(88,109,126)
#677A89
(103,122,137)
#768794
(118,135,148)
#85949F
(133,148,159)
#94A1AA
(148,161,170)
#A3AEB5
(163,174,181)
#B2BBC0
(178,187,192)
#C1C8CB
(193,200,203)
#D0D5D6
(208,213,214)
#DFE2E1
(223,226,225)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586D7E color. Also use rgb(88,109,126) instead hex code.

Text Font Color

.myTextColor { color: #586D7E; }

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

This text font color is #586D7E.


Background Color

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

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

This div background color is #586D7E.


Border color

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

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

This div border color is #586D7E.


Opacity

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

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

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

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

This text has shadow with #586D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586D7E on black background.


Color preview on white background

This text has color #586D7E on white background.



Black color preview on #586D7E background

This text has black color on #586D7E background.


White color preview on #586D7E background

This text has white color on #586D7E background.