#5E4EC1

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

Shades of Slate Blue #5E4EC1

Tints of Slate Blue #5E4EC1

Color information

#5E4EC1 (or 0x5E4EC1) is unknown color: approx Slate Blue. HEX triplet: 5E, 4E and C1. RGB value is (94,78,193). Sum of RGB (Red+Green+Blue) = 94+78+193=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #5E4EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4EC1 is #A1B13E. Grayscale: #5F5F5F. Windows color (decimal): -10596671 or 12668510. OLE color: 12668510.

HSL color Cylindrical-coordinate representation of color #5E4EC1: hue angle of 248.35º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E4EC1 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9478193-
CMYK0.510.6000.24
HSL248.35º48.12%53.14%-
HSV(B)248.35º59.59%75.69%-
XYZ16.9711.6851.81-
YUV95.89182.8126.65-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.75%
GREEN value IS 78 (30.86% from 255) = 21.37%
BLUE value IS 193 (75.78% from 255) = 52.88%
R=25.75%
G=21.37%
B=52.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal94781930.510.6000.24248.3548.1253.14
Hex5E4EC1333C018f83035
Octal13611630163740303706065
Binary101111010011101100000111001111110001100011111000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,78,193); }

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

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

 a { background-color: rgb(94,78,193); }

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

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

 span { border-color: rgb(94,78,193); }

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