#584EDE

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

Shades of Slate Blue #584EDE

Tints of Slate Blue #584EDE

Color information

#584EDE (or 0x584EDE) is unknown color: approx Slate Blue. HEX triplet: 58, 4E and DE. RGB value is (88,78,222). Sum of RGB (Red+Green+Blue) = 88+78+222=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #584EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584EDE is #A7B121. Grayscale: #606060. Windows color (decimal): -10989858 or 14569048. OLE color: 14569048.

HSL color Cylindrical-coordinate representation of color #584EDE: hue angle of 244.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #584EDE is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8878222-
CMYK0.600.6500.13
HSL244.17º68.57%58.82%-
HSV(B)244.17º64.86%87.06%-
XYZ19.9312.870.53-
YUV97.41198.31121.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.68%
GREEN value IS 78 (30.86% from 255) = 20.10%
BLUE value IS 222 (87.11% from 255) = 57.22%
R=22.68%
G=20.10%
B=57.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal88782220.600.6500.13244.1768.5758.82
Hex584EDE3C410Df4453b
Octal1301163367410101536410573
Binary1011000100111011011110111100100000101101111101001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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