COLOR #596895

HEX: #596895
RGB: (89,104,149)

Renk bilgisi

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

RGB renk modeli

#596895 color RGB value is (89,104,149).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 104 of 255 = 41%
B 149 of 255 = 58%

89
104
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 104 + 149 = 342 (100%)
R 89 of 342 ~ 26.02%
G 104 of 342 ~ 30.41%
B 149 of 342 ~ 43.57%

%26.02
%30.41
%43.57

CMYK RENK MODELİ

#596895 rengi CMYK tonu (40,30,0,42).

  • camgöbeği tonu 40.27%
  • eflatun tonu 30.20%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(40,30,0,42)
C40M30Y0K42 
(40%,30%,0%,42%)
(0.40/0.30/0.00/0.42)	

CMYK yüzdeleri

%40.27
%30.2
%0
%41.57

Codes

Color #596895 in popluar color models

596895
RGB89104149
HSL225°25.21%46.67%
HSB/HSV225°40.27%58.43%
CMYK40.27%30.20%0.00%
41.57%

Color #596895 in popluar number systems.

HEX596895
Decimal89104149
Binary1011001110100010010101
Octal131150225

Shades and tints

Shades of #596895

#596895
(89,104,149)
#515F88
(81,95,136)
#49567B
(73,86,123)
#414D6E
(65,77,110)
#394461
(57,68,97)
#313B54
(49,59,84)
#293247
(41,50,71)
#21293A
(33,41,58)
#19202D
(25,32,45)
#111720
(17,23,32)
#090E13
(9,14,19)
#000000
(0,0,0)

Tints of #596895

#596895
(89,104,149)
#68759E
(104,117,158)
#7782A7
(119,130,167)
#868FB0
(134,143,176)
#959CB9
(149,156,185)
#A4A9C2
(164,169,194)
#B3B6CB
(179,182,203)
#C2C3D4
(194,195,212)
#D1D0DD
(209,208,221)
#E0DDE6
(224,221,230)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596895; }

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

This text font color is #596895.


Background Color

.myBgColor { background-color: #596895; }

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

This div background color is #596895.


Border color

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

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

This div border color is #596895.


Opacity

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

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

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

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

This text has shadow with #596895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596895 on black background.


Color preview on white background

This text has color #596895 on white background.



Black color preview on #596895 background

This text has black color on #596895 background.


White color preview on #596895 background

This text has white color on #596895 background.