COLOR #584CBD

HEX: #584CBD
RGB: (88,76,189)

Renk bilgisi

#584CBD contains mainly blue color. #584CBD ‘ nin web güvenlik rengi #6633CC (ya da #63C) dir.

RGB renk modeli

#584CBD color RGB value is (88,76,189).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 76 of 255 = 30%
B 189 of 255 = 74%

88
76
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 76 + 189 = 353 (100%)
R 88 of 353 ~ 24.93%
G 76 of 353 ~ 21.53%
B 189 of 353 ~ 53.54%

%24.93
%21.53
%53.54

CMYK RENK MODELİ

#584CBD rengi CMYK tonu (53,60,0,26).

  • camgöbeği tonu 53.44%
  • eflatun tonu 59.79%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(53,60,0,26)
C53M60Y0K26 
(53%,60%,0%,26%)
(0.53/0.60/0.00/0.26)	

CMYK yüzdeleri

%53.44
%59.79
%0
%25.88

Codes

Color #584CBD in popluar color models

584CBD
RGB8876189
HSL246°46.12%51.96%
HSB/HSV246°59.79%74.12%
CMYK53.44%59.79%0.00%
25.88%

Color #584CBD in popluar number systems.

HEX584CBD
Decimal8876189
Binary1011000100110010111101
Octal130114275

Shades and tints

Shades of #584CBD

#584CBD
(88,76,189)
#5046AC
(80,70,172)
#48409B
(72,64,155)
#403A8A
(64,58,138)
#383479
(56,52,121)
#302E68
(48,46,104)
#282857
(40,40,87)
#202246
(32,34,70)
#181C35
(24,28,53)
#101624
(16,22,36)
#081013
(8,16,19)
#000000
(0,0,0)

Tints of #584CBD

#584CBD
(88,76,189)
#675CC3
(103,92,195)
#766CC9
(118,108,201)
#857CCF
(133,124,207)
#948CD5
(148,140,213)
#A39CDB
(163,156,219)
#B2ACE1
(178,172,225)
#C1BCE7
(193,188,231)
#D0CCED
(208,204,237)
#DFDCF3
(223,220,243)
#EEECF9
(238,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584CBD; }

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

This text font color is #584CBD.


Background Color

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

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

This div background color is #584CBD.


Border color

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

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

This div border color is #584CBD.


Opacity

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

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

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

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

This text has shadow with #584CBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584CBD on black background.


Color preview on white background

This text has color #584CBD on white background.



Black color preview on #584CBD background

This text has black color on #584CBD background.


White color preview on #584CBD background

This text has white color on #584CBD background.