COLOR #595D95

HEX: #595D95
RGB: (89,93,149)

Renk bilgisi

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

RGB renk modeli

#595D95 color RGB value is (89,93,149).

  • kırmız ton 89;
  • yeşil ton 93;
  • mavi ton 149.
RGB:
(89,93,149)
(35%,36%,58%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 93 of 255 = 36%
B 149 of 255 = 58%

89
93
149

R + G + B ~ 43%. #595D95 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 93 + 149 = 331 (100%)
R 89 of 331 ~ 26.89%
G 93 of 331 ~ 28.1%
B 149 of 331 ~ 45.02%

%26.89
%28.1
%45.02

CMYK RENK MODELİ

#595D95 rengi CMYK tonu (40,38,0,42).

  • camgöbeği tonu 40.27%
  • eflatun tonu 37.58%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(40,38,0,42)
C40M38Y0K42 
(40%,38%,0%,42%)
(0.40/0.38/0.00/0.42)	

CMYK yüzdeleri

%40.27
%37.58
%0
%41.57

Codes

Color #595D95 in popluar color models

595D95
RGB8993149
HSL236°25.21%46.67%
HSB/HSV236°40.27%58.43%
CMYK40.27%37.58%0.00%
41.57%

Color #595D95 in popluar number systems.

HEX595D95
Decimal8993149
Binary1011001101110110010101
Octal131135225

Shades and tints

Shades of #595D95

#595D95
(89,93,149)
#515588
(81,85,136)
#494D7B
(73,77,123)
#41456E
(65,69,110)
#393D61
(57,61,97)
#313554
(49,53,84)
#292D47
(41,45,71)
#21253A
(33,37,58)
#191D2D
(25,29,45)
#111520
(17,21,32)
#090D13
(9,13,19)
#000000
(0,0,0)

Tints of #595D95

#595D95
(89,93,149)
#686B9E
(104,107,158)
#7779A7
(119,121,167)
#8687B0
(134,135,176)
#9595B9
(149,149,185)
#A4A3C2
(164,163,194)
#B3B1CB
(179,177,203)
#C2BFD4
(194,191,212)
#D1CDDD
(209,205,221)
#E0DBE6
(224,219,230)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595D95 color. Also use rgb(89,93,149) instead hex code.

Text Font Color

.myTextColor { color: #595D95; }

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

This text font color is #595D95.


Background Color

.myBgColor { background-color: #595D95; }

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

This div background color is #595D95.


Border color

.myBorderColor { border: 1px solid #595D95; }

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

This div border color is #595D95.


Opacity

.myOpacity80 { color: #595D95; opacity: 0.8; }

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

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

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

This text has shadow with #595D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595D95 on black background.


Color preview on white background

This text has color #595D95 on white background.



Black color preview on #595D95 background

This text has black color on #595D95 background.


White color preview on #595D95 background

This text has white color on #595D95 background.