COLOR #584C92

HEX: #584C92
RGB: (88,76,146)

Renk bilgisi

#584C92 contains mainly red and blue colors. #584C92 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#584C92 color RGB value is (88,76,146).

  • kırmız ton 88;
  • yeşil ton 76;
  • mavi ton 146.
RGB:
(88,76,146)
(35%,30%,57%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 76 of 255 = 30%
B 146 of 255 = 57%

88
76
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 76 + 146 = 310 (100%)
R 88 of 310 ~ 28.39%
G 76 of 310 ~ 24.52%
B 146 of 310 ~ 47.1%

%28.39
%24.52
%47.1

CMYK RENK MODELİ

#584C92 rengi CMYK tonu (40,48,0,43).

  • camgöbeği tonu 39.73%
  • eflatun tonu 47.95%
  • sarı tonu 0.00%
  • ana renk tonu 42.75%
CMYK:
(40,48,0,43)
C40M48Y0K43 
(40%,48%,0%,43%)
(0.40/0.48/0.00/0.43)	

CMYK yüzdeleri

%39.73
%47.95
%0
%42.75

Codes

Color #584C92 in popluar color models

584C92
RGB8876146
HSL250°31.53%43.53%
HSB/HSV250°47.95%57.25%
CMYK39.73%47.95%0.00%
42.75%

Color #584C92 in popluar number systems.

HEX584C92
Decimal8876146
Binary1011000100110010010010
Octal130114222

Shades and tints

Shades of #584C92

#584C92
(88,76,146)
#504685
(80,70,133)
#484078
(72,64,120)
#403A6B
(64,58,107)
#38345E
(56,52,94)
#302E51
(48,46,81)
#282844
(40,40,68)
#202237
(32,34,55)
#181C2A
(24,28,42)
#10161D
(16,22,29)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #584C92

#584C92
(88,76,146)
#675C9B
(103,92,155)
#766CA4
(118,108,164)
#857CAD
(133,124,173)
#948CB6
(148,140,182)
#A39CBF
(163,156,191)
#B2ACC8
(178,172,200)
#C1BCD1
(193,188,209)
#D0CCDA
(208,204,218)
#DFDCE3
(223,220,227)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584C92 color. Also use rgb(88,76,146) instead hex code.

Text Font Color

.myTextColor { color: #584C92; }

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

This text font color is #584C92.


Background Color

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

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

This div background color is #584C92.


Border color

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

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

This div border color is #584C92.


Opacity

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

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

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

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

This text has shadow with #584C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584C92 on black background.


Color preview on white background

This text has color #584C92 on white background.



Black color preview on #584C92 background

This text has black color on #584C92 background.


White color preview on #584C92 background

This text has white color on #584C92 background.