COLOR #596592

HEX: #596592
RGB: (89,101,146)

Renk bilgisi

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

RGB renk modeli

#596592 color RGB value is (89,101,146).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 101 of 255 = 40%
B 146 of 255 = 57%

89
101
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 101 + 146 = 336 (100%)
R 89 of 336 ~ 26.49%
G 101 of 336 ~ 30.06%
B 146 of 336 ~ 43.45%

%26.49
%30.06
%43.45

CMYK RENK MODELİ

#596592 rengi CMYK tonu (39,31,0,43).

  • camgöbeği tonu 39.04%
  • eflatun tonu 30.82%
  • sarı tonu 0.00%
  • ana renk tonu 42.75%
CMYK:
(39,31,0,43)
C39M31Y0K43 
(39%,31%,0%,43%)
(0.39/0.31/0.00/0.43)	

CMYK yüzdeleri

%39.04
%30.82
%0
%42.75

Codes

Color #596592 in popluar color models

596592
RGB89101146
HSL227°24.26%46.08%
HSB/HSV227°39.04%57.25%
CMYK39.04%30.82%0.00%
42.75%

Color #596592 in popluar number systems.

HEX596592
Decimal89101146
Binary1011001110010110010010
Octal131145222

Shades and tints

Shades of #596592

#596592
(89,101,146)
#515C85
(81,92,133)
#495378
(73,83,120)
#414A6B
(65,74,107)
#39415E
(57,65,94)
#313851
(49,56,81)
#292F44
(41,47,68)
#212637
(33,38,55)
#191D2A
(25,29,42)
#11141D
(17,20,29)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #596592

#596592
(89,101,146)
#68739B
(104,115,155)
#7781A4
(119,129,164)
#868FAD
(134,143,173)
#959DB6
(149,157,182)
#A4ABBF
(164,171,191)
#B3B9C8
(179,185,200)
#C2C7D1
(194,199,209)
#D1D5DA
(209,213,218)
#E0E3E3
(224,227,227)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596592; }

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

This text font color is #596592.


Background Color

.myBgColor { background-color: #596592; }

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

This div background color is #596592.


Border color

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

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

This div border color is #596592.


Opacity

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

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

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

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

This text has shadow with #596592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596592 on black background.


Color preview on white background

This text has color #596592 on white background.



Black color preview on #596592 background

This text has black color on #596592 background.


White color preview on #596592 background

This text has white color on #596592 background.