#584ED5

Color #584ED5 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #584ED5

Tints of Slate Blue #584ED5

Color information

#584ED5 (or 0x584ED5) is unknown color: approx Slate Blue. HEX triplet: 58, 4E and D5. RGB value is (88,78,213). Sum of RGB (Red+Green+Blue) = 88+78+213=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 213 (83.59% from 255 or 56.20% from 379); Max value from RGB is 213 - color contains mainly: blue. Hex color #584ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584ED5 is #A7B12A. Grayscale: #5F5F5F. Windows color (decimal): -10989867 or 13979224. OLE color: 13979224.

HSL color Cylindrical-coordinate representation of color #584ED5: hue angle of 244.44º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #584ED5 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8878213-
CMYK0.590.6300.16
HSL244.44º61.64%57.06%-
HSV(B)244.44º63.38%83.53%-
XYZ18.7612.3364.34-
YUV96.38193.81122.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 213 (83.59% from 255) = 56.20%
R=23.22%
G=20.58%
B=56.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal88782130.590.6300.16244.4461.6457.06
Hex584ED53B3F010f43e39
Octal13011632573770203647671
Binary101100010011101101010111101111111101000011110100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584ED5; }

 p { color: rgb(88,78,213); }

 H1.HeaderClassName
 {
   color: #584ED5;
 }
 .AnyTagClassName
 {
   color: #584ED5;
 }
</style>
background-color css

<style>
 a { background-color: #584ED5; }

 a { background-color: rgb(88,78,213); }

 div.DivClassName
 {
   background-color: #584ED5;
 }
 .BgClassName
 {
   background-color: #584ED5;
 }
</style>
border-color css

<style>
 span { border-color: #584ED5; }

 span { border-color: rgb(88,78,213); }

 td.TdClassName
 {
   border-color: #584ED5;
 }
 .TagClassName
 {
   border-color: #584ED5;
 }
</style>