COLOR #595B7E

HEX: #595B7E
RGB: (89,91,126)

Renk bilgisi

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

RGB renk modeli

#595B7E color RGB value is (89,91,126).

  • kırmız ton 89;
  • yeşil ton 91;
  • mavi ton 126.
RGB:
(89,91,126)
(35%,36%,49%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 91 of 255 = 36%
B 126 of 255 = 49%

89
91
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 91 + 126 = 306 (100%)
R 89 of 306 ~ 29.08%
G 91 of 306 ~ 29.74%
B 126 of 306 ~ 41.18%

%29.08
%29.74
%41.18

CMYK RENK MODELİ

#595B7E rengi CMYK tonu (29,28,0,51).

  • camgöbeği tonu 29.37%
  • eflatun tonu 27.78%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(29,28,0,51)
C29M28Y0K51 
(29%,28%,0%,51%)
(0.29/0.28/0.00/0.51)	

CMYK yüzdeleri

%29.37
%27.78
%0
%50.59

Codes

Color #595B7E in popluar color models

595B7E
RGB8991126
HSL237°17.21%42.16%
HSB/HSV237°29.37%49.41%
CMYK29.37%27.78%0.00%
50.59%

Color #595B7E in popluar number systems.

HEX595B7E
Decimal8991126
Binary101100110110111111110
Octal131133176

Shades and tints

Shades of #595B7E

#595B7E
(89,91,126)
#515373
(81,83,115)
#494B68
(73,75,104)
#41435D
(65,67,93)
#393B52
(57,59,82)
#313347
(49,51,71)
#292B3C
(41,43,60)
#212331
(33,35,49)
#191B26
(25,27,38)
#11131B
(17,19,27)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #595B7E

#595B7E
(89,91,126)
#686989
(104,105,137)
#777794
(119,119,148)
#86859F
(134,133,159)
#9593AA
(149,147,170)
#A4A1B5
(164,161,181)
#B3AFC0
(179,175,192)
#C2BDCB
(194,189,203)
#D1CBD6
(209,203,214)
#E0D9E1
(224,217,225)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595B7E color. Also use rgb(89,91,126) instead hex code.

Text Font Color

.myTextColor { color: #595B7E; }

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

This text font color is #595B7E.


Background Color

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

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

This div background color is #595B7E.


Border color

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

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

This div border color is #595B7E.


Opacity

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

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

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

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

This text has shadow with #595B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595B7E on black background.


Color preview on white background

This text has color #595B7E on white background.



Black color preview on #595B7E background

This text has black color on #595B7E background.


White color preview on #595B7E background

This text has white color on #595B7E background.