COLOR #596995

HEX: #596995
RGB: (89,105,149)

Renk bilgisi

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

RGB renk modeli

#596995 color RGB value is (89,105,149).

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

RGB bağlantıları ve doygunluk

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

89
105
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 105 + 149 = 343 (100%)
R 89 of 343 ~ 25.95%
G 105 of 343 ~ 30.61%
B 149 of 343 ~ 43.44%

%25.95
%30.61
%43.44

CMYK RENK MODELİ

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

  • camgöbeği tonu 40.27%
  • eflatun tonu 29.53%
  • 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
%29.53
%0
%41.57

Codes

Color #596995 in popluar color models

596995
RGB89105149
HSL224°25.21%46.67%
HSB/HSV224°40.27%58.43%
CMYK40.27%29.53%0.00%
41.57%

Color #596995 in popluar number systems.

HEX596995
Decimal89105149
Binary1011001110100110010101
Octal131151225

Shades and tints

Shades of #596995

#596995
(89,105,149)
#516088
(81,96,136)
#49577B
(73,87,123)
#414E6E
(65,78,110)
#394561
(57,69,97)
#313C54
(49,60,84)
#293347
(41,51,71)
#212A3A
(33,42,58)
#19212D
(25,33,45)
#111820
(17,24,32)
#090F13
(9,15,19)
#000000
(0,0,0)

Tints of #596995

#596995
(89,105,149)
#68769E
(104,118,158)
#7783A7
(119,131,167)
#8690B0
(134,144,176)
#959DB9
(149,157,185)
#A4AAC2
(164,170,194)
#B3B7CB
(179,183,203)
#C2C4D4
(194,196,212)
#D1D1DD
(209,209,221)
#E0DEE6
(224,222,230)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596995; }

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

This text font color is #596995.


Background Color

.myBgColor { background-color: #596995; }

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

This div background color is #596995.


Border color

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

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

This div border color is #596995.


Opacity

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

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

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

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

This text has shadow with #596995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596995 on black background.


Color preview on white background

This text has color #596995 on white background.



Black color preview on #596995 background

This text has black color on #596995 background.


White color preview on #596995 background

This text has white color on #596995 background.