COLOR #584EAB

HEX: #584EAB
RGB: (88,78,171)

Renk bilgisi

#584EAB contains mainly blue color. #584EAB ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#584EAB color RGB value is (88,78,171).

  • kırmız ton 88;
  • yeşil ton 78;
  • mavi ton 171.
RGB:
(88,78,171)
(35%,31%,67%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 78 of 255 = 31%
B 171 of 255 = 67%

88
78
171

R + G + B ~ 44%. #584EAB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 78 + 171 = 337 (100%)
R 88 of 337 ~ 26.11%
G 78 of 337 ~ 23.15%
B 171 of 337 ~ 50.74%

%26.11
%23.15
%50.74

CMYK RENK MODELİ

#584EAB rengi CMYK tonu (49,54,0,33).

  • camgöbeği tonu 48.54%
  • eflatun tonu 54.39%
  • sarı tonu 0.00%
  • ana renk tonu 32.94%
CMYK:
(49,54,0,33)
C49M54Y0K33 
(49%,54%,0%,33%)
(0.49/0.54/0.00/0.33)	

CMYK yüzdeleri

%48.54
%54.39
%0
%32.94

Codes

Color #584EAB in popluar color models

584EAB
RGB8878171
HSL246°37.35%48.82%
HSB/HSV246°54.39%67.06%
CMYK48.54%54.39%0.00%
32.94%

Color #584EAB in popluar number systems.

HEX584EAB
Decimal8878171
Binary1011000100111010101011
Octal130116253

Shades and tints

Shades of #584EAB

#584EAB
(88,78,171)
#50479C
(80,71,156)
#48408D
(72,64,141)
#40397E
(64,57,126)
#38326F
(56,50,111)
#302B60
(48,43,96)
#282451
(40,36,81)
#201D42
(32,29,66)
#181633
(24,22,51)
#100F24
(16,15,36)
#080815
(8,8,21)
#000000
(0,0,0)

Tints of #584EAB

#584EAB
(88,78,171)
#675EB2
(103,94,178)
#766EB9
(118,110,185)
#857EC0
(133,126,192)
#948EC7
(148,142,199)
#A39ECE
(163,158,206)
#B2AED5
(178,174,213)
#C1BEDC
(193,190,220)
#D0CEE3
(208,206,227)
#DFDEEA
(223,222,234)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584EAB color. Also use rgb(88,78,171) instead hex code.

Text Font Color

.myTextColor { color: #584EAB; }

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

This text font color is #584EAB.


Background Color

.myBgColor { background-color: #584EAB; }

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

This div background color is #584EAB.


Border color

.myBorderColor { border: 1px solid #584EAB; }

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

This div border color is #584EAB.


Opacity

.myOpacity80 { color: #584EAB; opacity: 0.8; }

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

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

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

This text has shadow with #584EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584EAB on black background.


Color preview on white background

This text has color #584EAB on white background.



Black color preview on #584EAB background

This text has black color on #584EAB background.


White color preview on #584EAB background

This text has white color on #584EAB background.