#5A46DC

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

Shades of Slate Blue #5A46DC

Tints of Slate Blue #5A46DC

Color information

#5A46DC (or 0x5A46DC) is unknown color: approx Slate Blue. HEX triplet: 5A, 46 and DC. RGB value is (90,70,220). Sum of RGB (Red+Green+Blue) = 90+70+220=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A46DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A46DC is #A5B923. Grayscale: #5C5C5C. Windows color (decimal): -10860836 or 14435930. OLE color: 14435930.

HSL color Cylindrical-coordinate representation of color #5A46DC: hue angle of 248º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A46DC is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9070220-
CMYK0.590.6800.14
HSL248º68.18%56.86%-
HSV(B)248º68.18%86.27%-
XYZ19.3211.7268.95-
YUV93.08199.63125.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.68%
GREEN value IS 70 (27.73% from 255) = 18.42%
BLUE value IS 220 (86.33% from 255) = 57.89%
R=23.68%
G=18.42%
B=57.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal90702200.590.6800.1424868.1856.86
Hex5A46DC3B440Ef84439
Octal1321063347310401637010471
Binary1011010100011011011100111011100010001110111110001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A46DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,70,220); }

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

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

 a { background-color: rgb(90,70,220); }

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

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

 span { border-color: rgb(90,70,220); }

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