COLOR #59359E

HEX: #59359E
RGB: (89,53,158)

Renk bilgisi

#59359E contains mainly blue color. #59359E ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#59359E color RGB value is (89,53,158).

  • kırmız ton 89;
  • yeşil ton 53;
  • mavi ton 158.
RGB:
(89,53,158)
(35%,21%,62%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 53 of 255 = 21%
B 158 of 255 = 62%

89
53
158

R + G + B ~ 39%. #59359E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 53 + 158 = 300 (100%)
R 89 of 300 ~ 29.67%
G 53 of 300 ~ 17.67%
B 158 of 300 ~ 52.67%

%29.67
%17.67
%52.67

CMYK RENK MODELİ

#59359E rengi CMYK tonu (44,66,0,38).

  • camgöbeği tonu 43.67%
  • eflatun tonu 66.46%
  • sarı tonu 0.00%
  • ana renk tonu 38.04%
CMYK:
(44,66,0,38)
C44M66Y0K38 
(44%,66%,0%,38%)
(0.44/0.66/0.00/0.38)	

CMYK yüzdeleri

%43.67
%66.46
%0
%38.04

Codes

Color #59359E in popluar color models

59359E
RGB8953158
HSL261°49.76%41.37%
HSB/HSV261°66.46%61.96%
CMYK43.67%66.46%0.00%
38.04%

Color #59359E in popluar number systems.

HEX59359E
Decimal8953158
Binary101100111010110011110
Octal13165236

Shades and tints

Shades of #59359E

#59359E
(89,53,158)
#513190
(81,49,144)
#492D82
(73,45,130)
#412974
(65,41,116)
#392566
(57,37,102)
#312158
(49,33,88)
#291D4A
(41,29,74)
#21193C
(33,25,60)
#19152E
(25,21,46)
#111120
(17,17,32)
#090D12
(9,13,18)
#000000
(0,0,0)

Tints of #59359E

#59359E
(89,53,158)
#6847A6
(104,71,166)
#7759AE
(119,89,174)
#866BB6
(134,107,182)
#957DBE
(149,125,190)
#A48FC6
(164,143,198)
#B3A1CE
(179,161,206)
#C2B3D6
(194,179,214)
#D1C5DE
(209,197,222)
#E0D7E6
(224,215,230)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59359E color. Also use rgb(89,53,158) instead hex code.

Text Font Color

.myTextColor { color: #59359E; }

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

This text font color is #59359E.


Background Color

.myBgColor { background-color: #59359E; }

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

This div background color is #59359E.


Border color

.myBorderColor { border: 1px solid #59359E; }

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

This div border color is #59359E.


Opacity

.myOpacity80 { color: #59359E; opacity: 0.8; }

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

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

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

This text has shadow with #59359E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59359E on black background.


Color preview on white background

This text has color #59359E on white background.



Black color preview on #59359E background

This text has black color on #59359E background.


White color preview on #59359E background

This text has white color on #59359E background.