COLOR #586795

HEX: #586795
RGB: (88,103,149)

Renk bilgisi

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

RGB renk modeli

#586795 color RGB value is (88,103,149).

  • kırmız ton 88;
  • yeşil ton 103;
  • mavi ton 149.
RGB:
(88,103,149)
(35%,40%,58%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 103 of 255 = 40%
B 149 of 255 = 58%

88
103
149

R + G + B ~ 44%. #586795 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 103 + 149 = 340 (100%)
R 88 of 340 ~ 25.88%
G 103 of 340 ~ 30.29%
B 149 of 340 ~ 43.82%

%25.88
%30.29
%43.82

CMYK RENK MODELİ

#586795 rengi CMYK tonu (41,31,0,42).

  • camgöbeği tonu 40.94%
  • eflatun tonu 30.87%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(41,31,0,42)
C41M31Y0K42 
(41%,31%,0%,42%)
(0.41/0.31/0.00/0.42)	

CMYK yüzdeleri

%40.94
%30.87
%0
%41.57

Codes

Color #586795 in popluar color models

586795
RGB88103149
HSL225°25.74%46.47%
HSB/HSV225°40.94%58.43%
CMYK40.94%30.87%0.00%
41.57%

Color #586795 in popluar number systems.

HEX586795
Decimal88103149
Binary1011000110011110010101
Octal130147225

Shades and tints

Shades of #586795

#586795
(88,103,149)
#505E88
(80,94,136)
#48557B
(72,85,123)
#404C6E
(64,76,110)
#384361
(56,67,97)
#303A54
(48,58,84)
#283147
(40,49,71)
#20283A
(32,40,58)
#181F2D
(24,31,45)
#101620
(16,22,32)
#080D13
(8,13,19)
#000000
(0,0,0)

Tints of #586795

#586795
(88,103,149)
#67749E
(103,116,158)
#7681A7
(118,129,167)
#858EB0
(133,142,176)
#949BB9
(148,155,185)
#A3A8C2
(163,168,194)
#B2B5CB
(178,181,203)
#C1C2D4
(193,194,212)
#D0CFDD
(208,207,221)
#DFDCE6
(223,220,230)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586795 color. Also use rgb(88,103,149) instead hex code.

Text Font Color

.myTextColor { color: #586795; }

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

This text font color is #586795.


Background Color

.myBgColor { background-color: #586795; }

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

This div background color is #586795.


Border color

.myBorderColor { border: 1px solid #586795; }

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

This div border color is #586795.


Opacity

.myOpacity80 { color: #586795; opacity: 0.8; }

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

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

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

This text has shadow with #586795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586795 on black background.


Color preview on white background

This text has color #586795 on white background.



Black color preview on #586795 background

This text has black color on #586795 background.


White color preview on #586795 background

This text has white color on #586795 background.