#5753df

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

Shades of Slate Blue #5753DF

Tints of Slate Blue #5753DF

Color information

#5753DF (or 0x5753DF) is unknown color: approx Slate Blue. HEX triplet: 57, 53 and DF. RGB value is (87,83,223). Sum of RGB (Red+Green+Blue) = 87+83+223=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #5753DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5753DF is #A8AC20. Grayscale: #636363. Windows color (decimal): -11054113 or 14635863. OLE color: 14635863.

HSL color Cylindrical-coordinate representation of color #5753DF: hue angle of 241.71º 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 #5753DF is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8783223-
CMYK0.610.6300.13
HSL241.71º68.63%60%-
HSV(B)241.71º62.78%87.45%-
XYZ20.3413.5471.35-
YUV100.16197.33118.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.14%
GREEN value IS 83 (32.81% from 255) = 21.12%
BLUE value IS 223 (87.5% from 255) = 56.74%
R=22.14%
G=21.12%
B=56.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal87832230.610.6300.13241.7168.6360
Hex5753DF3D3F0Df2453c
Octal127123337757701536210574
Binary101011110100111101111111110111111101101111100101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5753df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5753df; }

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

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

<style>
 a { background-color: #5753df; }

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

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

<style>
 span { border-color: #5753df; }

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

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