COLOR #586CB1

HEX: #586CB1
RGB: (88,108,177)

Renk bilgisi

#586CB1 contains mainly blue color. #586CB1 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#586CB1 color RGB value is (88,108,177).

  • kırmız ton 88;
  • yeşil ton 108;
  • mavi ton 177.
RGB:
(88,108,177)
(35%,42%,69%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 108 of 255 = 42%
B 177 of 255 = 69%

88
108
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 108 + 177 = 373 (100%)
R 88 of 373 ~ 23.59%
G 108 of 373 ~ 28.95%
B 177 of 373 ~ 47.45%

%23.59
%28.95
%47.45

CMYK RENK MODELİ

#586CB1 rengi CMYK tonu (50,39,0,31).

  • camgöbeği tonu 50.28%
  • eflatun tonu 38.98%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(50,39,0,31)
C50M39Y0K31 
(50%,39%,0%,31%)
(0.50/0.39/0.00/0.31)	

CMYK yüzdeleri

%50.28
%38.98
%0
%30.59

Codes

Color #586CB1 in popluar color models

586CB1
RGB88108177
HSL227°36.33%51.96%
HSB/HSV227°50.28%69.41%
CMYK50.28%38.98%0.00%
30.59%

Color #586CB1 in popluar number systems.

HEX586CB1
Decimal88108177
Binary1011000110110010110001
Octal130154261

Shades and tints

Shades of #586CB1

#586CB1
(88,108,177)
#5063A1
(80,99,161)
#485A91
(72,90,145)
#405181
(64,81,129)
#384871
(56,72,113)
#303F61
(48,63,97)
#283651
(40,54,81)
#202D41
(32,45,65)
#182431
(24,36,49)
#101B21
(16,27,33)
#081211
(8,18,17)
#000000
(0,0,0)

Tints of #586CB1

#586CB1
(88,108,177)
#6779B8
(103,121,184)
#7686BF
(118,134,191)
#8593C6
(133,147,198)
#94A0CD
(148,160,205)
#A3ADD4
(163,173,212)
#B2BADB
(178,186,219)
#C1C7E2
(193,199,226)
#D0D4E9
(208,212,233)
#DFE1F0
(223,225,240)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586CB1 color. Also use rgb(88,108,177) instead hex code.

Text Font Color

.myTextColor { color: #586CB1; }

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

This text font color is #586CB1.


Background Color

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

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

This div background color is #586CB1.


Border color

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

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

This div border color is #586CB1.


Opacity

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

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

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

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

This text has shadow with #586CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586CB1 on black background.


Color preview on white background

This text has color #586CB1 on white background.



Black color preview on #586CB1 background

This text has black color on #586CB1 background.


White color preview on #586CB1 background

This text has white color on #586CB1 background.