COLOR #596388

HEX: #596388
RGB: (89,99,136)

Renk bilgisi

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

RGB renk modeli

#596388 color RGB value is (89,99,136).

  • kırmız ton 89;
  • yeşil ton 99;
  • mavi ton 136.
RGB:
(89,99,136)
(35%,39%,53%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 99 of 255 = 39%
B 136 of 255 = 53%

89
99
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 99 + 136 = 324 (100%)
R 89 of 324 ~ 27.47%
G 99 of 324 ~ 30.56%
B 136 of 324 ~ 41.98%

%27.47
%30.56
%41.98

CMYK RENK MODELİ

#596388 rengi CMYK tonu (35,27,0,47).

  • camgöbeği tonu 34.56%
  • eflatun tonu 27.21%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(35,27,0,47)
C35M27Y0K47 
(35%,27%,0%,47%)
(0.35/0.27/0.00/0.47)	

CMYK yüzdeleri

%34.56
%27.21
%0
%46.67

Codes

Color #596388 in popluar color models

596388
RGB8999136
HSL227°20.89%44.12%
HSB/HSV227°34.56%53.33%
CMYK34.56%27.21%0.00%
46.67%

Color #596388 in popluar number systems.

HEX596388
Decimal8999136
Binary1011001110001110001000
Octal131143210

Shades and tints

Shades of #596388

#596388
(89,99,136)
#515A7C
(81,90,124)
#495170
(73,81,112)
#414864
(65,72,100)
#393F58
(57,63,88)
#31364C
(49,54,76)
#292D40
(41,45,64)
#212434
(33,36,52)
#191B28
(25,27,40)
#11121C
(17,18,28)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #596388

#596388
(89,99,136)
#687192
(104,113,146)
#777F9C
(119,127,156)
#868DA6
(134,141,166)
#959BB0
(149,155,176)
#A4A9BA
(164,169,186)
#B3B7C4
(179,183,196)
#C2C5CE
(194,197,206)
#D1D3D8
(209,211,216)
#E0E1E2
(224,225,226)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596388 color. Also use rgb(89,99,136) instead hex code.

Text Font Color

.myTextColor { color: #596388; }

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

This text font color is #596388.


Background Color

.myBgColor { background-color: #596388; }

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

This div background color is #596388.


Border color

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

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

This div border color is #596388.


Opacity

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

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

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

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

This text has shadow with #596388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596388 on black background.


Color preview on white background

This text has color #596388 on white background.



Black color preview on #596388 background

This text has black color on #596388 background.


White color preview on #596388 background

This text has white color on #596388 background.