#5A45D7

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

Shades of Slate Blue #5A45D7

Tints of Slate Blue #5A45D7

Color information

#5A45D7 (or 0x5A45D7) is unknown color: approx Slate Blue. HEX triplet: 5A, 45 and D7. RGB value is (90,69,215). Sum of RGB (Red+Green+Blue) = 90+69+215=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 215 (84.38% from 255 or 57.49% from 374); Max value from RGB is 215 - color contains mainly: blue. Hex color #5A45D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A45D7 is #A5BA28. Grayscale: #5B5B5B. Windows color (decimal): -10861097 or 14107994. OLE color: 14107994.

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

Color convert

RGB9069215-
CMYK0.580.6800.16
HSL248.63º64.6%55.69%-
HSV(B)248.63º67.91%84.31%-
XYZ18.6111.3465.5-
YUV91.92197.46126.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.06%
GREEN value IS 69 (27.34% from 255) = 18.45%
BLUE value IS 215 (84.38% from 255) = 57.49%
R=24.06%
G=18.45%
B=57.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal90692150.580.6800.16248.6364.655.69
Hex5A45D73A44010f94138
Octal1321053277210402037110170
Binary10110101000101110101111110101000100010000111110011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A45D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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