COLOR #590358

HEX: #590358
RGB: (89,3,88)

Renk bilgisi

#590358 contains mainly red and blue colors. #590358 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#590358 color RGB value is (89,3,88).

  • kırmız ton 89;
  • yeşil ton 3;
  • mavi ton 88.
RGB:
(89,3,88)
(35%,1%,35%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 3 of 255 = 1%
B 88 of 255 = 35%

89
3
88

R + G + B ~ 24%. #590358 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 3 + 88 = 180 (100%)
R 89 of 180 ~ 49.44%
G 3 of 180 ~ 1.67%
B 88 of 180 ~ 48.89%

%49.44
%48.89

CMYK RENK MODELİ

#590358 rengi CMYK tonu (0,97,1,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 96.63%
  • sarı tonu 1.12%
  • ana renk tonu 65.10%
CMYK:
(0,97,1,65)
C0M97Y1K65 
(0%,97%,1%,65%)
(0.00/0.97/0.01/0.65)	

CMYK yüzdeleri

%0
%96.63
%1.12
%65.1

Codes

Color #590358 in popluar color models

590358
RGB89388
HSL301°93.48%18.04%
HSB/HSV301°96.63%34.90%
CMYK0.00%96.63%1.12%
65.10%

Color #590358 in popluar number systems.

HEX590358
Decimal89388
Binary1011001111011000
Octal1313130

Shades and tints

Shades of #590358

#590358
(89,3,88)
#510350
(81,3,80)
#490348
(73,3,72)
#410340
(65,3,64)
#390338
(57,3,56)
#310330
(49,3,48)
#290328
(41,3,40)
#210320
(33,3,32)
#190318
(25,3,24)
#110310
(17,3,16)
#090308
(9,3,8)
#000000
(0,0,0)

Tints of #590358

#590358
(89,3,88)
#681967
(104,25,103)
#772F76
(119,47,118)
#864585
(134,69,133)
#955B94
(149,91,148)
#A471A3
(164,113,163)
#B387B2
(179,135,178)
#C29DC1
(194,157,193)
#D1B3D0
(209,179,208)
#E0C9DF
(224,201,223)
#EFDFEE
(239,223,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590358 color. Also use rgb(89,3,88) instead hex code.

Text Font Color

.myTextColor { color: #590358; }

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

This text font color is #590358.


Background Color

.myBgColor { background-color: #590358; }

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

This div background color is #590358.


Border color

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

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

This div border color is #590358.


Opacity

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

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

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

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

This text has shadow with #590358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590358 on black background.


Color preview on white background

This text has color #590358 on white background.



Black color preview on #590358 background

This text has black color on #590358 background.


White color preview on #590358 background

This text has white color on #590358 background.