COLOR #586479

HEX: #586479
RGB: (88,100,121)

Renk bilgisi

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

RGB renk modeli

#586479 color RGB value is (88,100,121).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 100 of 255 = 39%
B 121 of 255 = 47%

88
100
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 100 + 121 = 309 (100%)
R 88 of 309 ~ 28.48%
G 100 of 309 ~ 32.36%
B 121 of 309 ~ 39.16%

%28.48
%32.36
%39.16

CMYK RENK MODELİ

#586479 rengi CMYK tonu (27,17,0,53).

  • camgöbeği tonu 27.27%
  • eflatun tonu 17.36%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(27,17,0,53)
C27M17Y0K53 
(27%,17%,0%,53%)
(0.27/0.17/0.00/0.53)	

CMYK yüzdeleri

%27.27
%17.36
%0
%52.55

Codes

Color #586479 in popluar color models

586479
RGB88100121
HSL218°15.79%40.98%
HSB/HSV218°27.27%47.45%
CMYK27.27%17.36%0.00%
52.55%

Color #586479 in popluar number systems.

HEX586479
Decimal88100121
Binary101100011001001111001
Octal130144171

Shades and tints

Shades of #586479

#586479
(88,100,121)
#505B6E
(80,91,110)
#485263
(72,82,99)
#404958
(64,73,88)
#38404D
(56,64,77)
#303742
(48,55,66)
#282E37
(40,46,55)
#20252C
(32,37,44)
#181C21
(24,28,33)
#101316
(16,19,22)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #586479

#586479
(88,100,121)
#677285
(103,114,133)
#768091
(118,128,145)
#858E9D
(133,142,157)
#949CA9
(148,156,169)
#A3AAB5
(163,170,181)
#B2B8C1
(178,184,193)
#C1C6CD
(193,198,205)
#D0D4D9
(208,212,217)
#DFE2E5
(223,226,229)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586479; }

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

This text font color is #586479.


Background Color

.myBgColor { background-color: #586479; }

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

This div background color is #586479.


Border color

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

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

This div border color is #586479.


Opacity

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

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

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

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

This text has shadow with #586479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586479 on black background.


Color preview on white background

This text has color #586479 on white background.



Black color preview on #586479 background

This text has black color on #586479 background.


White color preview on #586479 background

This text has white color on #586479 background.