COLOR #586BA6

HEX: #586BA6
RGB: (88,107,166)

Renk bilgisi

#586BA6 contains mainly green and blue colors. #586BA6 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#586BA6 color RGB value is (88,107,166).

  • kırmız ton 88;
  • yeşil ton 107;
  • mavi ton 166.
RGB:
(88,107,166)
(35%,42%,65%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 107 of 255 = 42%
B 166 of 255 = 65%

88
107
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 107 + 166 = 361 (100%)
R 88 of 361 ~ 24.38%
G 107 of 361 ~ 29.64%
B 166 of 361 ~ 45.98%

%24.38
%29.64
%45.98

CMYK RENK MODELİ

#586BA6 rengi CMYK tonu (47,36,0,35).

  • camgöbeği tonu 46.99%
  • eflatun tonu 35.54%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(47,36,0,35)
C47M36Y0K35 
(47%,36%,0%,35%)
(0.47/0.36/0.00/0.35)	

CMYK yüzdeleri

%46.99
%35.54
%0
%34.9

Codes

Color #586BA6 in popluar color models

586BA6
RGB88107166
HSL225°30.71%49.80%
HSB/HSV225°46.99%65.10%
CMYK46.99%35.54%0.00%
34.90%

Color #586BA6 in popluar number systems.

HEX586BA6
Decimal88107166
Binary1011000110101110100110
Octal130153246

Shades and tints

Shades of #586BA6

#586BA6
(88,107,166)
#506297
(80,98,151)
#485988
(72,89,136)
#405079
(64,80,121)
#38476A
(56,71,106)
#303E5B
(48,62,91)
#28354C
(40,53,76)
#202C3D
(32,44,61)
#18232E
(24,35,46)
#101A1F
(16,26,31)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #586BA6

#586BA6
(88,107,166)
#6778AE
(103,120,174)
#7685B6
(118,133,182)
#8592BE
(133,146,190)
#949FC6
(148,159,198)
#A3ACCE
(163,172,206)
#B2B9D6
(178,185,214)
#C1C6DE
(193,198,222)
#D0D3E6
(208,211,230)
#DFE0EE
(223,224,238)
#EEEDF6
(238,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586BA6 color. Also use rgb(88,107,166) instead hex code.

Text Font Color

.myTextColor { color: #586BA6; }

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

This text font color is #586BA6.


Background Color

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

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

This div background color is #586BA6.


Border color

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

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

This div border color is #586BA6.


Opacity

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

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

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

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

This text has shadow with #586BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586BA6 on black background.


Color preview on white background

This text has color #586BA6 on white background.



Black color preview on #586BA6 background

This text has black color on #586BA6 background.


White color preview on #586BA6 background

This text has white color on #586BA6 background.