COLOR #584DA5

HEX: #584DA5
RGB: (88,77,165)

Renk bilgisi

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

RGB renk modeli

#584DA5 color RGB value is (88,77,165).

  • kırmız ton 88;
  • yeşil ton 77;
  • mavi ton 165.
RGB:
(88,77,165)
(35%,30%,65%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 77 of 255 = 30%
B 165 of 255 = 65%

88
77
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 77 + 165 = 330 (100%)
R 88 of 330 ~ 26.67%
G 77 of 330 ~ 23.33%
B 165 of 330 ~ 50%

%26.67
%23.33
%50

CMYK RENK MODELİ

#584DA5 rengi CMYK tonu (47,53,0,35).

  • camgöbeği tonu 46.67%
  • eflatun tonu 53.33%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(47,53,0,35)
C47M53Y0K35 
(47%,53%,0%,35%)
(0.47/0.53/0.00/0.35)	

CMYK yüzdeleri

%46.67
%53.33
%0
%35.29

Codes

Color #584DA5 in popluar color models

584DA5
RGB8877165
HSL248°36.36%47.45%
HSB/HSV248°53.33%64.71%
CMYK46.67%53.33%0.00%
35.29%

Color #584DA5 in popluar number systems.

HEX584DA5
Decimal8877165
Binary1011000100110110100101
Octal130115245

Shades and tints

Shades of #584DA5

#584DA5
(88,77,165)
#504696
(80,70,150)
#483F87
(72,63,135)
#403878
(64,56,120)
#383169
(56,49,105)
#302A5A
(48,42,90)
#28234B
(40,35,75)
#201C3C
(32,28,60)
#18152D
(24,21,45)
#100E1E
(16,14,30)
#08070F
(8,7,15)
#000000
(0,0,0)

Tints of #584DA5

#584DA5
(88,77,165)
#675DAD
(103,93,173)
#766DB5
(118,109,181)
#857DBD
(133,125,189)
#948DC5
(148,141,197)
#A39DCD
(163,157,205)
#B2ADD5
(178,173,213)
#C1BDDD
(193,189,221)
#D0CDE5
(208,205,229)
#DFDDED
(223,221,237)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584DA5 color. Also use rgb(88,77,165) instead hex code.

Text Font Color

.myTextColor { color: #584DA5; }

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

This text font color is #584DA5.


Background Color

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

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

This div background color is #584DA5.


Border color

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

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

This div border color is #584DA5.


Opacity

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

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

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

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

This text has shadow with #584DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584DA5 on black background.


Color preview on white background

This text has color #584DA5 on white background.



Black color preview on #584DA5 background

This text has black color on #584DA5 background.


White color preview on #584DA5 background

This text has white color on #584DA5 background.