COLOR #583A83

HEX: #583A83
RGB: (88,58,131)

Renk bilgisi

#583A83 contains mainly red and blue colors. #583A83 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#583A83 color RGB value is (88,58,131).

  • kırmız ton 88;
  • yeşil ton 58;
  • mavi ton 131.
RGB:
(88,58,131)
(35%,23%,51%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 58 of 255 = 23%
B 131 of 255 = 51%

88
58
131

R + G + B ~ 36%. #583A83 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 58 + 131 = 277 (100%)
R 88 of 277 ~ 31.77%
G 58 of 277 ~ 20.94%
B 131 of 277 ~ 47.29%

%31.77
%20.94
%47.29

CMYK RENK MODELİ

#583A83 rengi CMYK tonu (33,56,0,49).

  • camgöbeği tonu 32.82%
  • eflatun tonu 55.73%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(33,56,0,49)
C33M56Y0K49 
(33%,56%,0%,49%)
(0.33/0.56/0.00/0.49)	

CMYK yüzdeleri

%32.82
%55.73
%0
%48.63

Codes

Color #583A83 in popluar color models

583A83
RGB8858131
HSL265°38.62%37.06%
HSB/HSV265°55.73%51.37%
CMYK32.82%55.73%0.00%
48.63%

Color #583A83 in popluar number systems.

HEX583A83
Decimal8858131
Binary101100011101010000011
Octal13072203

Shades and tints

Shades of #583A83

#583A83
(88,58,131)
#503578
(80,53,120)
#48306D
(72,48,109)
#402B62
(64,43,98)
#382657
(56,38,87)
#30214C
(48,33,76)
#281C41
(40,28,65)
#201736
(32,23,54)
#18122B
(24,18,43)
#100D20
(16,13,32)
#080815
(8,8,21)
#000000
(0,0,0)

Tints of #583A83

#583A83
(88,58,131)
#674B8E
(103,75,142)
#765C99
(118,92,153)
#856DA4
(133,109,164)
#947EAF
(148,126,175)
#A38FBA
(163,143,186)
#B2A0C5
(178,160,197)
#C1B1D0
(193,177,208)
#D0C2DB
(208,194,219)
#DFD3E6
(223,211,230)
#EEE4F1
(238,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583A83 color. Also use rgb(88,58,131) instead hex code.

Text Font Color

.myTextColor { color: #583A83; }

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

This text font color is #583A83.


Background Color

.myBgColor { background-color: #583A83; }

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

This div background color is #583A83.


Border color

.myBorderColor { border: 1px solid #583A83; }

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

This div border color is #583A83.


Opacity

.myOpacity80 { color: #583A83; opacity: 0.8; }

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

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

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

This text has shadow with #583A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583A83 on black background.


Color preview on white background

This text has color #583A83 on white background.



Black color preview on #583A83 background

This text has black color on #583A83 background.


White color preview on #583A83 background

This text has white color on #583A83 background.