#5C46DE

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

Shades of Slate Blue #5C46DE

Tints of Slate Blue #5C46DE

Color information

#5C46DE (or 0x5C46DE) is unknown color: approx Slate Blue. HEX triplet: 5C, 46 and DE. RGB value is (92,70,222). Sum of RGB (Red+Green+Blue) = 92+70+222=384 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.96% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #5C46DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C46DE is #A3B921. Grayscale: #5D5D5D. Windows color (decimal): -10729762 or 14567004. OLE color: 14567004.

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

Color convert

RGB9270222-
CMYK0.590.6800.13
HSL248.68º69.72%57.25%-
HSV(B)248.68º68.47%87.06%-
XYZ19.7911.9370.37-
YUV93.91200.29126.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.96%
GREEN value IS 70 (27.73% from 255) = 18.23%
BLUE value IS 222 (87.11% from 255) = 57.81%
R=23.96%
G=18.23%
B=57.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal92702220.590.6800.13248.6869.7257.25
Hex5C46DE3B440Df94639
Octal1341063367310401537110671
Binary1011100100011011011110111011100010001101111110011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C46DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C46DE; }

 p { color: rgb(92,70,222); }

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

<style>
 a { background-color: #5C46DE; }

 a { background-color: rgb(92,70,222); }

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

<style>
 span { border-color: #5C46DE; }

 span { border-color: rgb(92,70,222); }

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