#5a53df

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

Shades of Slate Blue #5A53DF

Tints of Slate Blue #5A53DF

Color information

#5A53DF (or 0x5A53DF) is unknown color: approx Slate Blue. HEX triplet: 5A, 53 and DF. RGB value is (90,83,223). Sum of RGB (Red+Green+Blue) = 90+83+223=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A53DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A53DF is #A5AC20. Grayscale: #646464. Windows color (decimal): -10857505 or 14635866. OLE color: 14635866.

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

Color convert

RGB9083223-
CMYK0.600.6300.13
HSL243º68.63%60%-
HSV(B)243º62.78%87.45%-
XYZ20.6313.6971.37-
YUV101.05196.82120.12-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.73%
GREEN value IS 83 (32.81% from 255) = 20.96%
BLUE value IS 223 (87.5% from 255) = 56.31%
R=22.73%
G=20.96%
B=56.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal90832230.600.6300.1324368.6360
Hex5A53DF3C3F0Df3453c
Octal132123337747701536310574
Binary101101010100111101111111110011111101101111100111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a53df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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