#5A40DA

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

Shades of Slate Blue #5A40DA

Tints of Slate Blue #5A40DA

Color information

#5A40DA (or 0x5A40DA) is unknown color: approx Slate Blue. HEX triplet: 5A, 40 and DA. RGB value is (90,64,218). Sum of RGB (Red+Green+Blue) = 90+64+218=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #5A40DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A40DA is #A5BF25. Grayscale: #585858. Windows color (decimal): -10862374 or 14303322. OLE color: 14303322.

HSL color Cylindrical-coordinate representation of color #5A40DA: hue angle of 250.13º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A40DA is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9064218-
CMYK0.590.7100.15
HSL250.13º67.54%55.29%-
HSV(B)250.13º70.64%85.49%-
XYZ18.710.967.45-
YUV89.33200.61128.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.19%
GREEN value IS 64 (25.39% from 255) = 17.20%
BLUE value IS 218 (85.55% from 255) = 58.60%
R=24.19%
G=17.20%
B=58.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal90642180.590.7100.15250.1367.5455.29
Hex5A40DA3B470Ffa4437
Octal1321003327310701737210467
Binary1011010100000011011010111011100011101111111110101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A40DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,64,218); }

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

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

 a { background-color: rgb(90,64,218); }

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

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

 span { border-color: rgb(90,64,218); }

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