#5A49D6

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

Shades of Slate Blue #5A49D6

Tints of Slate Blue #5A49D6

Color information

#5A49D6 (or 0x5A49D6) is unknown color: approx Slate Blue. HEX triplet: 5A, 49 and D6. RGB value is (90,73,214). Sum of RGB (Red+Green+Blue) = 90+73+214=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #5A49D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A49D6 is #A5B629. Grayscale: #5D5D5D. Windows color (decimal): -10860074 or 14043482. OLE color: 14043482.

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

Color convert

RGB9073214-
CMYK0.580.6600.16
HSL247.23º63.23%56.27%-
HSV(B)247.23º65.89%83.92%-
XYZ18.7411.7964.91-
YUV94.16195.63125.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.87%
GREEN value IS 73 (28.91% from 255) = 19.36%
BLUE value IS 214 (83.98% from 255) = 56.76%
R=23.87%
G=19.36%
B=56.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal90732140.580.6600.16247.2363.2356.27
Hex5A49D63A42010f73f38
Octal132111326721020203677770
Binary1011010100100111010110111010100001001000011110111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A49D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,73,214); }

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

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

 a { background-color: rgb(90,73,214); }

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

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

 span { border-color: rgb(90,73,214); }

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