COLOR #584AA1

HEX: #584AA1
RGB: (88,74,161)

Renk bilgisi

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

RGB renk modeli

#584AA1 color RGB value is (88,74,161).

  • kırmız ton 88;
  • yeşil ton 74;
  • mavi ton 161.
RGB:
(88,74,161)
(35%,29%,63%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 74 of 255 = 29%
B 161 of 255 = 63%

88
74
161

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 74 + 161 = 323 (100%)
R 88 of 323 ~ 27.24%
G 74 of 323 ~ 22.91%
B 161 of 323 ~ 49.85%

%27.24
%22.91
%49.85

CMYK RENK MODELİ

#584AA1 rengi CMYK tonu (45,54,0,37).

  • camgöbeği tonu 45.34%
  • eflatun tonu 54.04%
  • sarı tonu 0.00%
  • ana renk tonu 36.86%
CMYK:
(45,54,0,37)
C45M54Y0K37 
(45%,54%,0%,37%)
(0.45/0.54/0.00/0.37)	

CMYK yüzdeleri

%45.34
%54.04
%0
%36.86

Codes

Color #584AA1 in popluar color models

584AA1
RGB8874161
HSL250°37.02%46.08%
HSB/HSV250°54.04%63.14%
CMYK45.34%54.04%0.00%
36.86%

Color #584AA1 in popluar number systems.

HEX584AA1
Decimal8874161
Binary1011000100101010100001
Octal130112241

Shades and tints

Shades of #584AA1

#584AA1
(88,74,161)
#504493
(80,68,147)
#483E85
(72,62,133)
#403877
(64,56,119)
#383269
(56,50,105)
#302C5B
(48,44,91)
#28264D
(40,38,77)
#20203F
(32,32,63)
#181A31
(24,26,49)
#101423
(16,20,35)
#080E15
(8,14,21)
#000000
(0,0,0)

Tints of #584AA1

#584AA1
(88,74,161)
#675AA9
(103,90,169)
#766AB1
(118,106,177)
#857AB9
(133,122,185)
#948AC1
(148,138,193)
#A39AC9
(163,154,201)
#B2AAD1
(178,170,209)
#C1BAD9
(193,186,217)
#D0CAE1
(208,202,225)
#DFDAE9
(223,218,233)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584AA1 color. Also use rgb(88,74,161) instead hex code.

Text Font Color

.myTextColor { color: #584AA1; }

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

This text font color is #584AA1.


Background Color

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

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

This div background color is #584AA1.


Border color

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

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

This div border color is #584AA1.


Opacity

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

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

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

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

This text has shadow with #584AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584AA1 on black background.


Color preview on white background

This text has color #584AA1 on white background.



Black color preview on #584AA1 background

This text has black color on #584AA1 background.


White color preview on #584AA1 background

This text has white color on #584AA1 background.