COLOR #584699

HEX: #584699
RGB: (88,70,153)

Renk bilgisi

#584699 contains mainly blue color. #584699 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#584699 color RGB value is (88,70,153).

  • kırmız ton 88;
  • yeşil ton 70;
  • mavi ton 153.
RGB:
(88,70,153)
(35%,27%,60%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 70 of 255 = 27%
B 153 of 255 = 60%

88
70
153

R + G + B ~ 41%. #584699 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 70 + 153 = 311 (100%)
R 88 of 311 ~ 28.3%
G 70 of 311 ~ 22.51%
B 153 of 311 ~ 49.2%

%28.3
%22.51
%49.2

CMYK RENK MODELİ

#584699 rengi CMYK tonu (42,54,0,40).

  • camgöbeği tonu 42.48%
  • eflatun tonu 54.25%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(42,54,0,40)
C42M54Y0K40 
(42%,54%,0%,40%)
(0.42/0.54/0.00/0.40)	

CMYK yüzdeleri

%42.48
%54.25
%0
%40

Codes

Color #584699 in popluar color models

584699
RGB8870153
HSL253°37.22%43.73%
HSB/HSV253°54.25%60.00%
CMYK42.48%54.25%0.00%
40.00%

Color #584699 in popluar number systems.

HEX584699
Decimal8870153
Binary1011000100011010011001
Octal130106231

Shades and tints

Shades of #584699

#584699
(88,70,153)
#50408C
(80,64,140)
#483A7F
(72,58,127)
#403472
(64,52,114)
#382E65
(56,46,101)
#302858
(48,40,88)
#28224B
(40,34,75)
#201C3E
(32,28,62)
#181631
(24,22,49)
#101024
(16,16,36)
#080A17
(8,10,23)
#000000
(0,0,0)

Tints of #584699

#584699
(88,70,153)
#6756A2
(103,86,162)
#7666AB
(118,102,171)
#8576B4
(133,118,180)
#9486BD
(148,134,189)
#A396C6
(163,150,198)
#B2A6CF
(178,166,207)
#C1B6D8
(193,182,216)
#D0C6E1
(208,198,225)
#DFD6EA
(223,214,234)
#EEE6F3
(238,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584699 color. Also use rgb(88,70,153) instead hex code.

Text Font Color

.myTextColor { color: #584699; }

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

This text font color is #584699.


Background Color

.myBgColor { background-color: #584699; }

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

This div background color is #584699.


Border color

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

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

This div border color is #584699.


Opacity

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

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

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

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

This text has shadow with #584699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584699 on black background.


Color preview on white background

This text has color #584699 on white background.



Black color preview on #584699 background

This text has black color on #584699 background.


White color preview on #584699 background

This text has white color on #584699 background.