COLOR #586A95

HEX: #586A95
RGB: (88,106,149)

Renk bilgisi

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

RGB renk modeli

#586A95 color RGB value is (88,106,149).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 106 of 255 = 42%
B 149 of 255 = 58%

88
106
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 106 + 149 = 343 (100%)
R 88 of 343 ~ 25.66%
G 106 of 343 ~ 30.9%
B 149 of 343 ~ 43.44%

%25.66
%30.9
%43.44

CMYK RENK MODELİ

#586A95 rengi CMYK tonu (41,29,0,42).

  • camgöbeği tonu 40.94%
  • eflatun tonu 28.86%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(41,29,0,42)
C41M29Y0K42 
(41%,29%,0%,42%)
(0.41/0.29/0.00/0.42)	

CMYK yüzdeleri

%40.94
%28.86
%0
%41.57

Codes

Color #586A95 in popluar color models

586A95
RGB88106149
HSL222°25.74%46.47%
HSB/HSV222°40.94%58.43%
CMYK40.94%28.86%0.00%
41.57%

Color #586A95 in popluar number systems.

HEX586A95
Decimal88106149
Binary1011000110101010010101
Octal130152225

Shades and tints

Shades of #586A95

#586A95
(88,106,149)
#506188
(80,97,136)
#48587B
(72,88,123)
#404F6E
(64,79,110)
#384661
(56,70,97)
#303D54
(48,61,84)
#283447
(40,52,71)
#202B3A
(32,43,58)
#18222D
(24,34,45)
#101920
(16,25,32)
#081013
(8,16,19)
#000000
(0,0,0)

Tints of #586A95

#586A95
(88,106,149)
#67779E
(103,119,158)
#7684A7
(118,132,167)
#8591B0
(133,145,176)
#949EB9
(148,158,185)
#A3ABC2
(163,171,194)
#B2B8CB
(178,184,203)
#C1C5D4
(193,197,212)
#D0D2DD
(208,210,221)
#DFDFE6
(223,223,230)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586A95; }

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

This text font color is #586A95.


Background Color

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

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

This div background color is #586A95.


Border color

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

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

This div border color is #586A95.


Opacity

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

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

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

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

This text has shadow with #586A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586A95 on black background.


Color preview on white background

This text has color #586A95 on white background.



Black color preview on #586A95 background

This text has black color on #586A95 background.


White color preview on #586A95 background

This text has white color on #586A95 background.