#5A4CDF

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

Shades of Slate Blue #5A4CDF

Tints of Slate Blue #5A4CDF

Color information

#5A4CDF (or 0x5A4CDF) is unknown color: approx Slate Blue. HEX triplet: 5A, 4C and DF. RGB value is (90,76,223). Sum of RGB (Red+Green+Blue) = 90+76+223=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A4CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4CDF is #A5B320. Grayscale: #606060. Windows color (decimal): -10859297 or 14634074. OLE color: 14634074.

HSL color Cylindrical-coordinate representation of color #5A4CDF: hue angle of 245.71º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A4CDF is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9076223-
CMYK0.600.6600.13
HSL245.71º69.67%58.63%-
HSV(B)245.71º65.92%87.45%-
XYZ20.1212.6771.2-
YUV96.94199.14123.05-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.14%
GREEN value IS 76 (30.08% from 255) = 19.54%
BLUE value IS 223 (87.5% from 255) = 57.33%
R=23.14%
G=19.54%
B=57.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal90762230.600.6600.13245.7169.6758.63
Hex5A4CDF3C420Df6463b
Octal1321143377410201536610673
Binary1011010100110011011111111100100001001101111101101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,76,223); }

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

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

 a { background-color: rgb(90,76,223); }

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

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

 span { border-color: rgb(90,76,223); }

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