#5845DE

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

Shades of Slate Blue #5845DE

Tints of Slate Blue #5845DE

Color information

#5845DE (or 0x5845DE) is unknown color: approx Slate Blue. HEX triplet: 58, 45 and DE. RGB value is (88,69,222). Sum of RGB (Red+Green+Blue) = 88+69+222=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #5845DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5845DE is #A7BA21. Grayscale: #5B5B5B. Windows color (decimal): -10992162 or 14566744. OLE color: 14566744.

HSL color Cylindrical-coordinate representation of color #5845DE: hue angle of 247.45º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5845DE is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8869222-
CMYK0.600.6900.13
HSL247.45º69.86%57.06%-
HSV(B)247.45º68.92%87.06%-
XYZ19.3411.670.33-
YUV92.12201.29125.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 69 (27.34% from 255) = 18.21%
BLUE value IS 222 (87.11% from 255) = 58.58%
R=23.22%
G=18.21%
B=58.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal88692220.600.6900.13247.4569.8657.06
Hex5845DE3C450Df74639
Octal1301053367410501536710671
Binary1011000100010111011110111100100010101101111101111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5845DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5845DE; }

 p { color: rgb(88,69,222); }

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

<style>
 a { background-color: #5845DE; }

 a { background-color: rgb(88,69,222); }

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

<style>
 span { border-color: #5845DE; }

 span { border-color: rgb(88,69,222); }

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