#5C46D8

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

Shades of Slate Blue #5C46D8

Tints of Slate Blue #5C46D8

Color information

#5C46D8 (or 0x5C46D8) is unknown color: approx Slate Blue. HEX triplet: 5C, 46 and D8. RGB value is (92,70,216). Sum of RGB (Red+Green+Blue) = 92+70+216=378 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.34% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 216 (84.77% from 255 or 57.14% from 378); Max value from RGB is 216 - color contains mainly: blue. Hex color #5C46D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C46D8 is #A3B927. Grayscale: #5C5C5C. Windows color (decimal): -10729768 or 14173788. OLE color: 14173788.

HSL color Cylindrical-coordinate representation of color #5C46D8: hue angle of 249.04º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C46D8 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9270216-
CMYK0.570.6800.15
HSL249.04º65.18%56.08%-
HSV(B)249.04º67.59%84.71%-
XYZ1911.6166.21-
YUV93.22197.29127.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.34%
GREEN value IS 70 (27.73% from 255) = 18.52%
BLUE value IS 216 (84.77% from 255) = 57.14%
R=24.34%
G=18.52%
B=57.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal92702160.570.6800.15249.0465.1856.08
Hex5C46D839440Ff94138
Octal1341063307110401737110170
Binary1011100100011011011000111001100010001111111110011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C46D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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