COLOR #583479

HEX: #583479
RGB: (88,52,121)

Renk bilgisi

#583479 contains mainly red and blue colors. #583479 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#583479 color RGB value is (88,52,121).

  • kırmız ton 88;
  • yeşil ton 52;
  • mavi ton 121.
RGB:
(88,52,121)
(35%,20%,47%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 52 of 255 = 20%
B 121 of 255 = 47%

88
52
121

R + G + B ~ 34%. #583479 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 52 + 121 = 261 (100%)
R 88 of 261 ~ 33.72%
G 52 of 261 ~ 19.92%
B 121 of 261 ~ 46.36%

%33.72
%19.92
%46.36

CMYK RENK MODELİ

#583479 rengi CMYK tonu (27,57,0,53).

  • camgöbeği tonu 27.27%
  • eflatun tonu 57.02%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(27,57,0,53)
C27M57Y0K53 
(27%,57%,0%,53%)
(0.27/0.57/0.00/0.53)	

CMYK yüzdeleri

%27.27
%57.02
%0
%52.55

Codes

Color #583479 in popluar color models

583479
RGB8852121
HSL271°39.88%33.92%
HSB/HSV271°57.02%47.45%
CMYK27.27%57.02%0.00%
52.55%

Color #583479 in popluar number systems.

HEX583479
Decimal8852121
Binary10110001101001111001
Octal13064171

Shades and tints

Shades of #583479

#583479
(88,52,121)
#50306E
(80,48,110)
#482C63
(72,44,99)
#402858
(64,40,88)
#38244D
(56,36,77)
#302042
(48,32,66)
#281C37
(40,28,55)
#20182C
(32,24,44)
#181421
(24,20,33)
#101016
(16,16,22)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #583479

#583479
(88,52,121)
#674685
(103,70,133)
#765891
(118,88,145)
#856A9D
(133,106,157)
#947CA9
(148,124,169)
#A38EB5
(163,142,181)
#B2A0C1
(178,160,193)
#C1B2CD
(193,178,205)
#D0C4D9
(208,196,217)
#DFD6E5
(223,214,229)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583479 color. Also use rgb(88,52,121) instead hex code.

Text Font Color

.myTextColor { color: #583479; }

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

This text font color is #583479.


Background Color

.myBgColor { background-color: #583479; }

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

This div background color is #583479.


Border color

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

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

This div border color is #583479.


Opacity

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

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

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

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

This text has shadow with #583479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583479 on black background.


Color preview on white background

This text has color #583479 on white background.



Black color preview on #583479 background

This text has black color on #583479 background.


White color preview on #583479 background

This text has white color on #583479 background.