#5A4ED5

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

Shades of Slate Blue #5A4ED5

Tints of Slate Blue #5A4ED5

Color information

#5A4ED5 (or 0x5A4ED5) is unknown color: approx Slate Blue. HEX triplet: 5A, 4E and D5. RGB value is (90,78,213). Sum of RGB (Red+Green+Blue) = 90+78+213=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 78 (30.86% from 255 or 20.47% 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 #5A4ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4ED5 is #A5B12A. Grayscale: #606060. Windows color (decimal): -10858795 or 13979226. OLE color: 13979226.

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

Color convert

RGB9078213-
CMYK0.580.6300.16
HSL245.33º61.64%57.06%-
HSV(B)245.33º63.38%83.53%-
XYZ18.9512.4364.35-
YUV96.98193.48123.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.62%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 213 (83.59% from 255) = 55.91%
R=23.62%
G=20.47%
B=55.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal90782130.580.6300.16245.3361.6457.06
Hex5A4ED53A3F010f53e39
Octal13211632572770203657671
Binary101101010011101101010111101011111101000011110101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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