#5A4EE3

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

Shades of Slate Blue #5A4EE3

Tints of Slate Blue #5A4EE3

Color information

#5A4EE3 (or 0x5A4EE3) is unknown color: approx Slate Blue. HEX triplet: 5A, 4E and E3. RGB value is (90,78,227). Sum of RGB (Red+Green+Blue) = 90+78+227=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 227 (89.06% from 255 or 57.47% from 395); Max value from RGB is 227 - color contains mainly: blue. Hex color #5A4EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4EE3 is #A5B11C. Grayscale: #616161. Windows color (decimal): -10858781 or 14896730. OLE color: 14896730.

HSL color Cylindrical-coordinate representation of color #5A4EE3: hue angle of 244.83º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A4EE3 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9078227-
CMYK0.600.6600.11
HSL244.83º72.68%59.8%-
HSV(B)244.83º65.64%89.02%-
XYZ20.8113.1774.12-
YUV98.57200.48121.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.78%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 227 (89.06% from 255) = 57.47%
R=22.78%
G=19.75%
B=57.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal90782270.600.6600.11244.8372.6859.8
Hex5A4EE33C420Bf5493c
Octal1321163437410201336511174
Binary1011010100111011100011111100100001001011111101011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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