COLOR #584EBF

HEX: #584EBF
RGB: (88,78,191)

Color info

#584EBF contains mainly blue color. Web safe color of #584EBF is #6666CC (or #66C).

RGB color model

#584EBF color RGB value is (88,78,191).

  • red value is 88;
  • green value is 78;
  • blue value is 191.
RGB:
(88,78,191)
(35%,31%,75%)

RGB channels and saturation

R 88 of 255 = 35%
G 78 of 255 = 31%
B 191 of 255 = 75%

88
78
191

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

Portions of RGB colors in percentages

R + G + B =
88 + 78 + 191 = 357 (100%)
R 88 of 357 ~ 24.65%
G 78 of 357 ~ 21.85%
B 191 of 357 ~ 53.5%

%24.65
%21.85
%53.5

CMYK color model

#584EBF color CMYK value is (54,59,0,25).

  • cyan value is 53.93%
  • magenta value is 59.16%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(54,59,0,25)
C54M59Y0K25 
(54%,59%,0%,25%)
(0.54/0.59/0.00/0.25)	

CMYK percentages

%53.93
%59.16
%0
%25.1

Codes

Color #584EBF in popluar color models

584EBF
RGB8878191
HSL245°46.89%52.75%
HSB/HSV245°59.16%74.90%
CMYK53.93%59.16%0.00%
25.10%

Color #584EBF in popluar number systems.

HEX584EBF
Decimal8878191
Binary1011000100111010111111
Octal130116277

Shades and tints

Shades of #584EBF

#584EBF
(88,78,191)
#5047AE
(80,71,174)
#48409D
(72,64,157)
#40398C
(64,57,140)
#38327B
(56,50,123)
#302B6A
(48,43,106)
#282459
(40,36,89)
#201D48
(32,29,72)
#181637
(24,22,55)
#100F26
(16,15,38)
#080815
(8,8,21)
#000000
(0,0,0)

Tints of #584EBF

#584EBF
(88,78,191)
#675EC4
(103,94,196)
#766EC9
(118,110,201)
#857ECE
(133,126,206)
#948ED3
(148,142,211)
#A39ED8
(163,158,216)
#B2AEDD
(178,174,221)
#C1BEE2
(193,190,226)
#D0CEE7
(208,206,231)
#DFDEEC
(223,222,236)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584EBF color. Also use rgb(88,78,191) instead hex code.

Text Font Color

.myTextColor { color: #584EBF; }

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

This text font color is #584EBF.


Background Color

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

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

This div background color is #584EBF.


Border color

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

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

This div border color is #584EBF.


Opacity

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

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

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

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

This text has shadow with #584EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584EBF on black background.


Color preview on white background

This text has color #584EBF on white background.



Black color preview on #584EBF background

This text has black color on #584EBF background.


White color preview on #584EBF background

This text has white color on #584EBF background.