COLOR #583B81

HEX: #583B81
RGB: (88,59,129)

Renk bilgisi

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

RGB renk modeli

#583B81 color RGB value is (88,59,129).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 59 of 255 = 23%
B 129 of 255 = 51%

88
59
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 59 + 129 = 276 (100%)
R 88 of 276 ~ 31.88%
G 59 of 276 ~ 21.38%
B 129 of 276 ~ 46.74%

%31.88
%21.38
%46.74

CMYK RENK MODELİ

#583B81 rengi CMYK tonu (32,54,0,49).

  • camgöbeği tonu 31.78%
  • eflatun tonu 54.26%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(32,54,0,49)
C32M54Y0K49 
(32%,54%,0%,49%)
(0.32/0.54/0.00/0.49)	

CMYK yüzdeleri

%31.78
%54.26
%0
%49.41

Codes

Color #583B81 in popluar color models

583B81
RGB8859129
HSL265°37.23%36.86%
HSB/HSV265°54.26%50.59%
CMYK31.78%54.26%0.00%
49.41%

Color #583B81 in popluar number systems.

HEX583B81
Decimal8859129
Binary101100011101110000001
Octal13073201

Shades and tints

Shades of #583B81

#583B81
(88,59,129)
#503676
(80,54,118)
#48316B
(72,49,107)
#402C60
(64,44,96)
#382755
(56,39,85)
#30224A
(48,34,74)
#281D3F
(40,29,63)
#201834
(32,24,52)
#181329
(24,19,41)
#100E1E
(16,14,30)
#080913
(8,9,19)
#000000
(0,0,0)

Tints of #583B81

#583B81
(88,59,129)
#674C8C
(103,76,140)
#765D97
(118,93,151)
#856EA2
(133,110,162)
#947FAD
(148,127,173)
#A390B8
(163,144,184)
#B2A1C3
(178,161,195)
#C1B2CE
(193,178,206)
#D0C3D9
(208,195,217)
#DFD4E4
(223,212,228)
#EEE5EF
(238,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583B81 color. Also use rgb(88,59,129) instead hex code.

Text Font Color

.myTextColor { color: #583B81; }

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

This text font color is #583B81.


Background Color

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

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

This div background color is #583B81.


Border color

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

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

This div border color is #583B81.


Opacity

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

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

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

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

This text has shadow with #583B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583B81 on black background.


Color preview on white background

This text has color #583B81 on white background.



Black color preview on #583B81 background

This text has black color on #583B81 background.


White color preview on #583B81 background

This text has white color on #583B81 background.