COLOR #595066

HEX: #595066
RGB: (89,80,102)

Renk bilgisi

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

RGB renk modeli

#595066 color RGB value is (89,80,102).

  • kırmız ton 89;
  • yeşil ton 80;
  • mavi ton 102.
RGB:
(89,80,102)
(35%,31%,40%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 80 of 255 = 31%
B 102 of 255 = 40%

89
80
102

R + G + B ~ 35%. #595066 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 80 + 102 = 271 (100%)
R 89 of 271 ~ 32.84%
G 80 of 271 ~ 29.52%
B 102 of 271 ~ 37.64%

%32.84
%29.52
%37.64

CMYK RENK MODELİ

#595066 rengi CMYK tonu (13,22,0,60).

  • camgöbeği tonu 12.75%
  • eflatun tonu 21.57%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(13,22,0,60)
C13M22Y0K60 
(13%,22%,0%,60%)
(0.13/0.22/0.00/0.60)	

CMYK yüzdeleri

%12.75
%21.57
%0
%60

Codes

Color #595066 in popluar color models

595066
RGB8980102
HSL265°12.09%35.69%
HSB/HSV265°21.57%40.00%
CMYK12.75%21.57%0.00%
60.00%

Color #595066 in popluar number systems.

HEX595066
Decimal8980102
Binary101100110100001100110
Octal131120146

Shades and tints

Shades of #595066

#595066
(89,80,102)
#51495D
(81,73,93)
#494254
(73,66,84)
#413B4B
(65,59,75)
#393442
(57,52,66)
#312D39
(49,45,57)
#292630
(41,38,48)
#211F27
(33,31,39)
#19181E
(25,24,30)
#111115
(17,17,21)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #595066

#595066
(89,80,102)
#685F73
(104,95,115)
#776E80
(119,110,128)
#867D8D
(134,125,141)
#958C9A
(149,140,154)
#A49BA7
(164,155,167)
#B3AAB4
(179,170,180)
#C2B9C1
(194,185,193)
#D1C8CE
(209,200,206)
#E0D7DB
(224,215,219)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595066 color. Also use rgb(89,80,102) instead hex code.

Text Font Color

.myTextColor { color: #595066; }

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

This text font color is #595066.


Background Color

.myBgColor { background-color: #595066; }

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

This div background color is #595066.


Border color

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

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

This div border color is #595066.


Opacity

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

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

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

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

This text has shadow with #595066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595066 on black background.


Color preview on white background

This text has color #595066 on white background.



Black color preview on #595066 background

This text has black color on #595066 background.


White color preview on #595066 background

This text has white color on #595066 background.