COLOR #584F9F

HEX: #584F9F
RGB: (88,79,159)

Renk bilgisi

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

RGB renk modeli

#584F9F color RGB value is (88,79,159).

  • kırmız ton 88;
  • yeşil ton 79;
  • mavi ton 159.
RGB:
(88,79,159)
(35%,31%,62%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 79 of 255 = 31%
B 159 of 255 = 62%

88
79
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 79 + 159 = 326 (100%)
R 88 of 326 ~ 26.99%
G 79 of 326 ~ 24.23%
B 159 of 326 ~ 48.77%

%26.99
%24.23
%48.77

CMYK RENK MODELİ

#584F9F rengi CMYK tonu (45,50,0,38).

  • camgöbeği tonu 44.65%
  • eflatun tonu 50.31%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(45,50,0,38)
C45M50Y0K38 
(45%,50%,0%,38%)
(0.45/0.50/0.00/0.38)	

CMYK yüzdeleri

%44.65
%50.31
%0
%37.65

Codes

Color #584F9F in popluar color models

584F9F
RGB8879159
HSL247°33.61%46.67%
HSB/HSV247°50.31%62.35%
CMYK44.65%50.31%0.00%
37.65%

Color #584F9F in popluar number systems.

HEX584F9F
Decimal8879159
Binary1011000100111110011111
Octal130117237

Shades and tints

Shades of #584F9F

#584F9F
(88,79,159)
#504891
(80,72,145)
#484183
(72,65,131)
#403A75
(64,58,117)
#383367
(56,51,103)
#302C59
(48,44,89)
#28254B
(40,37,75)
#201E3D
(32,30,61)
#18172F
(24,23,47)
#101021
(16,16,33)
#080913
(8,9,19)
#000000
(0,0,0)

Tints of #584F9F

#584F9F
(88,79,159)
#675FA7
(103,95,167)
#766FAF
(118,111,175)
#857FB7
(133,127,183)
#948FBF
(148,143,191)
#A39FC7
(163,159,199)
#B2AFCF
(178,175,207)
#C1BFD7
(193,191,215)
#D0CFDF
(208,207,223)
#DFDFE7
(223,223,231)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584F9F color. Also use rgb(88,79,159) instead hex code.

Text Font Color

.myTextColor { color: #584F9F; }

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

This text font color is #584F9F.


Background Color

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

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

This div background color is #584F9F.


Border color

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

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

This div border color is #584F9F.


Opacity

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

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

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

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

This text has shadow with #584F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584F9F on black background.


Color preview on white background

This text has color #584F9F on white background.



Black color preview on #584F9F background

This text has black color on #584F9F background.


White color preview on #584F9F background

This text has white color on #584F9F background.