#584EC2

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

Shades of Slate Blue #584EC2

Tints of Slate Blue #584EC2

Color information

#584EC2 (or 0x584EC2) is unknown color: approx Slate Blue. HEX triplet: 58, 4E and C2. RGB value is (88,78,194). Sum of RGB (Red+Green+Blue) = 88+78+194=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 194 (76.17% from 255 or 53.89% from 360); Max value from RGB is 194 - color contains mainly: blue. Hex color #584EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584EC2 is #A7B13D. Grayscale: #5D5D5D. Windows color (decimal): -10989886 or 12734040. OLE color: 12734040.

HSL color Cylindrical-coordinate representation of color #584EC2: hue angle of 245.17º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #584EC2 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8878194-
CMYK0.550.6000.24
HSL245.17º48.74%53.33%-
HSV(B)245.17º59.79%76.08%-
XYZ16.4911.4252.37-
YUV94.21184.31123.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.44%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 194 (76.17% from 255) = 53.89%
R=24.44%
G=21.67%
B=53.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal88781940.550.6000.24245.1748.7453.33
Hex584EC2373C018f53135
Octal13011630267740303656165
Binary101100010011101100001011011111110001100011110101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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