#5A4EE1

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

Shades of Slate Blue #5A4EE1

Tints of Slate Blue #5A4EE1

Color information

#5A4EE1 (or 0x5A4EE1) is unknown color: approx Slate Blue. HEX triplet: 5A, 4E and E1. RGB value is (90,78,225). Sum of RGB (Red+Green+Blue) = 90+78+225=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 225 (88.28% from 255 or 57.25% from 393); Max value from RGB is 225 - color contains mainly: blue. Hex color #5A4EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4EE1 is #A5B11E. Grayscale: #616161. Windows color (decimal): -10858783 or 14765658. OLE color: 14765658.

HSL color Cylindrical-coordinate representation of color #5A4EE1: hue angle of 244.9º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A4EE1 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9078225-
CMYK0.600.6500.12
HSL244.9º71.01%59.41%-
HSV(B)244.9º65.33%88.24%-
XYZ20.5313.0672.67-
YUV98.35199.48122.05-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.90%
GREEN value IS 78 (30.86% from 255) = 19.85%
BLUE value IS 225 (88.28% from 255) = 57.25%
R=22.90%
G=19.85%
B=57.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal90782250.600.6500.12244.971.0159.41
Hex5A4EE13C410Cf5473b
Octal1321163417410101436510773
Binary1011010100111011100001111100100000101100111101011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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