#585ED1

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

Shades of Slate Blue #585ED1

Tints of Slate Blue #585ED1

Color information

#585ED1 (or 0x585ED1) is unknown color: approx Slate Blue. HEX triplet: 58, 5E and D1. RGB value is (88,94,209). Sum of RGB (Red+Green+Blue) = 88+94+209=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 209 (82.03% from 255 or 53.45% from 391); Max value from RGB is 209 - color contains mainly: blue. Hex color #585ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585ED1 is #A7A12E. Grayscale: #686868. Windows color (decimal): -10985775 or 13721176. OLE color: 13721176.

HSL color Cylindrical-coordinate representation of color #585ED1: hue angle of 237.02º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #585ED1 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8894209-
CMYK0.580.5500.18
HSL237.02º56.81%58.24%-
HSV(B)237.02º57.89%81.96%-
XYZ19.5414.6862.13-
YUV105.32186.51115.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.51%
GREEN value IS 94 (37.11% from 255) = 24.04%
BLUE value IS 209 (82.03% from 255) = 53.45%
R=22.51%
G=24.04%
B=53.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal88942090.580.5500.18237.0256.8158.24
Hex585ED13A37012ed393a
Octal13013632172670223557172
Binary101100010111101101000111101011011101001011101101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585ED1; }

 p { color: rgb(88,94,209); }

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

<style>
 a { background-color: #585ED1; }

 a { background-color: rgb(88,94,209); }

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

<style>
 span { border-color: #585ED1; }

 span { border-color: rgb(88,94,209); }

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