#5E46C6

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

Shades of Slate Blue #5E46C6

Tints of Slate Blue #5E46C6

Color information

#5E46C6 (or 0x5E46C6) is unknown color: approx Slate Blue. HEX triplet: 5E, 46 and C6. RGB value is (94,70,198). Sum of RGB (Red+Green+Blue) = 94+70+198=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 198 (77.73% from 255 or 54.70% from 362); Max value from RGB is 198 - color contains mainly: blue. Hex color #5E46C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E46C6 is #A1B939. Grayscale: #5B5B5B. Windows color (decimal): -10598714 or 12994142. OLE color: 12994142.

HSL color Cylindrical-coordinate representation of color #5E46C6: hue angle of 251.25º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E46C6 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9470198-
CMYK0.530.6500.22
HSL251.25º52.89%52.55%-
HSV(B)251.25º64.65%77.65%-
XYZ1710.8454.62-
YUV91.77187.95129.59-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.97%
GREEN value IS 70 (27.73% from 255) = 19.34%
BLUE value IS 198 (77.73% from 255) = 54.70%
R=25.97%
G=19.34%
B=54.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal94701980.530.6500.22251.2552.8952.55
Hex5E46C63541016fb3535
Octal136106306651010263736565
Binary1011110100011011000110110101100000101011011111011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E46C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,70,198); }

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

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

 a { background-color: rgb(94,70,198); }

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

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

 span { border-color: rgb(94,70,198); }

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