#584BD4

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

Shades of Slate Blue #584BD4

Tints of Slate Blue #584BD4

Color information

#584BD4 (or 0x584BD4) is unknown color: approx Slate Blue. HEX triplet: 58, 4B and D4. RGB value is (88,75,212). Sum of RGB (Red+Green+Blue) = 88+75+212=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 212 (83.20% from 255 or 56.53% from 375); Max value from RGB is 212 - color contains mainly: blue. Hex color #584BD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BD4 is #A7B42B. Grayscale: #5D5D5D. Windows color (decimal): -10990636 or 13912920. OLE color: 13912920.

HSL color Cylindrical-coordinate representation of color #584BD4: hue angle of 245.69º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #584BD4 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8875212-
CMYK0.580.6500.17
HSL245.69º61.43%56.27%-
HSV(B)245.69º64.62%83.14%-
XYZ18.4211.8663.61-
YUV94.5194.31123.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.47%
GREEN value IS 75 (29.69% from 255) = 20%
BLUE value IS 212 (83.20% from 255) = 56.53%
R=23.47%
G=20%
B=56.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal88752120.580.6500.17245.6961.4356.27
Hex584BD43A41011f63d38
Octal130113324721010213667570
Binary1011000100101111010100111010100000101000111110110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,75,212); }

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

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

 a { background-color: rgb(88,75,212); }

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

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

 span { border-color: rgb(88,75,212); }

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