COLOR #586877

HEX: #586877
RGB: (88,104,119)

Renk bilgisi

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

RGB renk modeli

#586877 color RGB value is (88,104,119).

  • kırmız ton 88;
  • yeşil ton 104;
  • mavi ton 119.
RGB:
(88,104,119)
(35%,41%,47%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 104 of 255 = 41%
B 119 of 255 = 47%

88
104
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 104 + 119 = 311 (100%)
R 88 of 311 ~ 28.3%
G 104 of 311 ~ 33.44%
B 119 of 311 ~ 38.26%

%28.3
%33.44
%38.26

CMYK RENK MODELİ

#586877 rengi CMYK tonu (26,13,0,53).

  • camgöbeği tonu 26.05%
  • eflatun tonu 12.61%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(26,13,0,53)
C26M13Y0K53 
(26%,13%,0%,53%)
(0.26/0.13/0.00/0.53)	

CMYK yüzdeleri

%26.05
%12.61
%0
%53.33

Codes

Color #586877 in popluar color models

586877
RGB88104119
HSL209°14.98%40.59%
HSB/HSV209°26.05%46.67%
CMYK26.05%12.61%0.00%
53.33%

Color #586877 in popluar number systems.

HEX586877
Decimal88104119
Binary101100011010001110111
Octal130150167

Shades and tints

Shades of #586877

#586877
(88,104,119)
#505F6D
(80,95,109)
#485663
(72,86,99)
#404D59
(64,77,89)
#38444F
(56,68,79)
#303B45
(48,59,69)
#28323B
(40,50,59)
#202931
(32,41,49)
#182027
(24,32,39)
#10171D
(16,23,29)
#080E13
(8,14,19)
#000000
(0,0,0)

Tints of #586877

#586877
(88,104,119)
#677583
(103,117,131)
#76828F
(118,130,143)
#858F9B
(133,143,155)
#949CA7
(148,156,167)
#A3A9B3
(163,169,179)
#B2B6BF
(178,182,191)
#C1C3CB
(193,195,203)
#D0D0D7
(208,208,215)
#DFDDE3
(223,221,227)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586877 color. Also use rgb(88,104,119) instead hex code.

Text Font Color

.myTextColor { color: #586877; }

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

This text font color is #586877.


Background Color

.myBgColor { background-color: #586877; }

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

This div background color is #586877.


Border color

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

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

This div border color is #586877.


Opacity

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

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

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

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

This text has shadow with #586877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586877 on black background.


Color preview on white background

This text has color #586877 on white background.



Black color preview on #586877 background

This text has black color on #586877 background.


White color preview on #586877 background

This text has white color on #586877 background.