COLOR #586A7B

HEX: #586A7B
RGB: (88,106,123)

Renk bilgisi

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

RGB renk modeli

#586A7B color RGB value is (88,106,123).

  • kırmız ton 88;
  • yeşil ton 106;
  • mavi ton 123.
RGB:
(88,106,123)
(35%,42%,48%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 106 of 255 = 42%
B 123 of 255 = 48%

88
106
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 106 + 123 = 317 (100%)
R 88 of 317 ~ 27.76%
G 106 of 317 ~ 33.44%
B 123 of 317 ~ 38.8%

%27.76
%33.44
%38.8

CMYK RENK MODELİ

#586A7B rengi CMYK tonu (28,14,0,52).

  • camgöbeği tonu 28.46%
  • eflatun tonu 13.82%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(28,14,0,52)
C28M14Y0K52 
(28%,14%,0%,52%)
(0.28/0.14/0.00/0.52)	

CMYK yüzdeleri

%28.46
%13.82
%0
%51.76

Codes

Color #586A7B in popluar color models

586A7B
RGB88106123
HSL209°16.59%41.37%
HSB/HSV209°28.46%48.24%
CMYK28.46%13.82%0.00%
51.76%

Color #586A7B in popluar number systems.

HEX586A7B
Decimal88106123
Binary101100011010101111011
Octal130152173

Shades and tints

Shades of #586A7B

#586A7B
(88,106,123)
#506170
(80,97,112)
#485865
(72,88,101)
#404F5A
(64,79,90)
#38464F
(56,70,79)
#303D44
(48,61,68)
#283439
(40,52,57)
#202B2E
(32,43,46)
#182223
(24,34,35)
#101918
(16,25,24)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #586A7B

#586A7B
(88,106,123)
#677787
(103,119,135)
#768493
(118,132,147)
#85919F
(133,145,159)
#949EAB
(148,158,171)
#A3ABB7
(163,171,183)
#B2B8C3
(178,184,195)
#C1C5CF
(193,197,207)
#D0D2DB
(208,210,219)
#DFDFE7
(223,223,231)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586A7B color. Also use rgb(88,106,123) instead hex code.

Text Font Color

.myTextColor { color: #586A7B; }

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

This text font color is #586A7B.


Background Color

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

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

This div background color is #586A7B.


Border color

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

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

This div border color is #586A7B.


Opacity

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

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

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

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

This text has shadow with #586A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586A7B on black background.


Color preview on white background

This text has color #586A7B on white background.



Black color preview on #586A7B background

This text has black color on #586A7B background.


White color preview on #586A7B background

This text has white color on #586A7B background.