COLOR #596594

HEX: #596594
RGB: (89,101,148)

Renk bilgisi

#596594 contains red, green and blue colors in about the same proportion. #596594 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#596594 color RGB value is (89,101,148).

  • kırmız ton 89;
  • yeşil ton 101;
  • mavi ton 148.
RGB:
(89,101,148)
(35%,40%,58%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 101 of 255 = 40%
B 148 of 255 = 58%

89
101
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 101 + 148 = 338 (100%)
R 89 of 338 ~ 26.33%
G 101 of 338 ~ 29.88%
B 148 of 338 ~ 43.79%

%26.33
%29.88
%43.79

CMYK RENK MODELİ

#596594 rengi CMYK tonu (40,32,0,42).

  • camgöbeği tonu 39.86%
  • eflatun tonu 31.76%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(40,32,0,42)
C40M32Y0K42 
(40%,32%,0%,42%)
(0.40/0.32/0.00/0.42)	

CMYK yüzdeleri

%39.86
%31.76
%0
%41.96

Codes

Color #596594 in popluar color models

596594
RGB89101148
HSL228°24.89%46.47%
HSB/HSV228°39.86%58.04%
CMYK39.86%31.76%0.00%
41.96%

Color #596594 in popluar number systems.

HEX596594
Decimal89101148
Binary1011001110010110010100
Octal131145224

Shades and tints

Shades of #596594

#596594
(89,101,148)
#515C87
(81,92,135)
#49537A
(73,83,122)
#414A6D
(65,74,109)
#394160
(57,65,96)
#313853
(49,56,83)
#292F46
(41,47,70)
#212639
(33,38,57)
#191D2C
(25,29,44)
#11141F
(17,20,31)
#090B12
(9,11,18)
#000000
(0,0,0)

Tints of #596594

#596594
(89,101,148)
#68739D
(104,115,157)
#7781A6
(119,129,166)
#868FAF
(134,143,175)
#959DB8
(149,157,184)
#A4ABC1
(164,171,193)
#B3B9CA
(179,185,202)
#C2C7D3
(194,199,211)
#D1D5DC
(209,213,220)
#E0E3E5
(224,227,229)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596594 color. Also use rgb(89,101,148) instead hex code.

Text Font Color

.myTextColor { color: #596594; }

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

This text font color is #596594.


Background Color

.myBgColor { background-color: #596594; }

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

This div background color is #596594.


Border color

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

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

This div border color is #596594.


Opacity

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

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

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

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

This text has shadow with #596594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596594 on black background.


Color preview on white background

This text has color #596594 on white background.



Black color preview on #596594 background

This text has black color on #596594 background.


White color preview on #596594 background

This text has white color on #596594 background.