COLOR #584779

HEX: #584779
RGB: (88,71,121)

Renk bilgisi

#584779 contains red, green and blue colors in about the same proportion. #584779 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#584779 color RGB value is (88,71,121).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 71 of 255 = 28%
B 121 of 255 = 47%

88
71
121

R + G + B ~ 37%. #584779 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 71 + 121 = 280 (100%)
R 88 of 280 ~ 31.43%
G 71 of 280 ~ 25.36%
B 121 of 280 ~ 43.21%

%31.43
%25.36
%43.21

CMYK RENK MODELİ

#584779 rengi CMYK tonu (27,41,0,53).

  • camgöbeği tonu 27.27%
  • eflatun tonu 41.32%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(27,41,0,53)
C27M41Y0K53 
(27%,41%,0%,53%)
(0.27/0.41/0.00/0.53)	

CMYK yüzdeleri

%27.27
%41.32
%0
%52.55

Codes

Color #584779 in popluar color models

584779
RGB8871121
HSL260°26.04%37.65%
HSB/HSV260°41.32%47.45%
CMYK27.27%41.32%0.00%
52.55%

Color #584779 in popluar number systems.

HEX584779
Decimal8871121
Binary101100010001111111001
Octal130107171

Shades and tints

Shades of #584779

#584779
(88,71,121)
#50416E
(80,65,110)
#483B63
(72,59,99)
#403558
(64,53,88)
#382F4D
(56,47,77)
#302942
(48,41,66)
#282337
(40,35,55)
#201D2C
(32,29,44)
#181721
(24,23,33)
#101116
(16,17,22)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #584779

#584779
(88,71,121)
#675785
(103,87,133)
#766791
(118,103,145)
#85779D
(133,119,157)
#9487A9
(148,135,169)
#A397B5
(163,151,181)
#B2A7C1
(178,167,193)
#C1B7CD
(193,183,205)
#D0C7D9
(208,199,217)
#DFD7E5
(223,215,229)
#EEE7F1
(238,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584779; }

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

This text font color is #584779.


Background Color

.myBgColor { background-color: #584779; }

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

This div background color is #584779.


Border color

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

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

This div border color is #584779.


Opacity

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

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

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

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

This text has shadow with #584779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584779 on black background.


Color preview on white background

This text has color #584779 on white background.



Black color preview on #584779 background

This text has black color on #584779 background.


White color preview on #584779 background

This text has white color on #584779 background.