COLOR #590F5B

HEX: #590F5B
RGB: (89,15,91)

Renk bilgisi

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

RGB renk modeli

#590F5B color RGB value is (89,15,91).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 15 of 255 = 6%
B 91 of 255 = 36%

89
15
91

R + G + B ~ 26%. #590F5B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 15 + 91 = 195 (100%)
R 89 of 195 ~ 45.64%
G 15 of 195 ~ 7.69%
B 91 of 195 ~ 46.67%

%45.64
%46.67

CMYK RENK MODELİ

#590F5B rengi CMYK tonu (2,84,0,64).

  • camgöbeği tonu 2.20%
  • eflatun tonu 83.52%
  • sarı tonu 0.00%
  • ana renk tonu 64.31%
CMYK:
(2,84,0,64)
C2M84Y0K64 
(2%,84%,0%,64%)
(0.02/0.84/0.00/0.64)	

CMYK yüzdeleri

%2.2
%83.52
%0
%64.31

Codes

Color #590F5B in popluar color models

590F5B
RGB891591
HSL298°71.70%20.78%
HSB/HSV298°83.52%35.69%
CMYK2.20%83.52%0.00%
64.31%

Color #590F5B in popluar number systems.

HEX590F5B
Decimal891591
Binary101100111111011011
Octal13117133

Shades and tints

Shades of #590F5B

#590F5B
(89,15,91)
#510E53
(81,14,83)
#490D4B
(73,13,75)
#410C43
(65,12,67)
#390B3B
(57,11,59)
#310A33
(49,10,51)
#29092B
(41,9,43)
#210823
(33,8,35)
#19071B
(25,7,27)
#110613
(17,6,19)
#09050B
(9,5,11)
#000000
(0,0,0)

Tints of #590F5B

#590F5B
(89,15,91)
#682469
(104,36,105)
#773977
(119,57,119)
#864E85
(134,78,133)
#956393
(149,99,147)
#A478A1
(164,120,161)
#B38DAF
(179,141,175)
#C2A2BD
(194,162,189)
#D1B7CB
(209,183,203)
#E0CCD9
(224,204,217)
#EFE1E7
(239,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590F5B color. Also use rgb(89,15,91) instead hex code.

Text Font Color

.myTextColor { color: #590F5B; }

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

This text font color is #590F5B.


Background Color

.myBgColor { background-color: #590F5B; }

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

This div background color is #590F5B.


Border color

.myBorderColor { border: 1px solid #590F5B; }

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

This div border color is #590F5B.


Opacity

.myOpacity80 { color: #590F5B; opacity: 0.8; }

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

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

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

This text has shadow with #590F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590F5B on black background.


Color preview on white background

This text has color #590F5B on white background.



Black color preview on #590F5B background

This text has black color on #590F5B background.


White color preview on #590F5B background

This text has white color on #590F5B background.