COLOR #586BA4

HEX: #586BA4
RGB: (88,107,164)

Renk bilgisi

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

RGB renk modeli

#586BA4 color RGB value is (88,107,164).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 107 of 255 = 42%
B 164 of 255 = 64%

88
107
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 107 + 164 = 359 (100%)
R 88 of 359 ~ 24.51%
G 107 of 359 ~ 29.81%
B 164 of 359 ~ 45.68%

%24.51
%29.81
%45.68

CMYK RENK MODELİ

#586BA4 rengi CMYK tonu (46,35,0,36).

  • camgöbeği tonu 46.34%
  • eflatun tonu 34.76%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(46,35,0,36)
C46M35Y0K36 
(46%,35%,0%,36%)
(0.46/0.35/0.00/0.36)	

CMYK yüzdeleri

%46.34
%34.76
%0
%35.69

Codes

Color #586BA4 in popluar color models

586BA4
RGB88107164
HSL225°30.16%49.41%
HSB/HSV225°46.34%64.31%
CMYK46.34%34.76%0.00%
35.69%

Color #586BA4 in popluar number systems.

HEX586BA4
Decimal88107164
Binary1011000110101110100100
Octal130153244

Shades and tints

Shades of #586BA4

#586BA4
(88,107,164)
#506296
(80,98,150)
#485988
(72,89,136)
#40507A
(64,80,122)
#38476C
(56,71,108)
#303E5E
(48,62,94)
#283550
(40,53,80)
#202C42
(32,44,66)
#182334
(24,35,52)
#101A26
(16,26,38)
#081118
(8,17,24)
#000000
(0,0,0)

Tints of #586BA4

#586BA4
(88,107,164)
#6778AC
(103,120,172)
#7685B4
(118,133,180)
#8592BC
(133,146,188)
#949FC4
(148,159,196)
#A3ACCC
(163,172,204)
#B2B9D4
(178,185,212)
#C1C6DC
(193,198,220)
#D0D3E4
(208,211,228)
#DFE0EC
(223,224,236)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586BA4; }

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

This text font color is #586BA4.


Background Color

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

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

This div background color is #586BA4.


Border color

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

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

This div border color is #586BA4.


Opacity

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

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

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

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

This text has shadow with #586BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586BA4 on black background.


Color preview on white background

This text has color #586BA4 on white background.



Black color preview on #586BA4 background

This text has black color on #586BA4 background.


White color preview on #586BA4 background

This text has white color on #586BA4 background.