#5A43DF

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

Shades of Slate Blue #5A43DF

Tints of Slate Blue #5A43DF

Color information

#5A43DF (or 0x5A43DF) is unknown color: approx Slate Blue. HEX triplet: 5A, 43 and DF. RGB value is (90,67,223). Sum of RGB (Red+Green+Blue) = 90+67+223=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A43DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A43DF is #A5BC20. Grayscale: #5B5B5B. Windows color (decimal): -10861601 or 14631770. OLE color: 14631770.

HSL color Cylindrical-coordinate representation of color #5A43DF: hue angle of 248.85º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A43DF is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9067223-
CMYK0.600.7000.13
HSL248.85º70.91%56.86%-
HSV(B)248.85º69.96%87.45%-
XYZ19.5411.5271-
YUV91.66202.12126.82-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.68%
GREEN value IS 67 (26.56% from 255) = 17.63%
BLUE value IS 223 (87.5% from 255) = 58.68%
R=23.68%
G=17.63%
B=58.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal90672230.600.7000.13248.8570.9156.86
Hex5A43DF3C460Df94739
Octal1321033377410601537110771
Binary1011010100001111011111111100100011001101111110011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A43DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,67,223); }

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

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

 a { background-color: rgb(90,67,223); }

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

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

 span { border-color: rgb(90,67,223); }

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