COLOR #595CA5

HEX: #595CA5
RGB: (89,92,165)

Renk bilgisi

#595CA5 contains mainly blue color. #595CA5 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#595CA5 color RGB value is (89,92,165).

  • kırmız ton 89;
  • yeşil ton 92;
  • mavi ton 165.
RGB:
(89,92,165)
(35%,36%,65%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 92 of 255 = 36%
B 165 of 255 = 65%

89
92
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 92 + 165 = 346 (100%)
R 89 of 346 ~ 25.72%
G 92 of 346 ~ 26.59%
B 165 of 346 ~ 47.69%

%25.72
%26.59
%47.69

CMYK RENK MODELİ

#595CA5 rengi CMYK tonu (46,44,0,35).

  • camgöbeği tonu 46.06%
  • eflatun tonu 44.24%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(46,44,0,35)
C46M44Y0K35 
(46%,44%,0%,35%)
(0.46/0.44/0.00/0.35)	

CMYK yüzdeleri

%46.06
%44.24
%0
%35.29

Codes

Color #595CA5 in popluar color models

595CA5
RGB8992165
HSL238°29.92%49.80%
HSB/HSV238°46.06%64.71%
CMYK46.06%44.24%0.00%
35.29%

Color #595CA5 in popluar number systems.

HEX595CA5
Decimal8992165
Binary1011001101110010100101
Octal131134245

Shades and tints

Shades of #595CA5

#595CA5
(89,92,165)
#515496
(81,84,150)
#494C87
(73,76,135)
#414478
(65,68,120)
#393C69
(57,60,105)
#31345A
(49,52,90)
#292C4B
(41,44,75)
#21243C
(33,36,60)
#191C2D
(25,28,45)
#11141E
(17,20,30)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #595CA5

#595CA5
(89,92,165)
#686AAD
(104,106,173)
#7778B5
(119,120,181)
#8686BD
(134,134,189)
#9594C5
(149,148,197)
#A4A2CD
(164,162,205)
#B3B0D5
(179,176,213)
#C2BEDD
(194,190,221)
#D1CCE5
(209,204,229)
#E0DAED
(224,218,237)
#EFE8F5
(239,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595CA5 color. Also use rgb(89,92,165) instead hex code.

Text Font Color

.myTextColor { color: #595CA5; }

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

This text font color is #595CA5.


Background Color

.myBgColor { background-color: #595CA5; }

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

This div background color is #595CA5.


Border color

.myBorderColor { border: 1px solid #595CA5; }

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

This div border color is #595CA5.


Opacity

.myOpacity80 { color: #595CA5; opacity: 0.8; }

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

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

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

This text has shadow with #595CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595CA5 on black background.


Color preview on white background

This text has color #595CA5 on white background.



Black color preview on #595CA5 background

This text has black color on #595CA5 background.


White color preview on #595CA5 background

This text has white color on #595CA5 background.