COLOR #596380

HEX: #596380
RGB: (89,99,128)

Renk bilgisi

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

RGB renk modeli

#596380 color RGB value is (89,99,128).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 99 of 255 = 39%
B 128 of 255 = 50%

89
99
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 99 + 128 = 316 (100%)
R 89 of 316 ~ 28.16%
G 99 of 316 ~ 31.33%
B 128 of 316 ~ 40.51%

%28.16
%31.33
%40.51

CMYK RENK MODELİ

#596380 rengi CMYK tonu (30,23,0,50).

  • camgöbeği tonu 30.47%
  • eflatun tonu 22.66%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(30,23,0,50)
C30M23Y0K50 
(30%,23%,0%,50%)
(0.30/0.23/0.00/0.50)	

CMYK yüzdeleri

%30.47
%22.66
%0
%49.8

Codes

Color #596380 in popluar color models

596380
RGB8999128
HSL225°17.97%42.55%
HSB/HSV225°30.47%50.20%
CMYK30.47%22.66%0.00%
49.80%

Color #596380 in popluar number systems.

HEX596380
Decimal8999128
Binary1011001110001110000000
Octal131143200

Shades and tints

Shades of #596380

#596380
(89,99,128)
#515A75
(81,90,117)
#49516A
(73,81,106)
#41485F
(65,72,95)
#393F54
(57,63,84)
#313649
(49,54,73)
#292D3E
(41,45,62)
#212433
(33,36,51)
#191B28
(25,27,40)
#11121D
(17,18,29)
#090912
(9,9,18)
#000000
(0,0,0)

Tints of #596380

#596380
(89,99,128)
#68718B
(104,113,139)
#777F96
(119,127,150)
#868DA1
(134,141,161)
#959BAC
(149,155,172)
#A4A9B7
(164,169,183)
#B3B7C2
(179,183,194)
#C2C5CD
(194,197,205)
#D1D3D8
(209,211,216)
#E0E1E3
(224,225,227)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596380; }

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

This text font color is #596380.


Background Color

.myBgColor { background-color: #596380; }

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

This div background color is #596380.


Border color

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

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

This div border color is #596380.


Opacity

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

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

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

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

This text has shadow with #596380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596380 on black background.


Color preview on white background

This text has color #596380 on white background.



Black color preview on #596380 background

This text has black color on #596380 background.


White color preview on #596380 background

This text has white color on #596380 background.