#5A4EC1

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

Shades of Slate Blue #5A4EC1

Tints of Slate Blue #5A4EC1

Color information

#5A4EC1 (or 0x5A4EC1) is unknown color: approx Slate Blue. HEX triplet: 5A, 4E and C1. RGB value is (90,78,193). Sum of RGB (Red+Green+Blue) = 90+78+193=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 193 (75.78% from 255 or 53.46% from 361); Max value from RGB is 193 - color contains mainly: blue. Hex color #5A4EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4EC1 is #A5B13E. Grayscale: #5E5E5E. Windows color (decimal): -10858815 or 12668506. OLE color: 12668506.

HSL color Cylindrical-coordinate representation of color #5A4EC1: hue angle of 246.26º 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 #5A4EC1 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9078193-
CMYK0.530.6000.24
HSL246.26º48.12%53.14%-
HSV(B)246.26º59.59%75.69%-
XYZ16.5711.4751.79-
YUV94.7183.48124.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.93%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 193 (75.78% from 255) = 53.46%
R=24.93%
G=21.61%
B=53.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal90781930.530.6000.24246.2648.1253.14
Hex5A4EC1353C018f63035
Octal13211630165740303666065
Binary101101010011101100000111010111110001100011110110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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