#5A45DC

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

Shades of Slate Blue #5A45DC

Tints of Slate Blue #5A45DC

Color information

#5A45DC (or 0x5A45DC) is unknown color: approx Slate Blue. HEX triplet: 5A, 45 and DC. RGB value is (90,69,220). Sum of RGB (Red+Green+Blue) = 90+69+220=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A45DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A45DC is #A5BA23. Grayscale: #5B5B5B. Windows color (decimal): -10861092 or 14435674. OLE color: 14435674.

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

Color convert

RGB9069220-
CMYK0.590.6900.14
HSL248.34º68.33%56.67%-
HSV(B)248.34º68.64%86.27%-
XYZ19.2611.668.93-
YUV92.49199.96126.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.75%
GREEN value IS 69 (27.34% from 255) = 18.21%
BLUE value IS 220 (86.33% from 255) = 58.05%
R=23.75%
G=18.21%
B=58.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal90692200.590.6900.14248.3468.3356.67
Hex5A45DC3B450Ef84439
Octal1321053347310501637010471
Binary1011010100010111011100111011100010101110111110001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A45DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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