#5849DE

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

Shades of Slate Blue #5849DE

Tints of Slate Blue #5849DE

Color information

#5849DE (or 0x5849DE) is unknown color: approx Slate Blue. HEX triplet: 58, 49 and DE. RGB value is (88,73,222). Sum of RGB (Red+Green+Blue) = 88+73+222=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #5849DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5849DE is #A7B621. Grayscale: #5D5D5D. Windows color (decimal): -10991138 or 14567768. OLE color: 14567768.

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

Color convert

RGB8873222-
CMYK0.600.6700.13
HSL246.04º69.3%57.84%-
HSV(B)246.04º67.12%87.06%-
XYZ19.5912.1170.41-
YUV94.47199.97123.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.98%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 222 (87.11% from 255) = 57.96%
R=22.98%
G=19.06%
B=57.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal88732220.600.6700.13246.0469.357.84
Hex5849DE3C430Df6453a
Octal1301113367410301536610572
Binary1011000100100111011110111100100001101101111101101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5849DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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