#5e4ad5

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

Shades of Slate Blue #5E4AD5

Tints of Slate Blue #5E4AD5

Color information

#5E4AD5 (or 0x5E4AD5) is unknown color: approx Slate Blue. HEX triplet: 5E, 4A and D5. RGB value is (94,74,213). Sum of RGB (Red+Green+Blue) = 94+74+213=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 213 (83.59% from 255 or 55.91% from 381); Max value from RGB is 213 - color contains mainly: blue. Hex color #5E4AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4AD5 is #A1B52A. Grayscale: #5F5F5F. Windows color (decimal): -10597675 or 13978206. OLE color: 13978206.

HSL color Cylindrical-coordinate representation of color #5E4AD5: hue angle of 248.63º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E4AD5 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9474213-
CMYK0.560.6500.16
HSL248.63º62.33%56.27%-
HSV(B)248.63º65.26%83.53%-
XYZ19.0812.0864.28-
YUV95.83194.13126.7-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.67%
GREEN value IS 74 (29.30% from 255) = 19.42%
BLUE value IS 213 (83.59% from 255) = 55.91%
R=24.67%
G=19.42%
B=55.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal94742130.560.6500.16248.6362.3356.27
Hex5E4AD53841010f93e38
Octal136112325701010203717670
Binary1011110100101011010101111000100000101000011111001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e4ad5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,74,213); }

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

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

 a { background-color: rgb(94,74,213); }

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

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

 span { border-color: rgb(94,74,213); }

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