#5A46BF

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

Shades of Slate Blue #5A46BF

Tints of Slate Blue #5A46BF

Color information

#5A46BF (or 0x5A46BF) is unknown color: approx Slate Blue. HEX triplet: 5A, 46 and BF. RGB value is (90,70,191). Sum of RGB (Red+Green+Blue) = 90+70+191=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A46BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A46BF is #A5B940. Grayscale: #595959. Windows color (decimal): -10860865 or 12535386. OLE color: 12535386.

HSL color Cylindrical-coordinate representation of color #5A46BF: hue angle of 249.92º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A46BF is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9070191-
CMYK0.530.6300.25
HSL249.92º48.59%51.18%-
HSV(B)249.92º63.35%74.9%-
XYZ15.8110.3250.45-
YUV89.77185.13128.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.64%
GREEN value IS 70 (27.73% from 255) = 19.94%
BLUE value IS 191 (75% from 255) = 54.42%
R=25.64%
G=19.94%
B=54.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90701910.530.6300.25249.9248.5951.18
Hex5A46BF353F019fa3133
Octal13210627765770313726163
Binary101101010001101011111111010111111101100111111010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A46BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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