#5A45E0

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

Shades of Slate Blue #5A45E0

Tints of Slate Blue #5A45E0

Color information

#5A45E0 (or 0x5A45E0) is unknown color: approx Slate Blue. HEX triplet: 5A, 45 and E0. RGB value is (90,69,224). Sum of RGB (Red+Green+Blue) = 90+69+224=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 224 (87.89% from 255 or 58.49% from 383); Max value from RGB is 224 - color contains mainly: blue. Hex color #5A45E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A45E0 is #A5BA1F. Grayscale: #5C5C5C. Windows color (decimal): -10861088 or 14697818. OLE color: 14697818.

HSL color Cylindrical-coordinate representation of color #5A45E0: hue angle of 248.13º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A45E0 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9069224-
CMYK0.600.6900.12
HSL248.13º71.43%57.45%-
HSV(B)248.13º69.2%87.84%-
XYZ19.811.8171.76-
YUV92.95201.96125.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.50%
GREEN value IS 69 (27.34% from 255) = 18.02%
BLUE value IS 224 (87.89% from 255) = 58.49%
R=23.50%
G=18.02%
B=58.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal90692240.600.6900.12248.1371.4357.45
Hex5A45E03C450Cf84739
Octal1321053407410501437010771
Binary1011010100010111100000111100100010101100111110001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A45E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,69,224); }

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

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

 a { background-color: rgb(90,69,224); }

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

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

 span { border-color: rgb(90,69,224); }

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