#584BD9

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

Shades of Slate Blue #584BD9

Tints of Slate Blue #584BD9

Color information

#584BD9 (or 0x584BD9) is unknown color: approx Slate Blue. HEX triplet: 58, 4B and D9. RGB value is (88,75,217). Sum of RGB (Red+Green+Blue) = 88+75+217=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 217 (85.16% from 255 or 57.11% from 380); Max value from RGB is 217 - color contains mainly: blue. Hex color #584BD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BD9 is #A7B426. Grayscale: #5E5E5E. Windows color (decimal): -10990631 or 14240600. OLE color: 14240600.

HSL color Cylindrical-coordinate representation of color #584BD9: hue angle of 245.49º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #584BD9 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8875217-
CMYK0.590.6500.15
HSL245.49º65.14%57.25%-
HSV(B)245.49º65.44%85.1%-
XYZ19.0612.1266.98-
YUV95.07196.81122.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.16%
GREEN value IS 75 (29.69% from 255) = 19.74%
BLUE value IS 217 (85.16% from 255) = 57.11%
R=23.16%
G=19.74%
B=57.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal88752170.590.6500.15245.4965.1457.25
Hex584BD93B410Ff54139
Octal1301133317310101736510171
Binary1011000100101111011001111011100000101111111101011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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