#584FDA

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

Shades of Slate Blue #584FDA

Tints of Slate Blue #584FDA

Color information

#584FDA (or 0x584FDA) is unknown color: approx Slate Blue. HEX triplet: 58, 4F and DA. RGB value is (88,79,218). Sum of RGB (Red+Green+Blue) = 88+79+218=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #584FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584FDA is #A7B025. Grayscale: #606060. Windows color (decimal): -10989606 or 14307160. OLE color: 14307160.

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

Color convert

RGB8879218-
CMYK0.600.6400.15
HSL243.88º65.26%58.24%-
HSV(B)243.88º63.76%85.49%-
XYZ19.4812.7367.76-
YUV97.54195.98121.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.86%
GREEN value IS 79 (31.25% from 255) = 20.52%
BLUE value IS 218 (85.55% from 255) = 56.62%
R=22.86%
G=20.52%
B=56.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal88792180.600.6400.15243.8865.2658.24
Hex584FDA3C400Ff4413a
Octal1301173327410001736410172
Binary1011000100111111011010111100100000001111111101001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,79,218); }

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

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

 a { background-color: rgb(88,79,218); }

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

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

 span { border-color: rgb(88,79,218); }

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