#5657DF

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

Shades of Slate Blue #5657DF

Tints of Slate Blue #5657DF

Color information

#5657DF (or 0x5657DF) is unknown color: approx Slate Blue. HEX triplet: 56, 57 and DF. RGB value is (86,87,223). Sum of RGB (Red+Green+Blue) = 86+87+223=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 87 (34.38% from 255 or 21.97% 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 #5657DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5657DF is #A9A820. Grayscale: #656565. Windows color (decimal): -11118625 or 14636886. OLE color: 14636886.

HSL color Cylindrical-coordinate representation of color #5657DF: hue angle of 239.56º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5657DF is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8687223-
CMYK0.610.6100.13
HSL239.56º68.16%60.59%-
HSV(B)239.56º61.43%87.45%-
XYZ20.5714.1271.45-
YUV102.2196.17116.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.72%
GREEN value IS 87 (34.38% from 255) = 21.97%
BLUE value IS 223 (87.5% from 255) = 56.31%
R=21.72%
G=21.97%
B=56.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal86872230.610.6100.13239.5668.1660.59
Hex5657DF3D3D0Df0443d
Octal126127337757501536010475
Binary101011010101111101111111110111110101101111100001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5657DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5657DF; }

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

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

<style>
 a { background-color: #5657DF; }

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

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

<style>
 span { border-color: #5657DF; }

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

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