COLOR #586DCF

HEX: #586DCF
RGB: (88,109,207)

Renk bilgisi

#586DCF contains mainly blue color. #586DCF ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#586DCF color RGB value is (88,109,207).

  • kırmız ton 88;
  • yeşil ton 109;
  • mavi ton 207.
RGB:
(88,109,207)
(35%,43%,81%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 109 of 255 = 43%
B 207 of 255 = 81%

88
109
207

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 109 + 207 = 404 (100%)
R 88 of 404 ~ 21.78%
G 109 of 404 ~ 26.98%
B 207 of 404 ~ 51.24%

%21.78
%26.98
%51.24

CMYK RENK MODELİ

#586DCF rengi CMYK tonu (57,47,0,19).

  • camgöbeği tonu 57.49%
  • eflatun tonu 47.34%
  • sarı tonu 0.00%
  • ana renk tonu 18.82%
CMYK:
(57,47,0,19)
C57M47Y0K19 
(57%,47%,0%,19%)
(0.57/0.47/0.00/0.19)	

CMYK yüzdeleri

%57.49
%47.34
%0
%18.82

Codes

Color #586DCF in popluar color models

586DCF
RGB88109207
HSL229°55.35%57.84%
HSB/HSV229°57.49%81.18%
CMYK57.49%47.34%0.00%
18.82%

Color #586DCF in popluar number systems.

HEX586DCF
Decimal88109207
Binary1011000110110111001111
Octal130155317

Shades and tints

Shades of #586DCF

#586DCF
(88,109,207)
#5064BD
(80,100,189)
#485BAB
(72,91,171)
#405299
(64,82,153)
#384987
(56,73,135)
#304075
(48,64,117)
#283763
(40,55,99)
#202E51
(32,46,81)
#18253F
(24,37,63)
#101C2D
(16,28,45)
#08131B
(8,19,27)
#000000
(0,0,0)

Tints of #586DCF

#586DCF
(88,109,207)
#677AD3
(103,122,211)
#7687D7
(118,135,215)
#8594DB
(133,148,219)
#94A1DF
(148,161,223)
#A3AEE3
(163,174,227)
#B2BBE7
(178,187,231)
#C1C8EB
(193,200,235)
#D0D5EF
(208,213,239)
#DFE2F3
(223,226,243)
#EEEFF7
(238,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586DCF color. Also use rgb(88,109,207) instead hex code.

Text Font Color

.myTextColor { color: #586DCF; }

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

This text font color is #586DCF.


Background Color

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

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

This div background color is #586DCF.


Border color

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

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

This div border color is #586DCF.


Opacity

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

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

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

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

This text has shadow with #586DCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586DCF on black background.


Color preview on white background

This text has color #586DCF on white background.



Black color preview on #586DCF background

This text has black color on #586DCF background.


White color preview on #586DCF background

This text has white color on #586DCF background.