COLOR #586395

HEX: #586395
RGB: (88,99,149)

Renk bilgisi

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

RGB renk modeli

#586395 color RGB value is (88,99,149).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 99 of 255 = 39%
B 149 of 255 = 58%

88
99
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 99 + 149 = 336 (100%)
R 88 of 336 ~ 26.19%
G 99 of 336 ~ 29.46%
B 149 of 336 ~ 44.35%

%26.19
%29.46
%44.35

CMYK RENK MODELİ

#586395 rengi CMYK tonu (41,34,0,42).

  • camgöbeği tonu 40.94%
  • eflatun tonu 33.56%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(41,34,0,42)
C41M34Y0K42 
(41%,34%,0%,42%)
(0.41/0.34/0.00/0.42)	

CMYK yüzdeleri

%40.94
%33.56
%0
%41.57

Codes

Color #586395 in popluar color models

586395
RGB8899149
HSL229°25.74%46.47%
HSB/HSV229°40.94%58.43%
CMYK40.94%33.56%0.00%
41.57%

Color #586395 in popluar number systems.

HEX586395
Decimal8899149
Binary1011000110001110010101
Octal130143225

Shades and tints

Shades of #586395

#586395
(88,99,149)
#505A88
(80,90,136)
#48517B
(72,81,123)
#40486E
(64,72,110)
#383F61
(56,63,97)
#303654
(48,54,84)
#282D47
(40,45,71)
#20243A
(32,36,58)
#181B2D
(24,27,45)
#101220
(16,18,32)
#080913
(8,9,19)
#000000
(0,0,0)

Tints of #586395

#586395
(88,99,149)
#67719E
(103,113,158)
#767FA7
(118,127,167)
#858DB0
(133,141,176)
#949BB9
(148,155,185)
#A3A9C2
(163,169,194)
#B2B7CB
(178,183,203)
#C1C5D4
(193,197,212)
#D0D3DD
(208,211,221)
#DFE1E6
(223,225,230)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586395; }

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

This text font color is #586395.


Background Color

.myBgColor { background-color: #586395; }

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

This div background color is #586395.


Border color

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

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

This div border color is #586395.


Opacity

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

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

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

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

This text has shadow with #586395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586395 on black background.


Color preview on white background

This text has color #586395 on white background.



Black color preview on #586395 background

This text has black color on #586395 background.


White color preview on #586395 background

This text has white color on #586395 background.