COLOR #583B90

HEX: #583B90
RGB: (88,59,144)

Renk bilgisi

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

RGB renk modeli

#583B90 color RGB value is (88,59,144).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 59 of 255 = 23%
B 144 of 255 = 56%

88
59
144

R + G + B ~ 38%. #583B90 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 59 + 144 = 291 (100%)
R 88 of 291 ~ 30.24%
G 59 of 291 ~ 20.27%
B 144 of 291 ~ 49.48%

%30.24
%20.27
%49.48

CMYK RENK MODELİ

#583B90 rengi CMYK tonu (39,59,0,44).

  • camgöbeği tonu 38.89%
  • eflatun tonu 59.03%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(39,59,0,44)
C39M59Y0K44 
(39%,59%,0%,44%)
(0.39/0.59/0.00/0.44)	

CMYK yüzdeleri

%38.89
%59.03
%0
%43.53

Codes

Color #583B90 in popluar color models

583B90
RGB8859144
HSL260°41.87%39.80%
HSB/HSV260°59.03%56.47%
CMYK38.89%59.03%0.00%
43.53%

Color #583B90 in popluar number systems.

HEX583B90
Decimal8859144
Binary101100011101110010000
Octal13073220

Shades and tints

Shades of #583B90

#583B90
(88,59,144)
#503683
(80,54,131)
#483176
(72,49,118)
#402C69
(64,44,105)
#38275C
(56,39,92)
#30224F
(48,34,79)
#281D42
(40,29,66)
#201835
(32,24,53)
#181328
(24,19,40)
#100E1B
(16,14,27)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #583B90

#583B90
(88,59,144)
#674C9A
(103,76,154)
#765DA4
(118,93,164)
#856EAE
(133,110,174)
#947FB8
(148,127,184)
#A390C2
(163,144,194)
#B2A1CC
(178,161,204)
#C1B2D6
(193,178,214)
#D0C3E0
(208,195,224)
#DFD4EA
(223,212,234)
#EEE5F4
(238,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583B90; }

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

This text font color is #583B90.


Background Color

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

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

This div background color is #583B90.


Border color

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

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

This div border color is #583B90.


Opacity

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

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

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

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

This text has shadow with #583B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583B90 on black background.


Color preview on white background

This text has color #583B90 on white background.



Black color preview on #583B90 background

This text has black color on #583B90 background.


White color preview on #583B90 background

This text has white color on #583B90 background.